-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 869 Bytes
/
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
{
"name": "climate-ecad",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --config build/dev.js",
"deploy": "./bin/deploy.sh"
},
"author": "Peter Reschenhofer",
"private": true,
"devDependencies": {
"@babel/core": "^7",
"@babel/preset-env": "^7",
"axios": "^1",
"babel-eslint": "^10",
"babel-loader": "^9 ",
"bootstrap": "^5",
"copy-webpack-plugin": "^12 ",
"css-loader": "^7",
"d3": "^7",
"favicons": "^7",
"favicons-webpack-plugin": "^6",
"html-webpack-plugin": "^5",
"maplibre-gl": "^4",
"mini-css-extract-plugin": "^2",
"pinia": "^2",
"sass": "^1",
"sass-loader": "^14",
"vue": "^3",
"vue-loader": "^17",
"vue-router": "^4",
"webpack": "^5",
"webpack-cli": "^5",
"webpack-dev-server": "^5"
}
}