-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 926 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
36
37
{
"name": "plaint",
"version": "1.0.0",
"scripts": {
"build": "webpack --config webpack.prod.js",
"start": "webpack-dev-server --config webpack.dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hypeserver/plaint.git"
},
"author": "hypeserver",
"license": "MIT",
"bugs": {
"url": "https://github.com/hypeserver/plaint/issues"
},
"homepage": "https://github.com/hypeserver/plaint#readme",
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"dependencies": {},
"devDependencies": {
"clean-webpack-plugin": "^0.1.19",
"html-webpack-plugin": "^3.2.0",
"husky": "^1.0.0-rc.13",
"json-loader": "^0.5.7",
"prettier": "1.14.2",
"pretty-quick": "^1.6.0",
"webpack": "^4.18.0",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.8",
"webpack-merge": "^4.1.4",
"yaml-loader": "^0.5.0"
}
}