-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.56 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
{
"name": "wmdb-plugin-example",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "tsc --noEmit && eslint .",
"pretty": "prettier --write .",
"husky:prepare": "husky install",
"pre-commit": "pretty-quick --staged"
},
"dependencies": {
"@morrowdigital/watermelondb-expo-plugin": "^2.3.3",
"@nozbe/watermelondb": "^0.27.1",
"@supabase/supabase-js": "^2.39.3",
"expo": "^51.0.8",
"expo-build-properties": "~0.12.1",
"expo-constants": "~16.0.1",
"expo-crypto": "~13.0.2",
"expo-linking": "~6.3.1",
"expo-router": "~3.5.14",
"expo-splash-screen": "~0.27.4",
"expo-status-bar": "~1.12.1",
"react": "18.2.0",
"react-native": "0.74.1",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/eslint": "^8",
"@types/react": "~18.2.45",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-universe": "^12.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-native": "^4.1.0",
"husky": "^9.0.11",
"prettier": "^3.2.5",
"pretty-quick": "^4.0.0",
"supabase": "^1.142.2",
"ts-node": "^10.9.2",
"typescript": "~5.3.3"
},
"private": true,
"packageManager": "[email protected]"
}