panel-web/apps/user/package.json
shanshanzhong 4ae7ed783f
Some checks failed
CI / build (20.15.1) (push) Failing after 26m3s
ci(docker): 更新Docker配置和安装流程
- 移除apps中package.json的version字段
- 添加DOCKER_API_VERSION环境变量
- 改进Docker安装流程,使用官方源安装新版CLI和Buildx插件
2025-11-13 19:14:39 -08:00

81 lines
2.1 KiB
JSON

{
"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"
},
"browserslist": [
"defaults",
"not dead",
"last 2 versions",
"ios 14",
"Android >= 10"
],
"dependencies": {
"@react-spring/three": "^10.0.1",
"@react-three/fiber": "^9.2.0",
"@sentry/nextjs": "^10",
"@shadergradient/react": "^2.1.2",
"@stripe/react-stripe-js": "^3.4.0",
"@stripe/stripe-js": "^6.0.0",
"@tanstack/react-query": "^5.63.0",
"@tanstack/react-query-next-experimental": "^5.63.0",
"@workspace/airo-ui": "workspace:*",
"ahooks": "^3.8.4",
"axios": "^1.7.9",
"crisp-sdk-web": "^1.0.25",
"framer-motion": "^11.16.1",
"gray-matter": "^4.0.3",
"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-photo-view": "^1.2.7",
"react-turnstile": "^1.1.4",
"rtl-detect": "^1.1.2",
"three": "^0.178.0",
"ua-parser-js": "^2.0.0",
"universal-cookie": "^7.2.2",
"zustand": "^5.0.3"
},
"devDependencies": {
"@babel/plugin-transform-named-capturing-groups-regex": "^7.27.1",
"@svgr/webpack": "^8.1.0",
"@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",
"saveImmediately": true,
"concurrency": 10,
"outputLocales": [
"en-US",
"zh-CN"
],
"modelName": "gpt-4o-mini",
"experimental": {
"jsonMode": true
}
}
}