mirror of
https://github.com/getrebuild/rebuild.git
synced 2025-02-24 06:15:06 +08:00
32 lines
920 B
JSON
32 lines
920 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",
|
|
"graceful-fs": "^4.1.15",
|
|
"gulp": "^3.9.1",
|
|
"gulp-babel": "^8.0.0",
|
|
"gulp-clean-css": "^3.10.0",
|
|
"gulp-cleanhtml": "^1.0.3",
|
|
"gulp-debug": "^4.0.0",
|
|
"gulp-read": "^1.0.1",
|
|
"gulp-rename": "^1.4.0",
|
|
"gulp-replace": "^1.0.0",
|
|
"gulp-uglify": "^3.0.1",
|
|
"vinyl": "^2.2.0"
|
|
}
|
|
}
|