-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.23 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "react-mobx-ts",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-app-rewired start --scripts-version react-scripts-ts",
"test": "react-app-rewired test --env=jsdom --scripts-version react-scripts-ts",
"build": "CI=true yarn test && react-app-rewired build --scripts-version react-scripts-ts",
"lint": "tslint -c tslint.json 'src/**/*.{ts,tsx}' --fix && tsc",
"format": "prettier --write 'src/**/*.ts*'"
},
"dependencies": {
"emotion": "9.2.10",
"mobx": "5.1.2",
"mobx-react": "5.2.8",
"mobx-utils": "5.0.2",
"react": "16.5.2",
"react-dom": "16.5.2",
"react-s-alert": "1.4.1",
"react-scripts-ts": "2.17.0",
"wretch": "1.4.1"
},
"devDependencies": {
"@types/jest": "23.3.2",
"@types/node": "10.10.3",
"@types/react": "16.4.14",
"@types/react-dom": "16.0.7",
"babel": "6.23.0",
"babel-plugin-transform-decorators": "6.24.1",
"babel-preset-mobx": "2.0.0",
"mobx-react-devtools": "6.0.3",
"prettier": "1.14.3",
"react-app-rewire-mobx": "1.0.9",
"react-app-rewired": "1.6.2",
"react-testing-library": "5.1.0",
"tslint-config-prettier": "1.15.0",
"tslint-eslint-rules": "5.4.0",
"typescript": "3.0.3"
}
}