Files
devhub/package.json
Bruno Lemos d7bb3ae57c v0.15.0
2018-11-15 02:32:32 -02:00

34 lines
855 B
JSON

{
"name": "devhub",
"version": "0.15.0",
"private": true,
"workspaces": {
"packages": [
"packages/*"
],
"nohoist": []
},
"scripts": {
"build": "yarn workspace shared build && yarn workspace web build",
"deploy": "yarn build && yarn now && yarn now alias",
"dev": "yarn workspace shared build -w",
"format": "yarn workspaces run format",
"lint": "yarn workspaces run lint",
"now": "now",
"prepare": "patch-package"
},
"dependencies": {},
"devDependencies": {
"husky": "^1.1.4",
"lint-staged": "https://github.com/brunolemos/lint-staged",
"now": "^12.1.1",
"patch-package": "^5.1.1",
"postinstall-prepare": "^1.0.1",
"prettier": "^1.15.2",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.16.0",
"tslint-react": "^3.6.0",
"typescript": "^3.1.6"
}
}