-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.14 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
{
"name": "gulp-reload",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"fibers": "^3.1.1",
"gulp-requirejs-optimize": "^1.3.0",
"gulp-rev": "^9.0.0",
"lazypipe": "^1.0.2",
"plugin-error": "^1.0.1",
"sass": "^1.17.2",
"through2": "^3.0.1",
"underscore": "^1.9.1",
"vinyl": "^2.2.0",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3"
},
"devDependencies": {
"browser-sync": "^2.26.3",
"css-loader": "^2.1.1",
"del": "^4.0.0",
"gulp": "^4.0.0",
"gulp-awspublish": "^4.0.0",
"gulp-cached": "^1.1.1",
"gulp-changed": "^3.2.0",
"gulp-debug": "^4.0.0",
"gulp-if": "^2.0.2",
"gulp-remember": "^1.0.1",
"gulp-rev-replace": "^0.4.4",
"gulp-rev-replace-relative": "^0.5.8",
"gulp-rev-rewrite": "^1.1.4",
"gulp-ruby-sass": "^4.0.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.2",
"gulp-useref": "^3.1.6",
"minimist": "^1.2.0",
"node-sass": "^4.11.0",
"style-loader": "^0.23.1"
}
}