Files

50 lines
1.4 KiB
JSON
Raw Permalink Normal View History

{
"name": "hyw-koneko-source-admin",
"version": "3.0.0",
"description": "HYW & Koneko 音源管理后台 - 多平台音源聚合服务,支持 LX Music、澜音、QZ Music 格式",
"private": true,
"author": "MistAperio Studio × Macrohard Studio",
"contributors": [
"雾启工作室@云汀 (Cloudwhisper/Miao-moe)",
"Macrohard Studio@Ryn磷熠 (Macrohard0001)"
],
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"db:generate": "prisma generate",
"db:push": "prisma db push",
"db:migrate": "prisma migrate dev",
"db:studio": "prisma studio"
},
"dependencies": {
"next": "^15.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"antd": "^5.24.0",
"@ant-design/nextjs-registry": "^1.0.0",
"@ant-design/icons": "^5.6.0",
"@prisma/client": "^6.6.0",
"prisma": "^6.6.0",
"better-sqlite3": "^11.9.0",
"dayjs": "^1.11.13",
"uuid": "^11.1.0",
"chalk": "^5.4.1",
"lodash": "^4.17.21",
"http-proxy-agent": "^7.0.2",
"https-proxy-agent": "^7.0.6"
},
"devDependencies": {
"@types/node": "^22.14.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/better-sqlite3": "^7.6.12",
"@types/uuid": "^10.0.0",
"@types/lodash": "^4.17.16",
"typescript": "^5.8.0",
"eslint": "^9.24.0",
"eslint-config-next": "^15.3.0"
}
}