-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 959 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
33
34
35
36
37
38
{
"name": "base",
"version": "1.0.0",
"description": "base project structure",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp",
"build": "gulp build"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"gulp": "github:gulpjs/gulp#v3.9.1",
"gulp-babel": "^8.0.0",
"gulp-cli": "^2.0.1",
"gulp-sass": "^4.0.2",
"rollup": "^1.7.0"
},
"devDependencies": {
"browser-sync": "^2.26.3",
"browserslist": "^4.8.2",
"del": "^3.0.0",
"eslint": "^5.9.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-babel-minify": "^0.5.0",
"gulp-better-rollup": "^4.0.1",
"gulp-eslint": "^5.0.0",
"gulp-imagemin": "^5.0.3",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.4",
"http-server": "^0.11.1",
"rollup-plugin-babel": "^4.3.2"
}
}