-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.08 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
{
"name": "portifolio",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"tsc": "tsc -b",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@corvu/drawer": "^0.2.2",
"@kobalte/core": "^0.13.7",
"@solid-primitives/i18n": "^2.1.1",
"@solid-primitives/media": "^2.2.9",
"@solidjs/router": "^0.14.10",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"solid-js": "^1.8.20",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"vite-tsconfig-paths": "^5.0.1"
},
"devDependencies": {
"@types/node": "^22.5.4",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.45",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.10",
"ts-node": "^10.9.2",
"typescript": "^5.5.3",
"vite": "^5.4.1",
"vite-plugin-solid": "^2.10.2",
"vite-plugin-solid-svg": "^0.8.1"
}
}