-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.22 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
{
"name": "binary-upload",
"version": "0.1.0",
"private": true,
"author": "Nathan Givens <[email protected]>",
"main": "src/index.js",
"dependencies": {
"@cerebral/react": "^4.2.0",
"@emotion/core": "^10.0.21",
"@material-ui/core": "^4.8.2",
"@material-ui/icons": "^4.5.1",
"@oada/oada-cache": "github:OADA/oada-cache#dev",
"axios": "^0.19.0",
"babel-preset-react": "^6.24.1",
"cerebral": "^5.2.0",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-dropzone": "^10.1.10",
"react-pdf": "^4.1.0",
"react-scripts": "3.2.0",
"semantic-ui-react": "^0.88.1",
"uuid": "^3.3.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"eslint": "^6.5.1",
"http-server": "^0.11.1"
},
"babel": {
"presets": [
"react-app"
],
"plugins": []
}
}