rebuild/.deploy/package.json
2020-10-16 21:53:44 +08:00

24 lines
571 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.11.1",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-debug": "^4.0.0",
"gulp-filter": "^6.0.0",
"gulp-replace": "^1.0.0",
"rev-hash": "^3.0.0"
}
}