-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.46 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "ultcombo.github.io",
"version": "2.0.0",
"description": "Ult’s home",
"repository": "[email protected]:UltCombo/ultcombo.github.io.git",
"author": "UltCombo <[email protected]>",
"license": "MIT",
"private": true,
"dependencies": {
"short-number": "^1.0.6"
},
"devDependencies": {
"babel-minify-webpack-plugin": "^0.2.0",
"browser-sync": "^2.18.13",
"browser-sync-webpack-plugin": "^1.2.0",
"cross-env": "^5.1.1",
"css-loader": "^0.28.7",
"eslint": "^4.13.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.4.0",
"extract-loader": "^1.0.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"html-loader": "^0.5.1",
"husky": "^0.14.3",
"license-checker": "^15.0.0",
"lint-staged": "^6.0.0",
"localforage": "^1.5.5",
"node-faux-pas": "^1.0.1",
"prettier": "^1.9.2",
"string-replace-webpack-plugin": "^0.1.3",
"webpack": "^3.10.0",
"workbox-google-analytics": "^2.1.1",
"workbox-webpack-plugin": "^2.1.2"
},
"scripts": {
"dev": "webpack --watch",
"build": "webpack && webpack --config webpack.sw.js",
"lint-fonts": "fauxpas http://localhost:8080/?disable-sw",
"lint": "eslint --cache .",
"precommit": "lint-staged && cross-env NODE_ENV=production yarn run build && git add index.html bundle.js sw.js main.css vendor.css"
},
"lint-staged": {
"*.js": [
"eslint --cache --fix",
"git add"
]
}
}