40 lines
1 KiB
JSON
40 lines
1 KiB
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-icons": "^1.3.1",
|
|
"@radix-ui/react-scroll-area": "^1.2.0",
|
|
"@radix-ui/react-separator": "^1.1.0",
|
|
"@radix-ui/react-slot": "^1.1.0",
|
|
"@radix-ui/react-tabs": "^1.1.1",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"embla-carousel-react": "^8.3.1",
|
|
"i18next": "^23.16.5",
|
|
"lucide-react": "^0.454.0",
|
|
"preact": "^10.22.1",
|
|
"preact-iso": "^2.8.1",
|
|
"preact-render-to-string": "^6.5.11",
|
|
"react-i18next": "^15.1.1",
|
|
"tailwind-merge": "^2.5.4",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "1.9.4",
|
|
"@preact/preset-vite": "^2.9.0",
|
|
"@types/node": "^22.8.6",
|
|
"autoprefixer": "^10.4.20",
|
|
"postcss": "^8.4.47",
|
|
"tailwindcss": "^3.4.14",
|
|
"typescript": "^5.6.3",
|
|
"vite": "^5.3.3"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "preact"
|
|
}
|
|
}
|