-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.17 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
{
"name": "hero-scrape-web",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "node ./node_modules/gulp-cli/bin/gulp.js clean",
"serve-all": "bash ./serve-all.sh",
"serve": "node ./node_modules/gulp-cli/bin/gulp.js serve",
"dist": "node ./node_modules/gulp-cli/bin/gulp.js dist"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"del": "^3.0.0",
"ajv": "^6.5.4",
"fancy-log": "^1.3.2",
"hbsfy": "^2.8.1",
"handlebars": "^4.0.12",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-babel": "^8.0.0",
"gulp-browserify": "^0.5.1",
"gulp-clean-css": "^3.10.0",
"gulp-cli": "^2.0.1",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.6.1",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^2.0.2",
"gulp-inject": "^4.3.2",
"gulp-minify": "^3.1.0",
"gulp-rename": "^1.4.0",
"gulp-rev": "^8.1.1",
"gulp-sass": "^4.0.1",
"http-proxy-middleware": "^0.19.0",
"local-ip": "^2.0.0",
"plugin-error": "^1.0.1"
},
"dependencies": {
}
}