-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 1.88 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
68
69
70
71
72
{
"name": "gulp-eagle",
"version": "2.1.1",
"description": "Gulp Eagle is based on Laravel Elixir, which provides a clean, fluent API for defining basic Gulp tasks.",
"main": "src/index.js",
"scripts": {
"test": "",
"eslint": "eslint src/**"
},
"pre-commit": [
"eslint"
],
"repository": {
"type": "git",
"url": "git+https://github.com/youngluo/gulp-eagle.git"
},
"keywords": [
"gulp",
"gulp-eagle"
],
"author": "Young Luo",
"license": "MIT",
"bugs": {
"url": "https://github.com/youngluo/gulp-eagle/issues"
},
"homepage": "https://github.com/youngluo/gulp-eagle#readme",
"dependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-0": "^6.24.1",
"browser-sync": "^2.18.13",
"clean-css": "^4.1.7",
"del": "^3.0.0",
"globby": "^6.1.0",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^7.0.0",
"gulp-batch": "^1.0.5",
"gulp-concat": "^2.6.1",
"gulp-css-processor": "^1.1.0",
"gulp-eagle-rollup": "^1.1.0",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.3.0",
"gulp-less": "^3.3.2",
"gulp-load-plugins": "^1.5.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-rev": "^8.0.0",
"gulp-rev-replace": "^0.4.3",
"gulp-sass": "^3.1.0",
"gulp-sequence": "^0.4.6",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"lodash": "^4.17.4",
"parse-filepath": "^1.0.1",
"require-dir": "^0.3.2",
"rollup": "^0.51.8",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-replace": "^1.1.1",
"through2": "^2.0.3",
"vinyl-map2": "^1.2.1"
},
"devDependencies": {
"eslint": "^4.3.0",
"gulp": "^3.9.1",
"pre-commit": "^1.2.2"
}
}