mirror of
https://github.com/zhigang1992/devhub.git
synced 2026-06-10 23:39:22 +08:00
78 lines
2.3 KiB
JSON
78 lines
2.3 KiB
JSON
{
|
|
"name": "@devhub/components",
|
|
"version": "0.43.0",
|
|
"private": false,
|
|
"main": "dist",
|
|
"scripts": {
|
|
"compile": "tsc -b",
|
|
"clean": "shx rm -rf dist/*",
|
|
"format": "prettier --write '{.,src/**}/*.{js,jsx,ts,tsx}'",
|
|
"lint": "tslint -p .",
|
|
"prepare": "cd .. && yarn patch-package"
|
|
},
|
|
"dependencies": {
|
|
"@devhub/core": "0.43.0",
|
|
"@octokit/rest": "^16.1.0",
|
|
"axios": "^0.18.0",
|
|
"bugsnag-js": "^4.7.3",
|
|
"bugsnag-react": "^1.1.1",
|
|
"bugsnag-react-native": "^2.12.5",
|
|
"fbemitter": "^2.1.1",
|
|
"gravatar": "^1.8.0",
|
|
"hoist-non-react-statics": "^3.2.0",
|
|
"immer": "^1.8.0",
|
|
"lodash": "^4.17.11",
|
|
"moment": "^2.22.2",
|
|
"polished": "^2.3.0",
|
|
"qs": "^6.6.0",
|
|
"react": "16.7.0-alpha.2",
|
|
"react-helmet-async": "^0.2.0",
|
|
"react-native": "npm:@brunolemos/react-native",
|
|
"react-native-firebase": "^5.1.1",
|
|
"react-native-gesture-handler": "^1.0.10",
|
|
"react-native-linear-gradient": "^2.5.2",
|
|
"react-native-safari-view": "^2.1.0",
|
|
"react-native-screens": "^1.0.0-alpha.16",
|
|
"react-native-splash-screen": "^3.1.1",
|
|
"react-native-vector-icons": "^6.1.0",
|
|
"react-redux": "6.0.0",
|
|
"react-spring": "^7.2.8",
|
|
"redux": "^4.0.1",
|
|
"redux-devtools-extension": "^2.13.7",
|
|
"redux-persist": "^5.10.0",
|
|
"redux-saga": "^0.16.2",
|
|
"reselect": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fbemitter": "^2.0.32",
|
|
"@types/gravatar": "^1.4.28",
|
|
"@types/hoist-non-react-statics": "^3.0.1",
|
|
"@types/jest": "^23.3.10",
|
|
"@types/lodash": "^4.14.118",
|
|
"@types/qs": "^6.5.1",
|
|
"@types/react": "^16.7.11",
|
|
"@types/react-helmet": "^5.0.8",
|
|
"@types/react-native": "^0.57.15",
|
|
"@types/react-native-vector-icons": "^4.6.4",
|
|
"@types/react-navigation": "^2.13.7",
|
|
"@types/react-redux": "^6.0.10",
|
|
"@types/react-test-renderer": "^16.0.3",
|
|
"babel-jest": "^23.6.0",
|
|
"husky": "^1.2.0",
|
|
"jest": "^23.6.0",
|
|
"postinstall-postinstall": "^2.0.0",
|
|
"prettier": "^1.15.3",
|
|
"react-native-typescript-transformer": "^1.2.10",
|
|
"react-test-renderer": "16.7.0",
|
|
"ts-jest": "^23.10.5",
|
|
"tslint": "^5.11.0",
|
|
"tslint-config-airbnb": "^5.11.1",
|
|
"tslint-config-prettier": "^1.17.0",
|
|
"tslint-react": "^3.6.0",
|
|
"typescript": "^3.2.2"
|
|
},
|
|
"resolutions": {
|
|
"scheduler": "0.12.0"
|
|
}
|
|
}
|