-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 2 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
{
"name": "trello-clone",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --port 3000",
"start": "vite --port 3000",
"build": "vite build && tsc",
"serve": "vite preview",
"test": "vitest run",
"format": "biome format",
"lint": "biome lint",
"check": "biome check",
"preinstall": "npx only-allow pnpm",
"prepare": "husky",
"machine-translate": "inlang machine translate --project project.inlang"
},
"dependencies": {
"@gsap/react": "2.1.2",
"@radix-ui/react-label": "2.1.7",
"@radix-ui/react-select": "2.2.5",
"@radix-ui/react-slider": "1.3.5",
"@radix-ui/react-slot": "1.2.3",
"@radix-ui/react-switch": "1.2.5",
"@supabase/auth-ui-react": "0.4.7",
"@supabase/auth-ui-shared": "0.1.8",
"@supabase/supabase-js": "2.52.1",
"@tailwindcss/vite": "^4.0.6",
"@tanstack/react-form": "^1.0.0",
"@tanstack/react-query": "^5.66.5",
"@tanstack/react-query-devtools": "^5.66.5",
"@tanstack/react-router": "^1.121.2",
"@tanstack/react-router-devtools": "^1.121.2",
"@tanstack/react-store": "^0.7.0",
"@tanstack/router-plugin": "^1.121.2",
"@tanstack/store": "^0.7.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "4.1.0",
"gsap": "3.13.0",
"lucide-react": "^0.526.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.0.6",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.2"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@inlang/cli": "^3.0.0",
"@inlang/paraglide-js": "2.2.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.2.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.3.4",
"babel-plugin-react-compiler": "19.1.0-rc.2",
"husky": "9.1.7",
"jsdom": "^26.0.0",
"lint-staged": "16.1.2",
"typescript": "^5.7.2",
"vite": "^6.3.5",
"vitest": "^3.2.4",
"web-vitals": "^4.2.4"
}
}