Add a Bun script to apply and normalize AGPL copyright headers across the default frontend source files. The script keeps headers idempotent, upgrades existing headers to the 2023-2026 QuantumNous range, and is exposed through `bun run copyright` for future maintenance.
101 lines
3.0 KiB
JSON
Vendored
101 lines
3.0 KiB
JSON
Vendored
{
|
|
"name": "newapi-web",
|
|
"private": false,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "rsbuild dev",
|
|
"build": "rsbuild build",
|
|
"build:check": "tsc -b && rsbuild build",
|
|
"typecheck": "tsc -b",
|
|
"lint": "eslint .",
|
|
"preview": "rsbuild preview",
|
|
"format:check": "prettier --check .",
|
|
"format": "prettier --write .",
|
|
"copyright:check": "node scripts/add-copyright.mjs --check",
|
|
"copyright": "node scripts/add-copyright.mjs",
|
|
"i18n:sync": "node scripts/sync-i18n.mjs",
|
|
"knip": "knip"
|
|
},
|
|
"dependencies": {
|
|
"@base-ui/react": "^1.4.1",
|
|
"@fontsource-variable/public-sans": "^5.2.7",
|
|
"@hookform/resolvers": "^5.2.2",
|
|
"@hugeicons/core-free-icons": "^4.1.1",
|
|
"@hugeicons/react": "^1.1.6",
|
|
"@lobehub/icons": "^4.0.3",
|
|
"@tailwindcss/postcss": "^4.2.2",
|
|
"@tanstack/react-query": "^5.95.2",
|
|
"@tanstack/react-router": "^1.168.23",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"@tanstack/react-virtual": "^3.13.18",
|
|
"@visactor/react-vchart": "^2.0.13",
|
|
"@visactor/vchart": "^2.0.13",
|
|
"ai": "^6.0.27",
|
|
"auto-skeleton-react": "^1.0.5",
|
|
"axios": "^1.13.6",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"dayjs": "^1.11.19",
|
|
"i18next": "^25.7.4",
|
|
"i18next-browser-languagedetector": "^8.2.0",
|
|
"input-otp": "^1.4.2",
|
|
"lucide-react": "^1.7.0",
|
|
"motion": "^12.38.0",
|
|
"nanoid": "^5.1.6",
|
|
"next-themes": "^0.4.6",
|
|
"qrcode.react": "^4.2.0",
|
|
"react": "^19.2.4",
|
|
"react-day-picker": "^9.14.0",
|
|
"react-dom": "^19.2.4",
|
|
"react-hook-form": "^7.71.0",
|
|
"react-i18next": "^16.5.2",
|
|
"react-icons": "^5.5.0",
|
|
"react-markdown": "^10.1.0",
|
|
"react-resizable-panels": "^4.11.0",
|
|
"react-top-loading-bar": "^3.0.2",
|
|
"recharts": "3.8.0",
|
|
"rehype-raw": "^7.0.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"shiki": "^4.0.2",
|
|
"sonner": "^2.0.7",
|
|
"sse.js": "^2.7.2",
|
|
"streamdown": "^2.0.1",
|
|
"tailwind-merge": "^3.5.0",
|
|
"tailwindcss": "^4.2.2",
|
|
"tokenlens": "^1.3.1",
|
|
"tw-animate-css": "^1.4.0",
|
|
"use-stick-to-bottom": "^1.1.1",
|
|
"vaul": "^1.1.2",
|
|
"zod": "^4.3.6",
|
|
"zustand": "^5.0.12"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@rsbuild/core": "^2.0.1",
|
|
"@rsbuild/plugin-react": "^2.0.0",
|
|
"@tanstack/eslint-plugin-query": "^5.95.2",
|
|
"@tanstack/react-query-devtools": "^5.95.2",
|
|
"@tanstack/react-router-devtools": "^1.166.13",
|
|
"@tanstack/router-plugin": "^1.167.23",
|
|
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
|
|
"@types/node": "^25.5.0",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@xyflow/react": "^12.10.2",
|
|
"embla-carousel-react": "^8.6.0",
|
|
"eslint": "^10.1.0",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
"globals": "^17.4.0",
|
|
"knip": "^6.0.6",
|
|
"prettier": "^3.8.1",
|
|
"prettier-plugin-tailwindcss": "^0.7.2",
|
|
"shadcn": "^3.7.0",
|
|
"typescript": "~5.9.3",
|
|
"typescript-eslint": "^8.57.2"
|
|
}
|
|
}
|