-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.3 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.3 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
{
"name": "maintenanceweb",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npm dev",
"dev": "webpack-dev-server --watch --progress --mode development --config webpack.dev.config.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm install && rimraf wwwroot/*.js && webpack --mode production --config webpack.prod.config.js"
},
"author": "mma",
"license": "Apache-2.0",
"dependencies": {
"@mdi/js": "^5.0.45",
"@mdi/react": "^1.3.0",
"@types/chart.js": "^2.7.50",
"@types/history": "^4.7.6",
"@types/prop-types": "^15.7.0",
"@types/query-string": "^5.1.0",
"@types/react": "^16.9.25",
"@types/react-dom": "^16.8.3",
"@types/react-notification-system": "^0.2.39",
"@types/react-redux": "^7.0.5",
"@types/reactstrap": "^7.1.3",
"@types/uuid": "^3.4.4",
"@types/minimatch": "^5.1.2",
"bootstrap": "4.3.1",
"bootstrap-toggle": "^2.2.2",
"chart.js": "^2.8.0",
"history": "^4.10.0",
"jquery": "^1.9.1",
"moment": "^2.24.0",
"query-string": "^6.4.0",
"react": "16.8.5",
"react-bootstrap-toggle": "^2.3.2",
"react-chartjs-2": "^2.7.4",
"react-dom": "16.8.5",
"react-notification-system": "^0.2.17",
"react-redux": "^6.0.1",
"react-router": "^5.3.3",
"react-router-dom": "^5.3.0",
"react-router-redux": "^4.0.8",
"reactstrap": "^7.1.0",
"redux": "^4.0.1",
"ts-loader": "^8.1.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"@types/react-router": "^5.1.18",
"@types/react-router-dom": "^5.3.3",
"@types/react-router-redux": "^5.0.21",
"css-loader": "^2.1.1",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^6.0.0",
"sass-loader": "^10.2.1",
"source-map-loader": "^0.2.4",
"style-loader": "^0.23.1",
"tslint": "^5.14.0",
"tslint-loader": "^3.5.4",
"tslint-react": "^3.6.0",
"typescript": "^4.8.3",
"url-loader": "^1.1.2",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1",
"webpack-merge": "^4.1.2"
}
}