-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.24 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.24 KB
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
{
"name": "pulse",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"lint": "eslint .",
"build": "tsc -p tsconfig.json",
"test": "vitest run --coverage"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/native": "^7.1.17",
"@react-navigation/native-stack": "^7.3.24",
"@supabase/supabase-js": "^2.52.0",
"@tanstack/react-query": "^5.56.2",
"canvas-confetti": "^1.9.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"date-fns": "^3.6.0",
"embla-carousel-react": "^8.0.0",
"expo": "~52.0.47",
"expo-constants": "~16.0.2",
"expo-device": "~6.0.2",
"expo-notifications": "~0.29.14",
"input-otp": "^1.1.4",
"lucide-react": "^0.441.0",
"papaparse": "^5.5.3",
"qrcode.react": "^3.1.0",
"react": "18.2.0",
"react-day-picker": "^8.10.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.53.0",
"react-native": "^0.74.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-url-polyfill": "^2.0.0",
"react-resizable-panels": "^0.0.58",
"react-router-dom": "^6.26.1",
"react-window": "^1.8.9",
"recharts": "^2.11.0",
"sonner": "^1.4.0",
"tailwind-merge": "^1.14.0",
"vaul": "^0.9.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@expo/metro-config": "^0.20.17",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.2.1",
"@testing-library/react": "^16.0.0",
"@types/node": "^22.5.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitest/coverage-v8": "^3.2.4",
"babel-preset-expo": "^10.0.1",
"eslint": "^9.9.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.6",
"globals": "^15.9.0",
"jsdom": "^26.1.0",
"lovable-tagger": "^1.1.9",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.1",
"vite": "^5.0.0",
"vitest": "^3.2.4"
}
}