-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
120 lines (120 loc) · 3.93 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
{
"name": "tmdb-watchlist-edgedb",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"vercel-build": "prisma generate && prisma migrate dev && nx build next-app",
"edgedb": "edgedb",
"edgedb:create-migration": "edgedb migration create",
"edgedb:migrate": "edgedb migrate",
"edgedb:codegen": "cd libs/database/edgedb-client && npx edgeql-js --output-dir src/lib/codegen --force-overwrite",
"mobile:build:android:dev": "DEBUG=* cd apps/mobile && eas build --profile preview --platform android",
"mobile:build:ios:dev": "DEBUG=* cd apps/mobile && rm -rf ios && eas build --profile preview --platform ios",
"mobile:clean": "cd apps/mobile && expo prebuild --clean"
},
"private": true,
"dependencies": {
"@expo/metro-config": "0.3.17",
"@hookform/resolvers": "^2.9.6",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-navigation/bottom-tabs": "^6.3.1",
"@react-navigation/native": "^6.0.10",
"@react-navigation/native-stack": "^6.6.2",
"@trpc/client": "^9.25.3",
"@trpc/next": "^9.25.3",
"@trpc/react": "^9.25.3",
"@trpc/server": "^9.25.3",
"core-js": "^3.6.5",
"cors": "^2.8.5",
"edgedb": "^0.21.1",
"expo": "45.0.5",
"expo-dev-client": "~1.0.0",
"expo-linking": "^3.1.0",
"expo-splash-screen": "~0.15.1",
"expo-status-bar": "~1.3.0",
"expo-structured-headers": "~2.2.1",
"expo-updates": "~0.13.3",
"expo-web-browser": "^10.2.1",
"express": "4.17.2",
"graphql": "^16.5.0",
"native-base": "^3.4.7",
"next": "^12.1.6",
"node-fetch": "2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.33.1",
"react-native": "0.68.2",
"react-native-gesture-handler": "~2.2.1",
"react-native-reanimated": "~2.8.0",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "~3.11.1",
"react-native-svg": "12.3.0",
"react-native-svg-transformer": "1.0.0",
"react-native-web": "0.17.7",
"react-query": "^3.39.1",
"regenerator-runtime": "0.13.7",
"solito": "^0.0.26",
"superjson": "^1.9.1",
"tslib": "^2.3.0",
"zod": "^3.17.3"
},
"devDependencies": {
"@nrwl/cli": "14.3.6",
"@nrwl/cypress": "14.3.6",
"@nrwl/detox": "14.3.6",
"@nrwl/eslint-plugin-nx": "14.3.6",
"@nrwl/expo": "^14.3.1",
"@nrwl/express": "^14.3.6",
"@nrwl/jest": "14.3.6",
"@nrwl/js": "14.3.6",
"@nrwl/linter": "14.3.6",
"@nrwl/next": "^14.3.6",
"@nrwl/node": "14.3.6",
"@nrwl/nx-cloud": "latest",
"@nrwl/react": "14.3.6",
"@nrwl/web": "14.3.6",
"@nrwl/workspace": "14.3.6",
"@svgr/webpack": "^5.5.0",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/jest-native": "4.0.5",
"@testing-library/react": "13.3.0",
"@testing-library/react-native": "9.1.0",
"@types/express": "4.17.13",
"@types/jest": "27.4.1",
"@types/node": "16.11.7",
"@types/node-fetch": "^2.6.2",
"@types/react": "18.0.13",
"@types/react-dom": "18.0.5",
"@types/react-native": "0.67.8",
"@typescript-eslint/eslint-plugin": "~5.24.0",
"@typescript-eslint/parser": "~5.24.0",
"babel-jest": "27.5.1",
"babel-preset-expo": "~9.1.0",
"cypress": "^9.1.0",
"detox": "19.7.1",
"eslint": "~8.15.0",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.30.0",
"eslint-plugin-react-hooks": "4.6.0",
"expo-cli": "5.4.9",
"jest": "27.5.1",
"jest-circus": "27.5.1",
"jest-expo": "45.0.1",
"metro-babel-register": "0.71.0",
"metro-resolver": "0.71.0",
"nx": "14.3.6",
"prettier": "^2.6.2",
"react-test-renderer": "18.2.0",
"reactotron-react-native": "^5.0.2",
"ts-jest": "27.1.4",
"ts-node": "^10.8.2",
"typescript": "~4.7.2"
}
}