{ "name": "roadhog", "version": "2.5.0-beta.4", "description": "Cli tool for creating react apps, configurable version of create-react-app.", "bin": { "roadhog": "./bin/roadhog.js" }, "keywords": [ "roadhog", "react", "cli", "create-react-app", "webpack" ], "authors": [ "chencheng (https://github.com/sorrycc)" ], "license": "MIT", "bugs": { "url": "https://github.com/sorrycc/roadhog/issues" }, "files": [ "bin", "src", "lib", "template" ], "scripts": { "build": "node scripts/build.js", "test": "echo empty test", "lint": "eslint --ext .js src", "precommit": "lint-staged" }, "lint-staged": { "*.js": [ "prettier --trailing-comma all --single-quote --write", "git add" ] }, "dependencies": { "@babel/core": "^7.0.0", "@babel/polyfill": "^7.0.0", "@babel/runtime": "^7.0.0", "af-webpack": "^0.23.0-beta.1", "babel-plugin-add-module-exports": "^0.2.1", "babel-preset-umi": "^1.0.0", "bigbrother-webpack-plugin": "^1.1.2", "body-parser": "^1.17.2", "build-statistics-webpack-plugin": "^1.0.3", "chalk": "^1.1.3", "chokidar": "^1.7.0", "debug": "^3.1.0", "glob": "^7.1.2", "graceful-process": "^1.1.0", "http-proxy-middleware": "^0.18.0", "is-plain-object": "^2.0.3", "lodash.escaperegexp": "^4.1.2", "parse-json-pretty": "^0.1.0", "strip-json-comments": "^2.0.1", "umi-notify": "^0.1.0", "umi-test": "^0.6.0-beta.1", "update-notifier": "^2.3.0", "yargs": "^8.0.1" }, "devDependencies": { "@babel/cli": "^7.0.0", "@babel/core": "^7.0.0", "@babel/preset-env": "^7.0.0", "@babel/preset-react": "^7.0.0", "@babel/plugin-proposal-class-properties": "^7.0.0", "@babel/plugin-proposal-do-expressions": "^7.0.0", "@babel/plugin-proposal-export-default-from": "^7.0.0", "babel-eslint": "^8.0.2", "eslint": "^4.10.0", "eslint-config-airbnb": "^16.1.0", "eslint-plugin-import": "^2.8.0", "eslint-plugin-jsx-a11y": "^5.1.1", "eslint-plugin-react": "^7.4.0", "expect": "^1.20.2", "got": "^6.7.1", "husky": "^0.14.3", "lint-staged": "^4.3.0", "prettier": "^1.8.1", "rimraf": "^2.6.2", "vinyl-fs": "^3.0.2" } }