mirror of
https://github.com/getrebuild/rebuild.git
synced 2024-11-11 01:14:42 +08:00
37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"name": "rebuild-babel",
|
|
"version": "1.1.0",
|
|
"description": "rebuild js/jsx/css 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"
|
|
},
|
|
"dependencies": {
|
|
"@babel/cli": "^7.6.4",
|
|
"@babel/core": "^7.6.4",
|
|
"@babel/plugin-proposal-class-properties": "^7.5.5",
|
|
"@babel/preset-env": "^7.6.3",
|
|
"@babel/preset-react": "^7.6.3",
|
|
"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",
|
|
"clean-css": "^4.2.1",
|
|
"set-value": ">=2.0.1",
|
|
"mixin-deep": ">=1.3.2",
|
|
"lodash.template": ">=4.5.0"
|
|
}
|
|
}
|