{ "name": "ppanel-user-web", "private": true, "scripts": { "build": "next build", "dev": "next dev --turbopack -p 3001", "lint": "next lint && tsc --noEmit", "locale": "lobe-i18n --with-md", "openapi": "openapi2ts", "start": "next start" }, "dependencies": { "@iconify/react": "^5.2.0", "@stripe/react-stripe-js": "^3.1.1", "@stripe/stripe-js": "^5.5.0", "@tanstack/react-query": "^5.63.0", "@tanstack/react-query-next-experimental": "^5.63.0", "@workspace/ui": "workspace:*", "ahooks": "^3.8.4", "axios": "^1.7.9", "framer-motion": "^11.16.1", "lucide-react": "^0.469.0", "next": "^15.1.4", "next-intl": "^3.26.3", "next-runtime-env": "^3.2.2", "next-themes": "^0.4.4", "nextjs-toploader": "^3.7.15", "qrcode.react": "^4.2.0", "radash": "^12.1.0", "react": "^19.0.0", "react-copy-to-clipboard": "^5.1.0", "react-dom": "^19.0.0", "react-turnstile": "^1.1.4", "rtl-detect": "^1.1.2", "universal-cookie": "^7.2.2", "zustand": "^5.0.3" }, "devDependencies": { "@types/node": "^22.10.5", "@types/react": "^19.0.4", "@types/react-copy-to-clipboard": "^5.0.7", "@types/react-dom": "^19.0.2", "@types/rtl-detect": "^1.0.3", "@workspace/eslint-config": "workspace:*", "@workspace/typescript-config": "workspace:*", "typescript": "^5.7.3" }, "i18n": { "entry": "./locales/en-US", "entryLocale": "en-US", "output": "./locales", "outputLocales": [ "cs-CZ", "de-DE", "en-US", "es-ES", "es-MX", "fa-IR", "fi-FI", "fr-FR", "hi-IN", "hu-HU", "ja-JP", "ko-KR", "no-NO", "pl-PL", "pt-BR", "ro-RO", "ru-RU", "th-TH", "tr-TR", "uk-UA", "vi-VN", "zh-CN", "zh-HK" ], "modelName": "gpt-4o", "experimental": { "jsonMode": true }, "markdown": { "entry": [ "./README.md" ], "outputLocales": [ "zh-CN" ] } } }