feat: removed wrangler due to file limit

This commit is contained in:
Haoyu Xu
2025-04-26 18:47:31 +08:00
parent 201119722e
commit 4b9053af8d
7 changed files with 164 additions and 198 deletions

View File

@@ -13,7 +13,7 @@
"react": "^19.0.0",
"react-dom": "^19.0.0",
"jotai": "^2.11.3",
"react-router-dom": "^7.1.5",
"react-router-dom": "^7.5.2",
"react-simple-typewriter": "^5.0.1",
"reset-css": "^5.0.2",
"@aklive2d/eslint-config": "workspace:*",
@@ -32,7 +32,7 @@
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react-swc": "^3.5.0",
"vite": "^6.1.4",
"vite": "^6.1.5",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.18",

View File

@@ -11,7 +11,7 @@
"lint": "eslint \"src/**/*.js\" && stylelint \"**/*.css\" && prettier --check ."
},
"devDependencies": {
"vite": "^6.1.4",
"vite": "^6.1.5",
"@aklive2d/eslint-config": "workspace:*",
"@aklive2d/postcss-config": "workspace:*",
"@aklive2d/stylelint-config": "workspace:*",