-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.46 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
{
"name": "ohtap-winnow",
"version": "0.1.0",
"private": true,
"dependencies": {
"@devexpress/dx-react-chart": "^1.11.0",
"@devexpress/dx-react-chart-material-ui": "^1.11.0",
"@devexpress/dx-react-core": "^1.11.0",
"@loadable/component": "^5.10.1",
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^3.0.2",
"@material/linear-progress": "^1.1.0",
"axios": ">=0.18.1",
"body-parser": "^1.19.0",
"chart.js": "^2.8.0",
"classnames": "^2.2.6",
"cors": "^2.8.5",
"express": "^4.17.1",
"fs": "0.0.1-security",
"multer": "^1.4.1",
"path": "^0.12.7",
"react": "^16.8.6",
"react-chartjs-2": "^2.7.6",
"react-dom": "^16.8.6",
"react-router-dom": "^5.0.1"
},
"devDependencies": {
"react-scripts": "^3.0.1"
},
"scripts": {
"start": "node index.js",
"start-static": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"s3:create-bucket": "aws s3 mb s3://$BUCKET",
"s3:configure-bucket": "aws s3 website s3://$BUCKET --index-document index.html --error-document index.html",
"s3:upload": "aws s3 sync --acl public-read --sse --delete ./build s3://$BUCKET"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}