mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-26 19:01:28 +08:00
Removed @simplewebauthn/browser, framer-motion, and react-responsive from dependencies as they are no longer used. Updated Monaco editor configuration to only load the JSON worker for improved performance, falling back to the basic editor worker for other languages. Refactored the new version tip UI to use Chip and Spinner instead of Button and removed unused react-icons import. Also updated Vite config to stop sharing react-icons.
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"name": "napcat",
|
|
"private": true,
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"build:shell": "pnpm --filter napcat-shell run build || exit 1",
|
|
"build:shell:dev": "pnpm --filter napcat-shell run build:dev || exit 1",
|
|
"build:framework": "pnpm --filter napcat-framework run build || exit 1",
|
|
"build:webui": "pnpm --filter napcat-webui-frontend run build || exit 1",
|
|
"dev:shell": "pnpm --filter napcat-develop run dev || exit 1",
|
|
"typecheck": "pnpm -r --if-present run typecheck",
|
|
"test": "pnpm --filter napcat-test run test",
|
|
"test:ui": "pnpm --filter napcat-test run test:ui",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
"@vitejs/plugin-react-swc": "^4.2.2",
|
|
"@vitest/ui": "^4.0.9",
|
|
"eslint": "^9.39.1",
|
|
"neostandard": "^0.12.2",
|
|
"typescript": "^5.3.0",
|
|
"vite": "^6.4.1",
|
|
"vite-plugin-cp": "^6.0.3",
|
|
"vitest": "^4.0.9"
|
|
},
|
|
"dependencies": {
|
|
"express": "^5.0.0",
|
|
"silk-wasm": "^3.6.1",
|
|
"vite-plugin-font": "^5.1.2",
|
|
"ws": "^8.18.3"
|
|
}
|
|
} |