-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 750 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 750 Bytes
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
{
"name": "vite-project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@preact/signals": "^2.0.0",
"@tailwindcss/vite": "^4.1.4",
"animate.css": "^4.1.1",
"dnd-core": "^16.0.1",
"immutability-helper": "^3.1.1",
"preact": "^10.25.2",
"preact-router": "^4.1.2",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-select": "^5.10.1",
"tailwindcss": "^4.1.4"
},
"devDependencies": {
"@preact/preset-vite": "^2.9.3",
"@tailwindcss/typography": "^0.5.16",
"daisyui": "^5.0.28",
"typescript": "~5.6.2",
"vite": "^6.0.3"
}
}