{ "name": "rebuild-gulp", "version": "1.0.0", "description": "rebuild js/jsx/css compiler", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "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" } }