-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.91 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
{
"name": "frontend",
"version": "4.3.0",
"description": "Based on powerful frontend boilerplate by ilkome.",
"author": "Ilya Komichev @ilkome",
"homepage": "http://ilko.me",
"repository": {
"type": "git",
"url": "https://github.com/ilkome/frontend"
},
"license": "MIT",
"scripts": {
"dev": "gulp",
"build": "cross-env NODE_ENV=production gulp build && cross-env NODE_ENV=production webpack --progress -p && gulp css && gulp zip",
"upload": "cross-env NODE_ENV=production gulp build && cross-env NODE_ENV=production webpack --progress -p && gulp css && gulp upload"
},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.3.2",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"browser-sync": "^2.18.8",
"cross-env": "^3.1.4",
"del": "^2.2.2",
"eslint": "^3.16.1",
"eslint-config-airbnb-base": "^11.1.0",
"eslint-plugin-import": "^2.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-changed": "^2.0.0",
"gulp-clean-css": "^3.0.3",
"gulp-combine-mq": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-debug": "^3.1.0",
"gulp-flatten": "^0.3.1",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.1.1",
"gulp-jade": "^1.1.0",
"gulp-jade-globbing": "^0.1.9",
"gulp-jsbeautifier": "^2.0.4",
"gulp-load-plugins": "^1.5.0",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.4.1",
"gulp-stylus": "^2.6.0",
"gulp-uncss": "^1.0.6",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"gulp-zip": "^4.0.0",
"imagemin-pngquant": "^5.0.0",
"require-dir": "^0.3.1",
"run-sequence": "^1.2.2",
"vinyl-ftp": "^0.6.0",
"webpack": "^2.2.1",
"webpack-dev-middleware": "^1.10.1",
"webpack-hot-middleware": "^2.17.1"
},
"dependencies": {}
}