forked from Rainno/vue-es6-webPack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 996 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
{
"name": "rainno",
"version": "1.0.0",
"description": "this is a project about vue, es6 and other technologies",
"main": "gulpfile.js",
"dependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^6.4.1",
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-connect": "^4.2.0",
"gulp-less": "^3.3.2",
"gulp-imagemin": "^3.3.0",
"gulp-jshint": "^2.0.4",
"gulp-load-plugins": "^1.5.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^2.3.2",
"gulp-watch": "^4.3.11",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.4"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"dky"
],
"author": "Keyi Du",
"license": "ISC"
}