-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.42 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
{
"name": "voklizer",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"ionic:build": "npm run build",
"ionic:serve": "npm run dev"
},
"dependencies": {
"@capacitor-community/facebook-login": "^5.0.3",
"@capacitor-community/stripe": "5",
"@capacitor/android": "^5.7.5",
"@capacitor/app": "^5.0.3",
"@capacitor/core": "^5.7.5",
"@capacitor/geolocation": "^6.0.1",
"@capacitor/haptics": "^5.0.2",
"@capacitor/ios": "^5.7.5",
"@capacitor/keyboard": "^5.0.2",
"@capacitor/push-notifications": "^5.0.2",
"@capacitor/splash-screen": "^5.0.2",
"@capacitor/status-bar": "^5.0.2",
"@capawesome/capacitor-file-picker": "^6.0.0",
"@codetrix-studio/capacitor-google-auth": "3.4.0-rc.0",
"@google-cloud/storage": "^7.11.2",
"@headlessui/react": "^2.0.4",
"@ionic/react": "^8.2.7",
"@ionic/react-router": "^8.2.7",
"@ionic/storage": "^4.0.0",
"@loadable/component": "^5.16.4",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@react-oauth/google": "^0.12.1",
"@stripe/react-stripe-js": "^2.7.3",
"@stripe/stripe-js": "^4.1.0",
"axios": "^1.7.2",
"capacitor-native-settings": "^6.0.1",
"capacitor-voice-recorder": "^5.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"firebase": "^10.12.2",
"framer-motion": "^11.2.10",
"ionicons": "^7.3.1",
"jotai": "^2.8.3",
"lucide-react": "^0.366.0",
"react": "^18.2.0",
"react-aria-components": "^1.2.1",
"react-day-picker": "^8.10.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.3",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"rxjs": "^7.8.1",
"swr": "^2.2.5",
"tailwind-merge": "^2.3.0",
"vaul": "^0.9.1"
},
"devDependencies": {
"@capacitor/cli": "^5.7.5",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react-swc": "^3.6.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"vite": "^5.2.10"
}
}