-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.16 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
44
45
{
"name": "gulpExample",
"version": "1.0.0",
"description": "gulp常用插件",
"main": "index.js",
"scripts": {
"dev": "gulp watch",
"server":"gulp browser-sync",
"build": "gulp default"
},
"repository": {
"type": "git",
"url": "git+https://github.com/raoenhui/gulpExample.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/raoenhui/gulpExample/issues"
},
"homepage": "https://github.com/raoenhui/gulpExample#readme",
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-transform-runtime": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"autoprefixer": "^9.4.10",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.26.3",
"del": "^4.0.0",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^5.0.1",
"gulp-inline-source": "^4.0.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-rev": "^9.0.0",
"gulp-rev-rewrite": "^1.1.4",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"inline-source": "^6.1.9",
"run-sequence": "^2.2.1"
}
}