-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 841 Bytes
/
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
{
"name": "FrontendStarter",
"version": "1.0.0",
"description": "Real Simple",
"author": "Brendan",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"gulp": "gulpjs/gulp#4.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^7.0.0",
"gulp-concat": "^2.6.0",
"gulp-js-wrapper": "0.0.3",
"gulp-jshint": "^2.0.1",
"gulp-minify": "0.0.14",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^2.0.0",
"jshint": "^2.9.3",
"webpack": "^4.8.1",
"webpack-cli": "^2.1.3"
},
"scripts": {
"dev": "webpack --mode development",
"build": "webpack --mode production",
"watch": "webpack --watch --mode development"
}
}