rebuild/.production/package.json
FangfangZhao e30e359631 rel
2018-12-18 15:46:02 +08:00

33 lines
952 B
JSON

{
"name": "rebuild-babel",
"version": "1.0.0",
"description": "rebuild js/jsx compiler",
"author": "rebuild",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/getrebuild/rebuild.git"
},
"scripts": {
"build": "babel js/es6 -d js/es5"
},
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-env": "^7.1.6",
"@babel/preset-react": "^7.0.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^8.0.0",
"gulp-cheerio": "^0.6.3",
"gulp-clean-css": "^3.10.0",
"gulp-cleanhtml": "^1.0.3",
"gulp-debug": "^4.0.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sequence": "^1.0.0",
"gulp-uglify": "^3.0.1",
"rev-hash": "^2.0.0"
}
}