-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.27 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
74
75
76
77
78
79
80
81
82
83
84
{
"devDependencies": {
"apache-server-configs": "^2.7.1",
"babel-core": "^6.0.15",
"babel-preset-es2015": "^6.0.15",
"bower-webpack-plugin": "^0.1.9",
"browser-sync": "^2.11.1",
"bs-fullscreen-message": "^1.0.1",
"bs-html-injector": "^3.0.0",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.10.0",
"css-loader": "^0.23.1",
"del": "^2.0.2",
"eslint-config-google": "^0.3.0",
"file-loader": "^0.8.5",
"font-loader": "^0.1.2",
"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-directory-sync": "^1.2.3",
"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-notify": "^2.2.0",
"gulp-sass": "^2.1.1",
"gulp-shell": "^0.5.2",
"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",
"gulp-watch": "^4.3.5",
"gulp-watch-sequence": "^1.0.0",
"html-loader": "^0.4.0",
"imports-loader": "^0.6.5",
"jshint": "^2.9.1",
"jshint-loader": "^0.8.3",
"json-loader": "^0.5.4",
"less": "^2.6.0",
"less-loader": "^2.2.2",
"livescript-loader": "^0.1.5",
"psi": "^2.0.2",
"run-sequence": "^1.0.1",
"script-loader": "^0.6.1",
"strip-ansi": "^3.0.0",
"style-loader": "^0.13.0",
"svg-loader": "0.0.2",
"sw-precache": "^2.2.0",
"sw-toolbox": "^3.0.1",
"transform-loader": "^0.2.3",
"url-loader": "^0.5.7",
"webpack": "^1.12.12",
"webpack-dev-middleware": "^1.5.1",
"webpack-stream": "^3.1.0"
},
"engines": {
"node": ">=0.12"
},
"private": true,
"scripts": {
"watch": "webpack --watch -d --progress --colors",
"prebuild": "npm install",
"build": "webpack -d --progress --colors"
},
"eslintConfig": {
"extends": "google"
},
"dependencies": {
"amd-define-factory-patcher-loader": "^1.0.0",
"bootstrap": "^3.3.6",
"jquery": "^2.2.0",
"jquery.easing": "^1.3.2",
"jquery.easing-umd": "^1.3.2",
"node-notifier": "^4.4.0",
"sizzle": "^2.3.0",
"wow": "0.0.6"
}
}