-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 978 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 978 Bytes
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
{
"name": "Swatch",
"version": "1.0.0",
"description": "Swatch / Stopwatch",
"private": true,
"keywords": [
"stopwatch"
],
"license": "MIT",
"author": "Florian Assmann",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack -display-error-details --no-devtool --mode=production --node-env=production",
"deploy": "gh-pages -d dist",
"watch": "webpack -display-error-details --watch",
"serve": "webpack serve --open --static ./"
},
"devDependencies": {
"@webpack-cli/generators": "^3.0.7",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^7.1.2",
"csv-stringify": "^6.5.1",
"html-webpack-plugin": "^5.6.0",
"prettier": "^3.3.3",
"style-loader": "^4.0.0",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"webpack-merge": "^5.10.0",
"workbox-webpack-plugin": "^7.1.0"
},
"dependencies": {
"gh-pages": "^6.2.0"
}
}