-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.26 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
{
"name": "tipprunde-legacy",
"description": "Haus23 Tipprunde",
"license": "MIT",
"version": "0.10.3",
"repository": {
"type": "git",
"url": "https://github.com/haus23/tipprunde-www.git"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"@haus23/tipprunde-types": "^0.13.1",
"@heroicons/react": "^2.2.0",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-navigation-menu": "^1.2.3",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-select": "^2.1.4",
"@tanstack/react-query": "^5.62.8",
"cmdk": "^1.0.4",
"react": "^19.0.0",
"react-aria": "^3.36.0",
"react-dom": "^19.0.0",
"react-router": "^7.1.0",
"tailwind-variants": "^0.3.0",
"zod": "^3.24.1"
},
"engines": {
"node": ">=22 <23"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "~5.7.2",
"vite": "^6.0.5",
"vite-tsconfig-paths": "^5.1.4"
},
"packageManager": "[email protected]"
}