-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
130 lines (130 loc) · 4.37 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "yarn-workspaces",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"version": "0.0.1",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "7.6.2",
"@babel/node": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/plugin-proposal-decorators": "^7.3.0",
"@babel/plugin-proposal-do-expressions": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"@babel/plugin-proposal-function-bind": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.3.4",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-proposal-pipeline-operator": "^7.3.2",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-async-to-generator": "^7.3.4",
"@babel/plugin-transform-flow-strip-types": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@commitlint/cli": "8.2.0",
"@commitlint/config-conventional": "8.2.0",
"@octokit/rest": "^15.9.6",
"@types/fbemitter": "^2.0.32",
"@types/graphql-relay": "^0.4.6",
"@types/i18next": "^12.1.0",
"@types/jest": "^24.0.14",
"@types/react-i18next": "^8.1.0",
"@types/react-native": "^0.57.40",
"@types/react-native-keyboard-spacer": "^0.4.1",
"@types/react-native-tab-view": "^1.0.5",
"@types/react-navigation": "^3.0.5",
"@types/react-redux": "^7.0.3",
"@types/react-relay": "^1.3.12",
"@types/redux-actions": "^2.3.2",
"@types/relay-runtime": "^1.3.12",
"@types/styled-components": "^4.1.12",
"@types/styled-system": "^5.0.0",
"@types/url-parse": "^1.4.3",
"@types/yup": "^0.26.12",
"@typescript-eslint/eslint-plugin": "2.10.0",
"@typescript-eslint/parser": "2.10.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "10.0.1",
"babel-jest": "24.9.0",
"babel-plugin-optional-require": "^0.3.1",
"crna-make-symlinks-for-yarn-workspaces": "^1.0.1",
"danger": "^4.0.1",
"eslint": "6.0.1",
"eslint-config-airbnb": "17.1.0",
"eslint-config-okonet": "7.0.2",
"eslint-config-prettier": "^6.0.0",
"eslint-config-xo-space": "^0.21.0",
"eslint-import-resolver-lerna": "^1.1.0",
"eslint-import-resolver-typescript": "1.1.1",
"eslint-import-resolver-webpack": "0.11.1",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-cypress": "2.2.1",
"eslint-plugin-flowtype": "3.11.1",
"eslint-plugin-i18next": "^1.1.3",
"eslint-plugin-import": "2.18.0",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-node": "8.0.1",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "7.14.2",
"eslint-plugin-react-hooks": "2.3.0",
"eslint-plugin-react-native": "^3.6.0",
"eslint-plugin-relay": "1.3.2",
"eslint-plugin-typescript": "0.14.0",
"get-yarn-workspaces": "^1.0.2",
"git-json-merge": "^0.4.4",
"hygen": "5.0.3",
"i18next-scanner": "2.10.3",
"jest": "24.9.0",
"jest-junit": "10.0.0",
"jest-runner-eslint": "0.7.4",
"jetifier": "^1.6.3",
"lerna": "3.18.5",
"lint-staged": "9.4.3",
"metro-bundler-config-yarn-workspaces": "1.0.3",
"patch-package": "6.1.2",
"pre-commit": "^1.2.2",
"prettier": "1.19.1",
"react-native-testing-library": "1.11.1",
"simple-git": "^1.113.0",
"typescript": "3.7.2",
"typescript-eslint-parser": "^18.0.0"
},
"lint-staged": {
"*.{js,ts,tsx}": [
"yarn prettier",
"eslint --fix",
"git add"
],
"*.yml": [
"prettier --write",
"git add"
]
},
"pre-commit": "lint:staged",
"private": true,
"resolutions": {
"react": "16.9.0",
"**/react": "16.9.0",
"@react-native-community/cli-platform-android": "3.0.3",
"react-native-screens": "2.0.0-alpha.17"
},
"scripts": {
},
"workspaces": {
"packages": [
"packages/*"
],
"nohoist": [
"**/react-native", "**/react-native/**"
]
}
}