rebuild/.production/package.json

32 lines
884 B
JSON
Raw Normal View History

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-11-17 21:15:55 +08:00
"graceful-fs": "^4.1.15",
2018-11-17 13:33:34 +08:00
"gulp": "^3.9.1",
"gulp-babel": "^8.0.0",
2018-11-17 13:56:11 +08:00
"gulp-clean-css": "^3.10.0",
2018-11-17 21:15:55 +08:00
"gulp-debug": "^4.0.0",
"gulp-read": "^1.0.1",
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",
"gulp-uglify": "^3.0.1",
"vinyl": "^2.2.0"
2018-11-14 01:24:33 +08:00
}
2018-11-17 13:33:34 +08:00
}