37 lines
921 B
JSON
37 lines
921 B
JSON
|
|
{
|
||
|
|
"name": "slimcore-website",
|
||
|
|
"type": "module",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"private": true,
|
||
|
|
"scripts": {
|
||
|
|
"dev": "astro dev",
|
||
|
|
"build": "astro build",
|
||
|
|
"preview": "astro preview",
|
||
|
|
"astro": "astro"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@astrojs/mdx": "^5.0.4",
|
||
|
|
"@astrojs/react": "^5.0.4",
|
||
|
|
"@astrojs/sitemap": "^3.7.2",
|
||
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
||
|
|
"@radix-ui/react-label": "^2.1.8",
|
||
|
|
"@radix-ui/react-slot": "^1.2.4",
|
||
|
|
"@tailwindcss/vite": "^4.2.4",
|
||
|
|
"@types/react": "^19.2.14",
|
||
|
|
"@types/react-dom": "^19.2.3",
|
||
|
|
"astro": "^6.2.2",
|
||
|
|
"class-variance-authority": "^0.7.1",
|
||
|
|
"clsx": "^2.1.1",
|
||
|
|
"lucide-react": "^1.14.0",
|
||
|
|
"react": "^19.2.5",
|
||
|
|
"react-dom": "^19.2.5",
|
||
|
|
"tailwind-merge": "^3.5.0",
|
||
|
|
"tailwindcss": "^4.2.4"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@fontsource-variable/outfit": "^5.2.8",
|
||
|
|
"@playwright/test": "^1.59.1",
|
||
|
|
"sharp": "^0.34.5"
|
||
|
|
}
|
||
|
|
}
|