mirror of
https://github.com/Dokploy/website
synced 2025-06-26 18:16:01 +00:00
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "website",
|
|
"license": "MIT",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"browserslist": "defaults, not ie <= 11",
|
|
"dependencies": {
|
|
"@headlessui/react": "^1.7.17",
|
|
"@headlessui/tailwindcss": "^0.2.0",
|
|
"@radix-ui/react-select": "^2.0.0",
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
"@radix-ui/react-switch": "^1.0.3",
|
|
"@types/node": "20.4.6",
|
|
"autoprefixer": "^10.4.12",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.0",
|
|
"framer-motion": "^11.0.24",
|
|
"lucide-react": "0.364.0",
|
|
"next": "14.2.2",
|
|
"next-intl": "^3.19.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-ga4": "^2.1.0",
|
|
"tailwind-merge": "^2.2.2",
|
|
"tailwindcss": "^3.4.1",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"typescript": "5.1.6",
|
|
"@radix-ui/react-tabs": "1.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "1.7.0",
|
|
"@types/react": "18.3.5",
|
|
"@types/react-dom": "18.3.0",
|
|
"prettier": "^3.0.1",
|
|
"prettier-plugin-tailwindcss": "^0.5.2"
|
|
}
|
|
}
|