-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
53 lines (53 loc) · 1.32 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
{
"name": "webapp",
"version": "0.1.0",
"private": true,
"dependencies": {
"@aws-crypto/sha256-js": "^5.2.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@material-ui/core": "4.12.4",
"@material-ui/icons": "4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"aws-amplify": "^6.0.8",
"aws-cloudfront-sign": "^3.0.2",
"clsx": "^2.0.0",
"history": "^5.3.0",
"lodash": "^4.17.21",
"material-ui": "^0.20.2",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"randomcolor": "^0.6.2",
"react": "^18.2.0",
"react-datetime-picker": "^5.6.0",
"react-dom": "^18.2.0",
"react-hls-player": "^3.0.7",
"react-player": "^2.14.1",
"react-router-dom": "6.21.1",
"react-scripts": "^5.0.1",
"recharts": "^2.10.3",
"uuid": "^9.0.1"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "latest",
"ajv": "^7.2.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}