-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 3.29 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
{
"name": "scan-and-go",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"prebuild": "yarn gen-supabase-types",
"build": "ionic build --prod",
"preview": "vite preview",
"seed-emulator": "tsx ./scripts/seed_emulator.ts",
"test.unit": "vitest",
"lint": "eslint . --ext .ts",
"gen-supabase-types": "npx supabase gen types typescript --project-id \"$PROJECT_REF\" > src/models/supabase.ts",
"gen-supabase-types-local": "npx supabase gen types typescript --local > src/models/supabase.ts"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.10.0"
},
"dependencies": {
"@capacitor-firebase/crashlytics": "^5.4.0",
"@capacitor-mlkit/barcode-scanning": "^5.3.0",
"@capacitor/action-sheet": "^5.0.6",
"@capacitor/android": "^5.6.0",
"@capacitor/app": "5.0.6",
"@capacitor/camera": "^5.0.9",
"@capacitor/core": "5.6.0",
"@capacitor/filesystem": "^5.2.1",
"@capacitor/haptics": "5.0.6",
"@capacitor/ios": "^5.6.0",
"@capacitor/keyboard": "5.0.7",
"@capacitor/preferences": "^5.0.7",
"@capacitor/push-notifications": "^5.1.1",
"@capacitor/splash-screen": "^5.0.6",
"@capacitor/status-bar": "5.0.6",
"@formkit/auto-animate": "^0.8.1",
"@hookform/resolvers": "^3.3.4",
"@ionic/pwa-elements": "^3.2.2",
"@ionic/react": "^8.2.7",
"@ionic/react-router": "^8.2.7",
"@supabase/supabase-js": "^2.39.6",
"@tanstack/query-async-storage-persister": "^5.24.8",
"@tanstack/react-query": "^5.24.8",
"@tanstack/react-query-devtools": "^5.24.8",
"@tanstack/react-query-persist-client": "^5.24.8",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"base64-arraybuffer": "^1.0.2",
"classnames": "^2.5.1",
"date-fns": "^3.3.1",
"framer-motion": "^11.0.3",
"immer": "^10.0.3",
"ionicons": "^7.0.0",
"libphonenumber-js": "^1.10.57",
"mime": "^4.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.49.3",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"stacktrace-js": "^2.0.2",
"swiper": "^11.0.6",
"zod": "^3.22.4",
"zustand": "^4.5.0"
},
"devDependencies": {
"@capacitor/cli": "5.6.0",
"@faker-js/faker": "^8.4.0",
"@testing-library/dom": ">=7.21.4",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@vitejs/plugin-legacy": "^5.3.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"dotenv": "^16.4.1",
"eslint": "^8.35.0",
"eslint-plugin-react": "^7.32.2",
"jsdom": "^22.1.0",
"postcss": "^8.4.33",
"sass": "^1.70.0",
"tailwindcss": "^3.4.1",
"terser": "^5.4.0",
"tsx": "^4.7.0",
"typescript": "^5.1.6",
"vite": "^5.1.0",
"vite-plugin-pwa": "^0.17.5",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^0.34.6"
},
"description": "An Ionic project",
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}