-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 917 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
35
{
"name": "pwa",
"version": "1.0.0",
"description": "pwa app",
"dependencies": {
"mustache-loader": "^1.4.1"
},
"devDependencies": {
"copy-webpack-plugin": "^4.5.4",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"husky": "^1.1.2",
"prettier": "1.14.3",
"pretty-quick": "^1.8.0",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2"
},
"scripts": {
"clean": "rm -rf ./public && mkdir public",
"start": "http-server -c-1",
"precommit": "pretty-quick --staged",
"develop": "npm run clean && webpack --watch --mode development",
"build": "npm run copy && webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jose4125/pwa.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jose4125/pwa/issues"
},
"homepage": "https://github.com/jose4125/pwa#readme"
}