-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 936 Bytes
/
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
{
"name": "<%= siteSlug %>",
"version": "1.0.0",
"description": "<%= siteDescription %>",
"main": "gulpfile.js",
"directories": {
"doc": "doc",
"example": "examples"
},
"scripts": {
"start": "gulp"
},
"author": "<%= siteAuthor %>",
"license": "ISC",
"dependencies": {
"babel-core": "^6.8.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babelify": "^7.2.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.1",
"gulp-streamify": "^1.0.2",
"jquery": "^3.3.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.6.1"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"eslint": "^4.4.1",
"eslint-config-airbnb-base": "^11.3.1",
"eslint-plugin-html": "^3.2.0",
"eslint-plugin-import": "^2.7.0"
}
}