-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.36 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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "react-mobx-starter",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/classnames": "^2.3.0",
"@types/history": "^4.7.9",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"@types/react-router": "^5.1.16",
"@types/react-router-dom": "^5.1.8",
"@types/react-transition-group": "^4.4.2",
"classnames": "^2.3.1",
"gh-pages": "^3.2.3",
"mobx": "^6.3.3",
"mobx-log": "^1.0.0",
"mobx-react-lite": "^3.2.1",
"mobx-utils": "^6.0.4",
"nanoid": "^3.1.25",
"node-sass": "^7.0.1",
"normalize.css": "^8.0.1",
"npm-check-updates": "^11.8.5",
"prettier": "^2.3.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-loading-skeleton": "^2.2.0",
"react-router": "^5.2.1",
"react-router-dom": "^5.3.0",
"react-scripts": "^4.0.3",
"react-transition-group": "^4.4.2",
"ts-essentials": "^8.1.0",
"typescript": "^4.4.2"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}