-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 925 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
{
"name": "localhtml",
"version": "0.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"build": "webpack --mode='production'",
"build-debug": "webpack --mode='development' -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SageRalph/localhtml.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SageRalph/localhtml/issues"
},
"homepage": "https://github.com/SageRalph/localhtml#readme",
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.2.0",
"html-inline-script-webpack-plugin": "^2.0.0",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.1",
"localhtml-lib": "github:SageRalph/localhtml-lib",
"style-loader": "^2.0.0",
"webpack": "^5.30.0",
"webpack-cli": "^4.6.0"
}
}