-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.15 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
{
"name": "vite-template-solid",
"version": "0.0.0",
"description": "",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"devDependencies": {
"@types/node": "^22.5.3",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.45",
"solid-devtools": "^0.29.2",
"tailwindcss": "^3.4.10",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vite-plugin-solid": "^2.8.2"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@kobalte/core": "^0.13.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@solidjs/router": "^0.14.3",
"@tanstack/solid-virtual": "^3.8.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"intersection-observer": "^0.12.2",
"lucide-react": "^0.439.0",
"solid-fontawesome": "^0.2.1",
"solid-js": "^1.8.11",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7"
}
}