-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 785 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 785 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
{
"dependencies": {
"app-root-path": "^3.0.0",
"css-loader": "^4.2.2",
"env-to-config": "^1.3.2",
"html-webpack-plugin": "^4.4.1",
"hyperhtml": "^2.33.0",
"lighterhtml": "^4.1.1",
"lit-html": "^1.3.0",
"nanohtml": "^1.9.1",
"nanomorph": "^5.4.2",
"node-sass": "^4.14.1",
"pug": "^3.0.0",
"pug-loader": "^2.4.0",
"sass-loader": "^10.0.1",
"style-loader": "^1.2.1",
"svelte": "^3.24.1",
"svelte-loader": "^2.13.6",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"scripts": {
"clear": "rimraf ./public/js/ ./public/index.html",
"predev": "npm run clear",
"dev": "webpack-dev-server",
"prebuild": "npm run clear",
"build": "webpack --env.build"
}
}