-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.87 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
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "react-saga-ts-sass-template",
"version": "0.1.0",
"dependencies": {
"@material-ui/core": "^4.6.1",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.32",
"@material-ui/pickers": "^3.2.8",
"@material-ui/styles": "^4.6.0",
"@types/jest": "^26.0.23",
"@types/node": "^15.0.3",
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.5",
"bootstrap": "^4.3.1",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.3",
"immutable": "^4.0.0-rc.12",
"interactjs": "^1.7.3",
"moment": "^2.24.0",
"mui-datatables": "^2.10.2",
"node-sass": "^4.13.0",
"prop-types": "^15.7.2",
"react": "^16.8.3",
"react-bootstrap": "^1.0.0-beta.5",
"react-dom": "^16.8.3",
"react-icons-kit": "^1.2.1",
"react-loadable": "^5.5.0",
"react-redux": "^6.0.1",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-router-redux": "^4.0.8",
"react-scripts": "^3.4.4",
"redux": "^4.0.1",
"redux-saga": "^1.0.2",
"reselect": "^4.0.0",
"typescript": "^4.2.4"
},
"devDependencies": {
"@types/react-loadable": "^5.5.5",
"@types/react-redux": "^7.1.16",
"@types/react-router-dom": "^5.1.7",
"@types/redux-saga": "^0.10.5",
"eslint": "^6.6.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && npm run autoversion",
"autoversion": "node autoversion.js",
"test": "react-scripts test",
"eject": "react-scripts eject",
"postinstall": "react-scripts build"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}