继续提交
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user