-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathpackage.json
executable file
·48 lines (48 loc) · 1.19 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
{
"name": "gulp-demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.18.8",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.2.0",
"gulp-jade": "^1.1.0",
"gulp-load-plugins": "^1.5.0",
"gulp-minify-css": "^1.2.4",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.4.0",
"gulp-sass": "^3.1.0",
"gulp-sequence": "^0.4.6",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^2.1.2",
"main-bower-files": "^2.13.1",
"minimist": "^1.2.0"
},
"dependencies": {
"bootstrap": "^5.0.0-beta1",
"ejs": "^2.5.7",
"gulp": "^4.0.2",
"gulp-changed": "^3.2.0",
"gulp-clean": "^0.3.2",
"gulp-data": "^1.2.1",
"gulp-front-matter": "^1.3.0",
"gulp-gh-pages": "^0.5.4",
"gulp-layout": "0.0.4",
"gulp-order": "^1.1.1",
"gulp-watch": "^4.3.11",
"jquery": "^3.3.1",
"lodash": "^4.17.4",
"vue": "^3.0.2"
}
}