-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
186 lines (186 loc) · 6.3 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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
{
"name": "game-store-monorepo",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"nx": "nx",
"start:backend": "nx serve nestjs-app",
"start:backend:serverless": "nx build:serverless nestjs-app && sls offline",
"start:web": "nx serve web-app",
"start:next": "nx serve next-web-app",
"start:android": "nx run-android native-app",
"start:ios": "nx run-ios native-app",
"start:ios:install": "nx run-ios native-app --install",
"start:ios:install:m1": "arch -x86_64 nx run-ios native-app --install",
"start:metro": "nx serve native-app",
"build": "nx build",
"deploy:backend": "nx build:serverless nestjs-app && serverless deploy",
"test": "nx test",
"lint": "nx workspace-lint && nx lint",
"e2e": "nx e2e",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "nx migrate latest",
"workspace-generator": "nx workspace-generator",
"dep-graph": "nx dep-graph",
"help": "nx help"
},
"private": true,
"resolutions": {
"@types/react": "18.0.1"
},
"dependencies": {
"@apollo/client": "^3.5.6",
"@gorhom/portal": "^1.0.13",
"@nestjs/apollo": "^10.0.13",
"@nestjs/axios": "^0.0.8",
"@nestjs/common": "9.0.0",
"@nestjs/config": "^2.0.1",
"@nestjs/core": "9.0.0",
"@nestjs/graphql": "^10.0.13",
"@nestjs/platform-express": "9.0.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@react-native-community/hooks": "^2.8.1",
"@react-navigation/bottom-tabs": "^6.5.3",
"@react-navigation/elements": "^1.3.13",
"@react-navigation/native": "^6.1.2",
"@react-navigation/native-stack": "^6.9.8",
"@rneui/base": "^4.0.0-rc.4",
"@rneui/themed": "^4.0.0-rc.4",
"@svgr/webpack": "^6.5.1",
"@tailwindcss/line-clamp": "^0.4.2",
"@types/styled-components": "5.1.26",
"@types/styled-components-react-native": "^5.1.3",
"@types/styled-system": "^5.1.15",
"@vendia/serverless-express": "^4.10.1",
"apollo-server-express": "3.5.0",
"autoprefixer": "10.4.13",
"aws-lambda": "^1.0.7",
"class-transformer": "^0.5.1",
"classnames": "^2.3.1",
"core-js": "^3.6.5",
"daisyui": "^2.47.0",
"document-register-element": "1.13.1",
"encoding": "^0.1.13",
"graphql": "^15.8.0",
"graphql-config": "^4.0.1",
"graphql-request": "^5.1.0",
"graphql-tools": "^8.0.0",
"next": "13.1.1",
"postcss": "8.4.19",
"react": "18.2.0",
"react-content-loader": "^6.2.0",
"react-dom": "18.2.0",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.22.1",
"react-icons": "^4.7.1",
"react-infinite-scroll-component": "^6.1.0",
"react-is": "18.2.0",
"react-native": "0.70.6",
"react-native-gesture-handler": "^2.8.0",
"react-native-reanimated": "^2.14.1",
"react-native-safe-area-context": "^4.4.1",
"react-native-screens": "^3.18.2",
"react-native-toast-message": "^2.1.5",
"react-native-vector-icons": "^9.2.0",
"react-refresh": "^0.14.0",
"react-router-dom": "6.4.3",
"react-spinners": "^0.13.8",
"react-spring": "^9.3.2",
"react-toastify": "^8.2.0",
"reflect-metadata": "^0.1.13",
"regenerator-runtime": "0.13.7",
"rxjs": "^7.0.0",
"styled-components": "5.3.6",
"styled-system": "^5.1.5",
"tailwindcss": "3.2.4",
"tslib": "^2.3.0",
"yarn": "^1.22.18"
},
"devDependencies": {
"@babel/core": "7.12.13",
"@babel/preset-env": "7.12.13",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "7.12.13",
"@nestjs/schematics": "9.0.0",
"@nestjs/testing": "9.0.0",
"@nrwl/cli": "15.4.5",
"@nrwl/cypress": "15.6.3",
"@nrwl/detox": "15.4.5",
"@nrwl/eslint-plugin-nx": "15.4.5",
"@nrwl/jest": "15.6.3",
"@nrwl/js": "15.6.3",
"@nrwl/linter": "15.4.5",
"@nrwl/nest": "15.4.5",
"@nrwl/next": "^15.6.3",
"@nrwl/node": "15.4.5",
"@nrwl/nx-cloud": "15.0.2",
"@nrwl/react": "15.6.3",
"@nrwl/react-native": "15.4.5",
"@nrwl/web": "15.4.5",
"@nrwl/workspace": "15.4.5",
"@react-native-async-storage/async-storage": "1.17.11",
"@react-native-community/cli": "9.3.2",
"@react-native-community/cli-platform-android": "9.3.1",
"@react-native-community/cli-platform-ios": "9.3.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/jest-native": "5.3.0",
"@testing-library/react": "13.4.0",
"@testing-library/react-native": "11.5.0",
"@types/aws-lambda": "^8.10.109",
"@types/detox": "17.14.3",
"@types/jest": "28.1.8",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@types/react-native": "0.70.6",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "5.36.1",
"@typescript-eslint/parser": "5.36.1",
"babel-jest": "28.1.3",
"cypress": "^12.2.0",
"detox": "20.0.3",
"dotenv": "10.0.0",
"eslint": "8.15.0",
"eslint-config-next": "13.1.1",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "28.1.3",
"jest-circus": "27.0.3",
"jest-environment-jsdom": "28.1.1",
"jest-react-native": "18.0.0",
"metro": "0.72.3",
"metro-babel-register": "0.73.3",
"metro-react-native-babel-preset": "0.73.3",
"metro-react-native-babel-transformer": "0.72.2",
"metro-resolver": "0.73.3",
"nx": "15.4.5",
"prettier": "2.7.1",
"react-native-config": "1.4.11",
"react-native-svg": "13.6.0",
"react-native-svg-transformer": "1.0.0",
"react-test-renderer": "18.2.0",
"sass": "1.55.0",
"serverless-dotenv-plugin": "^4.0.2",
"serverless-offline": "^12.0.4",
"serverless-plugin-common-excludes": "^4.0.0",
"serverless-plugin-include-dependencies": "^5.0.0",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"typescript": "^4.9.4"
}
}