-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.16 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
{
"name": "kogg.github.io",
"version": "1.0.0",
"homepage": "https://github.com/kogg/kogg.github.io#readme",
"bugs": {
"url": "https://github.com/kogg/kogg.github.io/issues"
},
"license": "ISC",
"author": {
"name": "kogg",
"email": "[email protected]",
"url": "http://ko.gg"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kogg/kogg.github.io.git"
},
"scripts": {
"cssfmt": "cssfmt www/css/main.css && git add www/css/main.css",
"deploy": "gh-pages -d dist -b master",
"pkg": "webpack -p",
"start": "foreman start"
},
"dependencies": {
"copy-webpack-plugin": "^3.0.1",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"gh-pages": "^0.11.0",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.22.0",
"image-webpack-loader": "^2.0.0",
"jquery": "^2.2.2",
"style-loader": "^0.13.1",
"typed.js": "^1.1.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.1"
},
"devDependencies": {
"cssfmt": "^2.1.5",
"pre-commit": "^1.1.2",
"webpack-dev-server": "^1.14.1"
},
"pre-commit": [
"cssfmt"
]
}