48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "ppanel-user-web",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev --turbopack -p 3001",
|
|
"lint": "next lint --max-warnings 0 && tsc --noEmit",
|
|
"locale": "lobe-i18n --with-md",
|
|
"openapi": "openapi2ts",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@iconify/react": "^5.0.2",
|
|
"@repo/ui": "workspace:*",
|
|
"@shadcn/ui": "workspace:*",
|
|
"@stripe/react-stripe-js": "^3.0.0",
|
|
"@stripe/stripe-js": "^5.2.0",
|
|
"@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",
|
|
"framer-motion": "^11.11.17",
|
|
"lucide-react": "^0.461.0",
|
|
"mathjs": "^14.0.0",
|
|
"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",
|
|
"qrcode.react": "^4.1.0",
|
|
"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"
|
|
}
|
|
}
|