-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
111 lines (111 loc) · 3.11 KB
/
package.json
File metadata and controls
111 lines (111 loc) · 3.11 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "mex-monitoring-sys",
"version": "0.1.0",
"private": true,
"@comment dependencies": [
"These are the comments for the `dependencies` section.",
"echarts-for-react",
"echarts",
"react-animate-height"
],
"dependencies": {
"@craco/craco": "^7.0.0-alpha.3",
"@date-io/date-fns": "^1.3.13",
"@hot-loader/react-dom": "^16.14.0",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@material-ui/pickers": "^3.3.10",
"axios": "^0.25.0",
"babel-loader": "^8.2.4",
"babel-plugin-import": "^1.13.0",
"babel-polyfill": "^6.26.0",
"chart.js": "^2.9.4",
"clsx": "^1.0.4",
"css-loader": "^6.7.1",
"cytoscape": "^3.21.1",
"d3": "^7.4.3",
"date-fns": "^2.15.0",
"downsample": "^1.3.0",
"generate-password-browser": "^1.1.0",
"history": "^4.7.2",
"http-proxy-middleware": "^2.0.4",
"interactjs": "^1.9.22",
"json-server": "^0.16.1",
"jspdf": "^2.5.0",
"leaflet": "^1.7.1",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"moment-timezone": "^0.5.28",
"npm": "^8.6.0",
"prop-types": "^15.7.2",
"randomcolor": "^0.6.2",
"react": "^16.14.0",
"react-calendar-timeline": "^0.27.0",
"react-chartjs-2": "^2.10.0",
"react-csv": "^2.2.2",
"react-dom": "^16.14.0",
"react-dual-listbox": "^2.2.0",
"react-ga": "^3.3.0",
"react-google-recaptcha": "^2.1.0",
"react-hot-loader": "^4.13.0",
"react-leaflet": "^2.8.0",
"react-leaflet-control": "^2.1.2",
"react-leaflet-curve": "^2.0.1",
"react-redux": "^7.2.6",
"react-router-dom": "^5.2.0",
"react-syntax-highlighter": "^15.4.3",
"react-virtualized": "^9.22.3",
"react-window": "^1.8.5",
"redux": "^4.0.1",
"redux-form": "^8.3.1",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.1.2",
"style-loader": "^3.3.1",
"typescript": "^3.9.3",
"util": "^0.12.4",
"uuid": "^8.3.2",
"xterm": "^4.16.0",
"xterm-addon-fit": "^0.5.0",
"yaml-js": "^0.2.3",
"zxcvbn": "^4.4.2",
"zxcvbn-async": "^0.0.6"
},
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"devDependencies": {
"@material-ui/styles": "^4.11.4",
"babel-plugin-transform-remove-console": "^6.9.4",
"craco-plugin-react-hot-reload": "^0.1.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.4",
"jest-enzyme": "^7.1.2",
"react-error-overlay": "^6.0.9",
"react-scripts": "^5.0.0",
"source-map-explorer": "^2.4.2",
"terser-webpack-plugin": "^5.3.1",
"webpack": "^5.72.0",
"worker-loader": "^3.0.8"
},
"scripts": {
"start": "craco start",
"build": "craco --max-old-space-size=4096 build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"json-server": "json-server --watch db.json --port 3004",
"analyze": "source-map-explorer 'build/static/js/*.js'"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"eslintConfig": {
"rules": {
"no-unused-vars": "off"
}
}
}