-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.03 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.03 KB
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
{
"name": "template-project",
"version": "1.2.0",
"author": "WitFlash",
"scripts": {
"start": "gulp",
"build": "gulp build"
},
"engines": {
"node": "=10"
},
"dependencies": {
"ajv": "^6.2.1",
"ajv-keywords": "^3.1.0",
"bootstrap": "^4.1.1",
"browser-sync": "^2.18.13",
"browserify": "^16.2.2",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-cssnano": "^2.1.2",
"gulp-ext-replace": "^0.3.0",
"gulp-imagemin": "^4.0.0",
"gulp-nunjucks": "^3.0.0",
"gulp-plumber": "^1.2.0",
"gulp-prettify": "^0.5.0",
"gulp-rename": "^1.2.2",
"gulp-replace-task": "^0.11.0",
"gulp-sass": "^3.1.0",
"gulp-uglifyjs": "^0.6.2",
"require-dir": "^1.0.0",
"vinyl-source-stream": "^2.0.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"babelify": "^8.0.0",
"eslint": "^4.18.2",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.9.0",
"gulp-babel": "^7.0.1"
}
}