-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
82 lines (82 loc) · 2.35 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
{
"name": "gulppack",
"version": "1.5.0",
"description": "Gulp + Webpack build for frondend",
"main": "gulpfile.js",
"scripts": {
"first:start": "gulp mkdirs",
"start": "cross-env NODE_ENV=development gulp",
"build": "cross-env NODE_ENV=production gulp build",
"clean": "gulp clean",
"zip": "gulp zip",
"create:block": "node makeBlock.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/edDimensi/gulpPack.git"
},
"keywords": [
"webpack",
"pug",
"stylus",
"gulp4"
],
"author": "Nikita Nafranets <[email protected]> (http://vk.com/dimensi)",
"license": "ISC",
"bugs": {
"url": "https://github.com/edDimensi/gulpPack/issues"
},
"homepage": "https://github.com/edDimensi/gulpPack#readme",
"dependencies": {
"jquery": "^3.1.1",
"normalize.css": "^6.0.0"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.20.2",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-env": "^1.1.8",
"babel-preset-es2015": "^6.18.0",
"babel-runtime": "^6.20.0",
"bemto.pug": "^2.1.0",
"browser-sync": "^2.18.6",
"browser-sync-close-hook": "^1.0.5",
"cross-env": "^4.0.0",
"del": "^2.2.2",
"emitty": "^1.3.0",
"eslint": "^3.13.1",
"exports-loader": "^0.6.3",
"expose-loader": "^0.7.1",
"gulp": "gulpjs/gulp#4.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-changed": "^2.0.0",
"gulp-concat-css": "^2.3.0",
"gulp-csso": "^3.0.0",
"gulp-debug": "^3.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.1.1",
"gulp-load-plugins": "^1.4.0",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-pug": "^3.2.0",
"gulp-sourcemaps": "^2.4.0",
"gulp-stylus": "^2.6.0",
"gulp-tinypng-compress": "^1.2.1",
"gulp-zip": "^4.0.0",
"gulplog": "^1.0.0",
"happypack": "^3.0.2",
"imports-loader": "^0.7.0",
"jade-get-data": "^1.0.1",
"mkdirp": "^0.5.1",
"node-notifier": "^5.1.2",
"rupture": "^0.6.2",
"script-loader": "^0.7.0",
"stream-combiner2": "^1.1.1",
"vinyl-named": "^1.1.0",
"webpack": "^2.4.1",
"webpack-stream": "jeroennoten/webpack-stream#patch-1"
}
}