-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
30 lines (30 loc) · 928 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
{
"private": true,
"scripts": {
"start": "gulp",
"build": "gulp build",
"deploy": "(cd dest && touch z && git add . && git rm -rf .) && gulp build && (cd dest && git add . && git commit -m 'Build up' && git push -f origin gh-pages)",
"init-deploy": "rm -rf dest && git clone -b gh-pages [email protected]:pitercss/pitercss.com.git dest",
"test": "editorconfig-cli && gulp build && ls dest"
},
"devDependencies": {
"@htmlacademy/editorconfig-cli": "^0.1.0",
"autoprefixer": "^6.5.3",
"bemto.pug": "^2.0.0",
"browser-sync": "^2.17.5",
"gulp": "^3.9.1",
"gulp-pug": "^3.2.0",
"gulp-rsync": "0.0.7",
"gulp-stylus": "^2.6.0",
"gulp-svg-sprite": "^1.3.6",
"jstransformer-markdown-it": "^2.0.0",
"run-sequence": "^1.2.2",
"stylobuild": "^1.0.0",
"stylus": "^0.54.5"
},
"editorconfig-cli": [
"src/*.html",
"src/**/*.css",
"src/**/*.svg"
]
}