-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.6 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
{
"name": "analytics_dashboard",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\"",
"start": "webpack serve --open --mode development",
"startNodeServer": "nodemon index.js",
"buildProd": "webpack build --mode=production && cp -R",
"buildDev": "webpack build --mode=development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Intastellar-Solutions-International/analytics_dashboard.git"
},
"keywords": [],
"author": "Felix A. Schultz",
"license": "ISC",
"bugs": {
"url": "https://github.com/Intastellar-Solutions-International/analytics_dashboard/issues"
},
"homepage": "https://github.com/Intastellar-Solutions-International/analytics_dashboard#readme",
"dependencies": {
"chart.js": "^4.4.0",
"cors": "^2.8.5",
"i18n-iso-countries": "^7.7.0",
"i18next": "^23.6.0",
"mysql": "^2.18.1",
"nodemon": "^2.0.20",
"react-chartjs-2": "^5.2.0",
"webpack-node-externals": "^3.0.0"
},
"devDependencies": {
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"babel-loader": "^9.1.3",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^5.0.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.7.6",
"node-loader": "^2.0.0",
"punycode": "^2.3.0",
"style-loader": "^4.0.0",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-dev-middleware": "^7.3.0",
"webpack-dev-server": "^5.0.4",
"webpack-hot-middleware": "^2.26.1"
}
}