mirror of
https://github.com/zhigang1992/devhub.git
synced 2026-06-17 11:11:21 +08:00
34 lines
855 B
JSON
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"
|
|
}
|
|
}
|