-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.09 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"devDependencies": {
"apache-server-configs": "^2.7.1",
"babel-core": "^6.0.15",
"babel-preset-es2015": "^6.0.15",
"browser-sync": "^2.9.0",
"del": "^2.0.2",
"eslint-config-google": "^0.3.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.0.0",
"gulp-cache": "0.2.2",
"gulp-concat": "^2.5.2",
"gulp-eslint": "^1.0.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.0.0",
"gulp-load-plugins": "^1.0.0",
"gulp-minify-css": "^1.1.6",
"gulp-minify-html": "^1.0.4",
"gulp-newer": "^1.0.0",
"gulp-sass": "^2.0.0",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglify": "^1.0.1",
"gulp-uncss": "^1.0.0",
"gulp-useref": "^3.0.0",
"psi": "^2.0.2",
"require-dot-file": "^0.4.0",
"run-sequence": "^1.0.1",
"semantic-ui": "^2.1.7",
"sw-precache": "^2.2.0",
"sw-toolbox": "^3.0.1",
"better-console": "*",
"extend": "^3.0.0",
"gulp-chmod": "^1.2.0",
"gulp-clone": "^1.0.0",
"gulp-concat-css": "^2.2.0",
"gulp-copy": "0.0.2",
"gulp-dedupe": "0.0.2",
"gulp-flatten": "^0.2.0",
"gulp-header": "^1.2.2",
"gulp-help": "^1.6.0",
"gulp-json-editor": "^2.2.1",
"gulp-less": "^3.0.3",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-print": "^2.0.1",
"gulp-prompt": "^0.1.2",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-rtlcss": "^0.1.4",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.1",
"jquery": "^2.1.4",
"map-stream": "^0.1.0",
"merge-stream": "^1.0.0",
"mkdirp": "^0.5.1",
"wrench": "https://github.com/derekslife/wrench-js/tarball/156eaceed68ed31ffe2a3ecfbcb2be6ed1417fb2",
"yamljs": "^0.2.3"
},
"engines": {
"node": ">=0.12"
},
"private": true,
"scripts": {
"test": "gulp && git status | grep 'working directory clean' >/dev/null || (echo 'Please commit all changes generated by building'; exit 1)",
"predeploy": "npm run test",
"deploy": "scp -r dist/. root@sumwritings.com:/var/www/celeste/"
},
"eslintConfig": {
"extends": "google"
}
}