-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.72 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.72 KB
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
65
66
67
{
"name": "Sysnode",
"homepage": ".",
"version": "0.1.0",
"private": true,
"engines": {
"node": "20.x",
"npm": "6.x"
},
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^13.5.0",
"anychart-react": "^1.4.1",
"axios": "^1.4.0",
"bootstrap-sass": "^3.4.1",
"datamaps": "^0.5.9",
"express": "^4.17.1",
"font-awesome": "^4.7.0",
"i18next": "^19.6.3",
"i18next-browser-languagedetector": "^5.0.1",
"i18next-http-backend": "^1.0.17",
"moment": "^2.29.1",
"react": "^16.14.0",
"react-bootstrap-table-next": "^4.0.3",
"react-bootstrap-table2-paginator": "^2.1.2",
"react-bs-datatable": "^3.11.2",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.14.0",
"react-i18next": "^11.7.0",
"react-jvectormap": "0.0.16",
"react-meta-tags": "^0.7.4",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "5.0.1",
"react-tooltip": "^4.2.8",
"papaparse": "^5.4.1",
"react-chartjs-2": "^5.2.0",
"chart.js": "^4.3.0",
"chartjs-plugin-zoom": "^2.0.1",
"chartjs-adapter-moment": "^1.0.1",
"web-vitals": "^2.1.4",
"chartjs-plugin-annotation": "3.0.1"
},
"scripts": {
"start": "react-scripts start",
"dev": "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"
]
}
}