-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.78 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.78 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
{
"name": "recipes-supabase",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"type-check": "tsgo --noEmit",
"lint": "oxlint src/",
"build": "vite build",
"prettier": "prettier -w src/**/*",
"serve": "vite preview",
"start": "vite",
"test": "vitest run",
"test:watch": "vitest",
"test:ui": "vitest --ui",
"qa": "concurrently \"npm run lint\" \"npm run type-check\" \"npm run test\" \"npm run build\""
},
"devDependencies": {
"@tailwindcss/typography": "0.5.19",
"@tailwindcss/vite": "4.2.1",
"@tanstack/router-plugin": "1.166.10",
"@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.2",
"@testing-library/user-event": "14.6.1",
"@types/lodash.debounce": "4.0.9",
"@types/markdown-it": "14.1.2",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@typescript/native-preview": "^7.0.0-dev.20260315.1",
"@vitejs/plugin-react": "6.0.1",
"@vitest/ui": "4.1.0",
"concurrently": "9.2.1",
"happy-dom": "20.8.4",
"oxlint": "1.55.0",
"prettier": "3.8.1",
"typescript": "5.9.3",
"vite": "8.0.0",
"vite-plugin-compression2": "2.5.2",
"vitest": "4.1.0"
},
"dependencies": {
"@base-ui-components/react": "1.0.0-rc.0",
"@supabase/supabase-js": "2.99.1",
"@tanstack/react-router": "1.167.1",
"@tanstack/router-devtools": "1.166.8",
"clsx": "2.1.1",
"cva": "npm:class-variance-authority@0.7.1",
"dompurify": "3.3.3",
"lodash.debounce": "4.0.8",
"lucide-react": "0.577.0",
"markdown-it": "14.1.1",
"react": "19.2.4",
"react-dom": "19.2.4",
"sonner": "2.0.7",
"tailwind-merge": "3.5.0",
"tailwindcss": "4.2.1",
"vaul": "1.1.2",
"zod": "^4.3.6"
}
}