2020-08-13 01:10:08 +08:00
|
|
|
{
|
2020-10-16 21:53:44 +08:00
|
|
|
"name": "rebuild-compiler",
|
|
|
|
"version": "0.2.0",
|
|
|
|
"description": "rebuild js/css/html compiler",
|
2020-08-13 01:10:08 +08:00
|
|
|
"author": "rebuild",
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/getrebuild/rebuild.git"
|
|
|
|
},
|
2020-08-13 11:41:35 +08:00
|
|
|
"dependencies": {
|
2021-11-16 16:03:59 +08:00
|
|
|
"@babel/core": "^7.16.0",
|
|
|
|
"@babel/preset-env": "^7.16.0",
|
|
|
|
"@babel/preset-react": "^7.16.0",
|
2020-08-13 03:36:20 +08:00
|
|
|
"gulp": "^4.0.2",
|
2020-08-13 01:10:08 +08:00
|
|
|
"gulp-babel": "^8.0.0",
|
2021-11-16 16:03:59 +08:00
|
|
|
"clean-css": "4.2.3",
|
2020-08-13 03:36:20 +08:00
|
|
|
"gulp-clean-css": "^4.3.0",
|
2020-08-13 01:10:08 +08:00
|
|
|
"gulp-debug": "^4.0.0",
|
2021-11-16 16:03:59 +08:00
|
|
|
"gulp-filter": "^7.0.0",
|
|
|
|
"gulp-replace": "^1.1.3",
|
2020-08-13 03:36:20 +08:00
|
|
|
"rev-hash": "^3.0.0"
|
2020-08-13 01:10:08 +08:00
|
|
|
}
|
2020-08-18 14:49:27 +08:00
|
|
|
}
|