50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
|
|
{
|
||
|
|
"name": "corp-official-website-client",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "corp-official-website Next.js 14 client",
|
||
|
|
"private": true,
|
||
|
|
"scripts": {
|
||
|
|
"dev": "next dev -p 3001",
|
||
|
|
"build": "next build",
|
||
|
|
"start": "next start -p 3001",
|
||
|
|
"lint": "next lint",
|
||
|
|
"format": "prettier --write \"app/**/*.{ts,tsx}\" \"components/**/*.{ts,tsx}\" \"lib/**/*.{ts,tsx}\""
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@hookform/resolvers": "^3.3.2",
|
||
|
|
"@radix-ui/react-dialog": "^1.0.5",
|
||
|
|
"@radix-ui/react-label": "^2.0.2",
|
||
|
|
"@radix-ui/react-select": "^2.0.0",
|
||
|
|
"@radix-ui/react-slot": "^1.0.2",
|
||
|
|
"axios": "^1.6.2",
|
||
|
|
"class-variance-authority": "^0.7.0",
|
||
|
|
"clsx": "^2.0.0",
|
||
|
|
"lucide-react": "^0.292.0",
|
||
|
|
"next": "14.0.3",
|
||
|
|
"react": "^18.2.0",
|
||
|
|
"react-dom": "^18.2.0",
|
||
|
|
"react-hook-form": "^7.48.2",
|
||
|
|
"react-markdown": "^10.1.0",
|
||
|
|
"react-quill": "^2.0.0",
|
||
|
|
"swr": "^2.2.4",
|
||
|
|
"tailwind-merge": "^2.0.0",
|
||
|
|
"tailwindcss-animate": "^1.0.7",
|
||
|
|
"zod": "^3.22.4",
|
||
|
|
"zustand": "^4.4.7"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/node": "^20.9.2",
|
||
|
|
"@types/react": "^18.2.37",
|
||
|
|
"@types/react-dom": "^18.2.15",
|
||
|
|
"@typescript-eslint/eslint-plugin": "^6.14.0",
|
||
|
|
"@typescript-eslint/parser": "^6.14.0",
|
||
|
|
"autoprefixer": "^10.4.16",
|
||
|
|
"eslint": "^8.54.0",
|
||
|
|
"eslint-config-next": "14.0.3",
|
||
|
|
"postcss": "^8.4.31",
|
||
|
|
"prettier": "^3.1.0",
|
||
|
|
"tailwindcss": "^3.3.5",
|
||
|
|
"typescript": "^5.2.2"
|
||
|
|
}
|
||
|
|
}
|