You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

45 lines
1.1 KiB

{
"name": "es6",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.2.2",
"babel-preset-es2015": "^6.24.0",
"connect-livereload": "^0.6.1",
"cookie-parser": "^1.4.5",
"del": "^2.2.2",
"ejs": "^3.1.5",
"express": "^4.17.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-if": "^2.0.2",
"gulp-live-server": "0.0.31",
"gulp-livereload": "^3.8.1",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-sequence": "^0.4.6",
"gulp-uglify": "^2.1.2",
"gulp-util": "^3.0.8",
"mockjs": "^1.1.0",
"morgan": "^1.10.0",
"require-dir": "^0.3.2",
"serve-favicon": "^2.5.0",
"vinyl-named": "^1.1.0",
"webpack": "^2.7.0",
"webpack-stream": "^3.2.0",
"yargs": "^7.1.1"
},
"dependencies": {
"graceful-fs": "^4.2.4"
}
}