main/package.json

34 lines
848 B
JSON

{
"name": "ameison",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 9001",
"build": "next build && npm run move",
"start": "next start",
"lint": "next lint",
"move": "cp -r .next/static .next/standalone/.next/static && cp -r public .next/standalone/public"
},
"dependencies": {
"@radix-ui/react-slot": "^1.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.424.0",
"next": "14.2.4",
"react": "^18",
"react-dom": "^18",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}