-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.04 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
{
"name": "food-response",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest",
"generate-types": "npx supabase gen types typescript --project-id \"klaugybhpmnhtpggpgtq\" --schema public > src/types/supabase.ts"
},
"dependencies": {
"@supabase/supabase-js": "^2.22.0",
"@tanstack/react-query": "^4.29.12",
"@tanstack/react-query-devtools": "^4.29.12",
"bulma": "^0.9.4",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.10.0",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^4.29.9",
"@testing-library/react": "^14.0.0",
"@types/lodash": "^4.14.195",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"jsdom": "^21.1.1",
"supabase": "^1.100.1",
"typescript": "^5.1.3",
"vite": "^4.2.0",
"vitest": "^0.30.1"
}
}