-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.82 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
56
57
58
59
60
61
62
63
64
{
"name": "vasagatantracker",
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/moment": "^1.1.0",
"@devexpress/dx-react-core": "^3.0.2",
"@devexpress/dx-react-grid": "^3.0.2",
"@devexpress/dx-react-grid-material-ui": "^3.0.2",
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.4.4",
"@mui/lab": "^5.0.0-alpha.71",
"@mui/material": "^5.4.4",
"@mui/styles": "^5.4.4",
"axios": "^0.17.1",
"canvasjs": "^1.8.1",
"chart.js": "^2.7.3",
"firebase": "^9.6.8",
"image-compressor.js": "^1.1.4",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"mui-datatables": "^4.1.2",
"pondjs": "^0.8.10",
"re-resizable": "^4.11.0",
"react": "^17.0.2",
"react-countdown-now": "^2.1.0",
"react-countdown-to-future-date": "0.0.3",
"react-dom": "^17.0.2",
"react-image-file": "^0.3.0",
"react-loadable": "^5.5.0",
"react-redux": "^7.2.6",
"react-resizable": "^1.7.5",
"react-resizable-box": "^2.1.0",
"react-router-dom": "^6.2.2",
"react-scripts": "^5.0.0",
"react-timeseries-charts": "^0.16.1",
"recharts": "^2.1.9",
"redux": "^3.7.2",
"uuid": "^8.3.2"
},
"scripts": {
"start": "react-scripts start",
"start-node17": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts build",
"build-node17": "react-scripts --openssl-legacy-provider build",
"eject": "react-scripts eject",
"server": "json-server -p3001 db.json"
},
"proxy": "http://localhost:3001",
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/eslint-parser": "^7.17.0",
"@babel/preset-react": "^7.16.7",
"babel-eslint": "^10.1.0",
"eslint": "^8.10.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}