ppanel-web/apps/admin/package.json

90 lines
2.0 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": {
"@lottiefiles/dotlottie-react": "^0.15.1",
"@noble/curves": "^2.0.0",
"@tanstack/react-query": "^5.85.5",
"@tanstack/react-query-next-experimental": "^5.85.5",
"@workspace/ui": "workspace:*",
"ahooks": "^3.9.4",
"axios": "^1.11.0",
"js-yaml": "^4.1.0",
"mlkem-wasm": "^0.0.6",
"nanoid": "^5.1.5",
"next": "^15.5.2",
"next-intl": "^3.26.3",
"next-runtime-env": "^3.3.0",
"next-themes": "^0.4.6",
"nextjs-toploader": "^3.8.16",
"radash": "^12.1.1",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-turnstile": "^1.1.4",
"universal-cookie": "^8.0.1",
"zustand": "^5.0.8"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/node": "^24.3.0",
"@types/react": "^19.1.11",
"@types/react-dom": "^19.1.8",
"@types/rtl-detect": "^1.0.3",
"@workspace/eslint-config": "workspace:*",
"@workspace/typescript-config": "workspace:*",
"typescript": "^5.9.2"
},
"i18n": {
"entry": "./locales/en-US",
"entryLocale": "en-US",
"output": "./locales",
"saveImmediately": true,
"concurrency": 10,
"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-mini",
"experimental": {
"jsonMode": true
},
"markdown": {
"entry": [
"./README.md"
],
"outputLocales": [
"zh-CN"
]
}
}
}