-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
107 lines (107 loc) · 3.63 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
{
"name": "wordsmith",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"clean": "expo prebuild --no-install --clean",
"prebuild": "expo prebuild --no-install",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "eslint .",
"codegen": "graphql-codegen --config codegen.ts",
"codegen:fetch": "node --no-warnings db/scripts/fetchGraphQLSchema",
"doctor": "npx expo-doctor",
"postinstall": "patch-package",
"test-silent": "jest --no-cache --silent --watch",
"test-watch": "jest --no-cache --watch",
"test": "jest --no-cache",
"config": "jest --showConfig"
},
"dependencies": {
"@apollo/client": "^3.8.9",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-transform-flow-strip-types": "^7.23.3",
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@babel/preset-react": "^7.23.3",
"@expo/config-plugins": "~7.8.0",
"@expo/metro-runtime": "~3.1.1",
"@expo/webpack-config": "^19.0.1",
"@floating-ui/react": "^0.26.5",
"@floating-ui/react-native": "^0.10.6",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/drawer": "^6.6.3",
"@react-navigation/material-bottom-tabs": "^6.2.16",
"@react-navigation/native": "^6.1.7",
"@supabase/supabase-js": "^2.39.2",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.7",
"@testing-library/react-hooks": "^8.0.1",
"@types/react": "~18.2.45",
"babel-preset-expo": "^10.0.1",
"bundletool": "^1.1.7",
"cross-undici-fetch": "^0.4.14",
"css-select": "^5.1.0",
"css-tree": "^2.3.1",
"dotenv": "^16.3.1",
"expo": "^50.0.15",
"expo-camera": "~14.1.1",
"expo-clipboard": "~5.0.1",
"expo-config-plugin-ios-share-extension": "^0.0.4",
"expo-constants": "~15.4.5",
"expo-dev-client": "~3.3.11",
"expo-sharing": "~11.10.0",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"expo-system-ui": "~2.9.3",
"gradient-string": "^2.0.2",
"graphql": "^15.8.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.7.0",
"jest-expo": "~50.0.4",
"lodash": "^4.17.21",
"native-base": "^3.4.28",
"normalize-css-color": "^1.0.2",
"patch-package": "^8.0.0",
"pod-install": "^0.1.38",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.6",
"react-native-gesture-handler": "~2.14.0",
"react-native-paper": "^5.10.3",
"react-native-reanimated": "~3.6.2",
"react-native-receive-sharing-intent": "^2.0.0",
"react-native-safe-area-context": "4.8.2",
"react-native-safe-area-view": "^1.1.1",
"react-native-screens": "~3.29.0",
"react-native-svg": "14.1.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-vector-icons": "^10.0.0",
"react-native-web": "~0.19.6",
"react-navigation": "^5.0.0",
"react-scripts": "^5.0.1",
"react-supabase": "^0.2.0",
"ts-node": "^10.9.2",
"typescript-eslint": "^0.0.1-alpha.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-typescript": "^7.23.3",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "4.1.0",
"@graphql-codegen/introspection": "4.0.0",
"@testing-library/react-native": "^12.4.3",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.16",
"eslint": "^8.56.0",
"eslint-config-universe": "^12.0.0",
"jest": "^29.7.0",
"prettier": "^3.1.1",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
},
"private": true
}