rebuild/.production/package.json

38 lines
1.1 KiB
JSON
Raw Normal View History

2018-10-31 14:03:26 +08:00
{
2018-11-14 01:24:33 +08:00
"name": "rebuild-babel",
2019-10-15 12:15:22 +08:00
"version": "1.1.0",
"description": "rebuild js/jsx/css 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
},
2019-10-22 00:50:41 +08:00
"dependencies": {
2019-10-15 12:15:22 +08:00
"@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",
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",
2019-09-28 02:42:04 +08:00
"rev-hash": "^2.0.0",
2019-10-19 02:30:51 +08:00
"clean-css": "^4.2.1",
"set-value": ">=2.0.1",
2019-11-01 13:34:27 +08:00
"mixin-deep": ">=1.3.2",
"lodash.template": ">=4.5.0"
2018-11-14 01:24:33 +08:00
}
2018-11-17 13:33:34 +08:00
}