2017-11-08 21:55:06 -02:00
|
|
|
{
|
2018-11-06 15:22:57 -02:00
|
|
|
"name": "devhub",
|
2020-02-06 21:06:59 -03:00
|
|
|
"version": "0.100.2",
|
2018-11-05 19:40:57 -02:00
|
|
|
"private": true,
|
2018-12-30 02:04:19 -02:00
|
|
|
"author": {
|
|
|
|
|
"name": "Bruno Lemos",
|
|
|
|
|
"email": "bruno@devhubapp.com",
|
|
|
|
|
"url": "https://twitter.com/brunolemos"
|
|
|
|
|
},
|
2019-12-18 16:54:06 -03:00
|
|
|
"description": "Unified view for GitHub activities",
|
2018-12-30 02:04:19 -02:00
|
|
|
"repository": "https://github.com/devhubapp/devhub",
|
2019-05-26 16:24:10 -03:00
|
|
|
"collective": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/devhub"
|
|
|
|
|
},
|
2018-11-05 19:40:57 -02:00
|
|
|
"workspaces": {
|
|
|
|
|
"packages": [
|
2019-06-19 14:56:25 -03:00
|
|
|
"packages/*",
|
|
|
|
|
"subdomains/*"
|
2018-11-05 19:40:57 -02:00
|
|
|
],
|
2019-10-06 00:45:17 -03:00
|
|
|
"nohoist": []
|
2017-11-09 02:57:44 -02:00
|
|
|
},
|
2018-11-05 19:40:57 -02:00
|
|
|
"scripts": {
|
2018-11-20 19:54:08 -02:00
|
|
|
"clean": "yarn workspaces run clean",
|
2018-12-24 17:43:57 -02:00
|
|
|
"dev": "yarn workspace @devhub/desktop compile && concurrently --kill-others \"yarn workspace @devhub/desktop compile -w\" \"yarn workspace @devhub/web start\" \"yarn workspace @devhub/mobile start\" \"wait-on http://localhost:3000 && yarn workspace @devhub/desktop start\"",
|
2018-12-28 02:31:24 -02:00
|
|
|
"dev:desktop": "cross-env BROWSER=none concurrently \"yarn dev:web\" \"yarn workspace @devhub/desktop compile -w\" \"wait-on http://localhost:3000 && yarn workspace @devhub/desktop start\"",
|
2019-09-03 16:19:27 -03:00
|
|
|
"dev:landing": "cd ./landing && yarn start && cd -",
|
2018-12-22 23:51:21 -02:00
|
|
|
"dev:mobile": "yarn workspace @devhub/mobile compile && concurrently --kill-others \"yarn workspace @devhub/mobile compile -w\" \"yarn workspace @devhub/mobile start\"",
|
|
|
|
|
"dev:web": "yarn workspace @devhub/web compile && concurrently --kill-others \"yarn workspace @devhub/web compile -w\" \"yarn workspace @devhub/web start\"",
|
2018-11-05 19:40:57 -02:00
|
|
|
"format": "yarn workspaces run format",
|
|
|
|
|
"lint": "yarn workspaces run lint",
|
2018-12-11 08:07:16 -02:00
|
|
|
"patch-package": "patch-package",
|
2019-10-06 00:45:17 -03:00
|
|
|
"postinstall": "jetifier",
|
2018-11-20 05:29:10 -02:00
|
|
|
"prepare": "yarn patch-package",
|
2018-12-03 18:53:39 -02:00
|
|
|
"studio": "yarn workspace @devhub/mobile studio",
|
|
|
|
|
"xcode": "yarn workspace @devhub/mobile xcode"
|
2017-11-09 02:57:44 -02:00
|
|
|
},
|
2019-05-26 16:24:10 -03:00
|
|
|
"dependencies": {
|
2019-12-08 18:42:00 -03:00
|
|
|
"react-native": "0.61.5"
|
2019-05-26 16:24:10 -03:00
|
|
|
},
|
2017-11-09 02:57:44 -02:00
|
|
|
"devDependencies": {
|
2019-03-20 20:22:34 -03:00
|
|
|
"concurrently": "4.1.0",
|
|
|
|
|
"cross-env": "5.2.0",
|
|
|
|
|
"husky": "1.3.1",
|
2019-10-06 00:45:17 -03:00
|
|
|
"jetifier": "1.6.4",
|
2019-03-20 20:22:34 -03:00
|
|
|
"lint-staged": "8.1.5",
|
2020-01-06 16:50:21 -03:00
|
|
|
"now": "16.7.1",
|
2019-03-20 20:22:34 -03:00
|
|
|
"patch-package": "6.0.5",
|
|
|
|
|
"postinstall-prepare": "1.0.1",
|
2019-03-07 10:28:42 -03:00
|
|
|
"prettier": "1.16.4",
|
2018-12-28 22:03:22 -02:00
|
|
|
"shx": "0.3.2",
|
2019-11-06 20:23:09 -03:00
|
|
|
"tslint": "5.20.1",
|
2019-03-07 10:28:42 -03:00
|
|
|
"tslint-config-prettier": "1.18.0",
|
2019-10-06 00:45:17 -03:00
|
|
|
"tslint-react": "4.1.0",
|
2020-01-30 00:37:16 -03:00
|
|
|
"typescript": "3.7.5"
|
2019-08-16 19:23:48 -03:00
|
|
|
},
|
2019-11-26 18:00:48 -03:00
|
|
|
"resolutions": {
|
2019-12-08 18:42:00 -03:00
|
|
|
"@types/react": "16.9.15"
|
2019-11-26 18:00:48 -03:00
|
|
|
},
|
2018-11-15 05:56:05 -02:00
|
|
|
"husky": {
|
|
|
|
|
"hooks": {
|
2019-03-07 10:28:42 -03:00
|
|
|
"pre-commit": "yarn workspace @devhub/desktop compile && lint-staged"
|
2018-11-15 05:56:05 -02:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"lint-staged": {
|
|
|
|
|
"*.{ts,tsx}": [
|
|
|
|
|
"tslint --fix",
|
|
|
|
|
"prettier --write",
|
|
|
|
|
"git add"
|
|
|
|
|
]
|
2017-11-09 02:57:44 -02:00
|
|
|
}
|
2019-11-10 20:33:51 -03:00
|
|
|
}
|