继续提交

This commit is contained in:
2025-12-19 15:51:26 +08:00
parent 0ce60d78df
commit cf2203e3eb
500 changed files with 3259 additions and 7739 deletions

View File

@@ -4,13 +4,15 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "npm run generate-data && vite",
"build": "npm run generate-data && vite build",
"generate-data": "node scripts/generateData.js",
"dev": "vite",
"build": "vite build",
"build:local": "vite build --mode production.local",
"build:server": "vite build --mode production",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"github-markdown-css": "^5.7.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-markdown": "^10.1.0",
@@ -27,6 +29,7 @@
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.3",
"baseline-browser-mapping": "^2.9.9",
"eslint": "^9.36.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",