2018-10-31 14:03:26 +08:00
|
|
|
{
|
2018-11-14 01:24:33 +08:00
|
|
|
"name": "rebuild-babel",
|
|
|
|
"version": "1.0.0",
|
2018-11-17 13:33:34 +08:00
|
|
|
"description": "rebuild js/jsx compiler",
|
2018-11-17 14:04:11 +08:00
|
|
|
"author": "rebuild",
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/getrebuild/rebuild.git"
|
|
|
|
},
|
2018-11-14 01:24:33 +08:00
|
|
|
"scripts": {
|
2018-11-17 13:33:34 +08:00
|
|
|
"build": "babel js/es6 -d js/es5"
|
2018-11-14 01:24:33 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-11-17 13:33:34 +08:00
|
|
|
"@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",
|
2018-12-18 15:46:02 +08:00
|
|
|
"del": "^3.0.0",
|
2018-11-17 13:33:34 +08:00
|
|
|
"gulp": "^3.9.1",
|
|
|
|
"gulp-babel": "^8.0.0",
|
2018-11-26 02:43:24 +08:00
|
|
|
"gulp-cheerio": "^0.6.3",
|
2018-11-17 13:56:11 +08:00
|
|
|
"gulp-clean-css": "^3.10.0",
|
2018-11-20 00:04:37 +08:00
|
|
|
"gulp-cleanhtml": "^1.0.3",
|
2018-11-17 21:15:55 +08:00
|
|
|
"gulp-debug": "^4.0.0",
|
2018-11-17 13:33:34 +08:00
|
|
|
"gulp-rename": "^1.4.0",
|
2018-11-17 21:15:55 +08:00
|
|
|
"gulp-replace": "^1.0.0",
|
2018-11-21 16:15:30 +08:00
|
|
|
"gulp-sequence": "^1.0.0",
|
|
|
|
"gulp-uglify": "^3.0.1",
|
|
|
|
"rev-hash": "^2.0.0"
|
2018-11-14 01:24:33 +08:00
|
|
|
}
|
2018-11-17 13:33:34 +08:00
|
|
|
}
|