rebuild/.deploy/package.json

27 lines
665 B
JSON
Raw Normal View History

2020-08-13 01:10:08 +08:00
{
2020-08-13 11:41:35 +08:00
"name": "rebuild-gulp",
2020-08-13 01:10:08 +08:00
"version": "1.0.0",
"description": "rebuild js/jsx/css compiler",
2020-08-13 03:36:20 +08:00
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
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": {
2020-08-13 03:36:20 +08:00
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"gulp": "^4.0.2",
2020-08-13 01:10:08 +08:00
"gulp-babel": "^8.0.0",
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",
"gulp-filter": "^6.0.0",
"gulp-replace": "^1.0.0",
2020-08-13 03:36:20 +08:00
"rev-hash": "^3.0.0"
2020-08-13 01:10:08 +08:00
}
2020-08-13 11:41:35 +08:00
}