-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.12 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
{
"name": "inno-point",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
"axios": "^0.19.0",
"color": "^3.1.0",
"date-fns": "^1.30.1",
"emotion": "^10.0.9",
"faker": "^4.1.0",
"final-form": "^4.13.1",
"immer": "^2.1.4",
"material-ui-chip-input": "^1.0.0-beta.14",
"nodemailer": "^6.0.0",
"notistack": "^0.5.1",
"react": "^16.8.3",
"react-color": "^2.17.0",
"react-dom": "^16.8.3",
"react-final-form-hooks": "^2.0.0",
"react-redux": "^6.0.1",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.5",
"react-svg": "^7.2.9",
"redux-saga": "^1.0.2",
"redux-starter-kit": "^0.4.3",
"sequelize": "^5.8.7",
"styled-components": "^4.1.3",
"validator": "^10.11.0"
},
"scripts": {
"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"
]
}