38 lines
886 B
JSON
38 lines
886 B
JSON
{
|
|
"name": "bsd-sy",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"build-and-start": "npm run build && npm run start"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-slot": "^1.1.1",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"framer-motion": "^11.14.3",
|
|
"fs": "^0.0.1-security",
|
|
"lucide-react": "^0.468.0",
|
|
"next": "14.2.16",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"sharp": "^0.33.5",
|
|
"tailwind-merge": "^2.5.5",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"yaml": "^2.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.2.16",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5"
|
|
}
|
|
}
|