-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.8 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
{
"name": "gulp-template",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "./node_modules/.bin/gulp",
"build": "./node_modules/.bin/gulp build",
"rebuild": "npm run build && npm start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vaeum/gulp-template.git"
},
"keywords": [
"gulp",
"template"
],
"author": "vaeum",
"license": "MIT",
"bugs": {
"url": "https://github.com/vaeum/gulp-template/issues"
},
"homepage": "https://github.com/vaeum/gulp-template#readme",
"dependencies": {
"autoprefixer": "^7.2.3",
"babel-eslint": "^8.0.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.24.1",
"browser-sync": "^2.18.6",
"css-mqpacker": "^6.0.1",
"del": "^3.0.0",
"eslint": "^4.13.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-add-src": "^0.2.0",
"gulp-babel": "^7.0.0",
"gulp-concat": "^2.6.1",
"gulp-debug": "^3.1.0",
"gulp-flatten": "^0.3.1",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^4.0.0",
"gulp-include": "^2.3.1",
"gulp-jade": "^1.1.0",
"gulp-jsbeautifier": "^2.0.4",
"gulp-load-plugins": "^1.4.0",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^7.0.0",
"gulp-posthtml": "^3.0.0",
"gulp-sass": "^3.1.0",
"gulp-sass-glob-import": "^0.1.0",
"gulp-uglify": "^3.0.0",
"gulp-zip": "^4.0.0",
"jquery": "^2.2.4",
"perfectionist": "^2.3.1",
"postcss-csso": "^3.0.0",
"postcss-discard-comments": "^2.0.4",
"posthtml-bem": "^0.2.2",
"require-dir": "^0.3.1",
"sass": "^0.5.0"
}
}