-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 963 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
{
"name": "odh-parking",
"private": true,
"scripts": {
"build": "webpack --config ./webpack.prod.js",
"start": "webpack serve --config ./webpack.dev.js --host 0.0.0.0",
"staging": "webpack --config ./webpack.staging.js"
},
"dependencies": {
"chart.js": "^2.9.4",
"dayjs": "^1.9.6",
"leaflet": "^1.7.1",
"leaflet.markercluster": "^1.4.1",
"lit-element": "^2.4.0",
"lodash": "^4.17.20"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-syntax-class-properties": "^7.12.1",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"babel-loader": "^8.1.0",
"css-loader": "^5.0.0",
"dotenv": "^8.2.0",
"sass": "^1.27.0",
"sass-loader": "^10.0.4",
"svg-url-loader": "^6.0.0",
"url-loader": "^4.1.1",
"webpack": "^5.2.0",
"webpack-cli": "^4.1.0",
"webpack-dev-server": "^3.11.0"
}
}