-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 909 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": "link-warm-koud",
"version": "2.0.10",
"description": "",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.prod.js",
"serve": "webpack serve --config webpack.dev.js --host 0.0.0.0"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"copy-webpack-plugin": "^10.2.0",
"file-loader": "^6.2.0",
"gpxparser": "^3.0.7",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "2.4.5",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"webpack": "^5.26.3",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^4.7.3",
"webpack-merge": "^5.7.3",
"workbox-webpack-plugin": "^6.1.2"
},
"dependencies": {
"css-loader": "^5.1.3",
"style-loader": "^2.0.0"
}
}