rebuild/.deploy/package.json
2021-12-28 17:55:04 +08:00

25 lines
597 B
JSON

{
"name": "rebuild-compiler",
"version": "0.2.0",
"description": "rebuild js/css/html compiler",
"author": "rebuild",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/getrebuild/rebuild.git"
},
"dependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"clean-css": "4.2.3",
"gulp-clean-css": "^4.3.0",
"gulp-debug": "^4.0.0",
"gulp-filter": "^7.0.0",
"gulp-replace": "^1.1.3",
"rev-hash": "^3.0.0"
}
}