-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.46 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": "bootstrap-3-boilerplate",
"version": "1.0.0",
"description": "Yet Another HTML Front End Boilerplate Project",
"main": "index.js",
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development gulp --gulpfile=build/build.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production gulp --gulpfile=build/build.js",
"watch": "npm run development && gulp watch --gulpfile=build/build.js",
"flow": "flow"
},
"keywords": [],
"author": "Michael Chen",
"license": "MIT",
"homepage": "https://github.com/cwchentw/html-frontend-boilerplate",
"repository": "github:cwchentw/html-frontend-boilerplate",
"devDependencies": {
"@babel/preset-env": "^7.8.4",
"@babel/preset-flow": "^7.8.3",
"babel-eslint": "^10.0.3",
"browser-sync": "^2.29.3",
"cross-env": "^5.2.1",
"del": "^4.1.1",
"flow-bin": "^0.102.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.2.0",
"gulp-data": "^1.3.1",
"gulp-eslint": "^6.0.0",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^6.2.0",
"gulp-notify": "^3.2.0",
"gulp-nunjucks-render": "^2.2.3",
"gulp-sass": "^5.1.0",
"gulp-sass-glob": "^1.1.0",
"gulp-stylelint": "^9.0.0",
"gulp-uglify": "^3.0.2",
"isdev": "^1.0.1",
"stylelint": "^15.10.1",
"stylelint-config-recommended": "^2.2.0"
},
"dependencies": {}
}