mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
58 lines
1.7 KiB
JSON
58 lines
1.7 KiB
JSON
{
|
|
"name": "homedash-shadcn",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev -p 3020",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@ducanh2912/next-pwa": "^10.2.6",
|
|
"@radix-ui/react-dialog": "^1.0.5",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
|
"@radix-ui/react-navigation-menu": "^1.1.4",
|
|
"@radix-ui/react-progress": "^1.0.3",
|
|
"@radix-ui/react-separator": "^1.1.0",
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
"@radix-ui/react-tooltip": "^1.0.7",
|
|
"@types/luxon": "^3.4.2",
|
|
"@typescript-eslint/eslint-plugin": "^7.5.0",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.0",
|
|
"eslint-plugin-simple-import-sort": "^12.0.0",
|
|
"lucide-react": "^0.414.0",
|
|
"luxon": "^3.4.4",
|
|
"next": "^14.2.3",
|
|
"next-themes": "^0.3.0",
|
|
"react": "^18.2.0",
|
|
"react-device-detect": "^2.2.3",
|
|
"react-dom": "^18.2.0",
|
|
"react-intersection-observer": "^9.8.2",
|
|
"react-wrap-balancer": "^1.1.0",
|
|
"sharp": "^0.33.3",
|
|
"sonner": "^1.4.41",
|
|
"swr": "^2.2.6-beta.3",
|
|
"tailwind-merge": "^2.2.2",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-plugin-turbo": "^2.0.3",
|
|
"eslint-plugin-unused-imports": "^4.0.0",
|
|
"@next/bundle-analyzer": "^14.1.4",
|
|
"@types/node": "^20.12.4",
|
|
"@types/react": "^18.2.74",
|
|
"@types/react-dom": "^18.2.24",
|
|
"autoprefixer": "^10.4.19",
|
|
"eslint": "^9.4.0",
|
|
"eslint-config-next": "^14.1.4",
|
|
"postcss": "^8.4.38",
|
|
"prettier": "^3.2.5",
|
|
"prettier-plugin-tailwindcss": "^0.6.3",
|
|
"tailwindcss": "^3.4.3",
|
|
"typescript": "^5.4.3"
|
|
}
|
|
}
|