panel-web/apps/admin/package.json
2024-11-14 21:21:00 +07:00

44 lines
1.1 KiB
JSON

{
"name": "ppanel-admin-web",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev --turbopack",
"lint": "next lint && tsc --noEmit",
"locale": "lobe-i18n --with-md",
"openapi": "openapi2ts",
"start": "next start"
},
"dependencies": {
"@iconify/react": "^5.0.2",
"@repo/ui": "workspace:*",
"@shadcn/ui": "workspace:*",
"@tanstack/react-query": "^5.60.2",
"@tanstack/react-query-next-experimental": "^5.60.2",
"ahooks": "^3.8.1",
"axios": "^1.7.7",
"crypto-js": "^4.2.0",
"mathjs": "^13.2.2",
"nanoid": "^5.0.8",
"next": "^15.0.3",
"next-intl": "^3.25.1",
"next-runtime-env": "^3.2.2",
"next-themes": "^0.4.3",
"nextjs-toploader": "^3.7.15",
"radash": "^12.1.0",
"react": "rc",
"react-dom": "rc",
"react-turnstile": "^1.1.4",
"universal-cookie": "^7.2.2",
"zustand": "^5.0.1"
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"typescript": "^5.6.3"
}
}