{ "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.61.3", "@tanstack/react-query-next-experimental": "^5.61.3", "ahooks": "^3.8.1", "axios": "^1.7.8", "crypto-js": "^4.2.0", "mathjs": "^14.0.0", "nanoid": "^5.0.9", "next": "^15.0.3", "next-intl": "^3.25.3", "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.10.0", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "typescript": "^5.7.2" } }