-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.02 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
{
"name": "bulkinv",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
"autosuggest-highlight": "^3.1.1",
"classnames": "^2.2.6",
"firebase": "^5.8.6",
"material-table": "^1.32.0",
"react": "^16.8.6",
"react-autosuggest": "^9.4.3",
"react-dom": "^16.8.6",
"react-dropzone": "^10.0.5",
"react-router-dom": "^4.4.0-beta.6",
"react-scripts": "3.0.1",
"react-table": "^6.10.0",
"read-excel-file": "^3.0.0",
"recompose": "^0.30.0",
"source-map-explorer": "^1.8.0",
"typeface-roboto": "0.0.54",
"use-react-router": "^1.0.5"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"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"
]
}