build: update all deps and migrate to biome

This commit is contained in:
Haoyu Xu
2025-10-04 02:11:24 +08:00
parent 43850d47ea
commit 5c9e9eba84
133 changed files with 834 additions and 1962 deletions

View File

@@ -7,17 +7,16 @@
"dev:directory": "bunx --bun vite --clearScreen false",
"build:directory": "mode=build:directory bun runner.ts",
"preview:directory": "bunx --bun vite preview",
"lint": "eslint && stylelint \"src/**/*.css\" \"src/**/*.scss\" && prettier --check ."
"lint": "biome lint --write .",
"lint:fix": "biome check --write ."
},
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"jotai": "^2.11.3",
"react-router-dom": "^7.5.2",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"jotai": "^2.15.0",
"react-router-dom": "^7.9.3",
"react-simple-typewriter": "^5.0.1",
"reset-css": "^5.0.2",
"@aklive2d/eslint-config": "workspace:*",
"@aklive2d/stylelint-config": "workspace:*",
"@aklive2d/postcss-config": "workspace:*",
"@aklive2d/config": "workspace:*",
"@aklive2d/libs": "workspace:*",
@@ -25,24 +24,18 @@
"@aklive2d/operator": "workspace:*",
"@aklive2d/vite-helpers": "workspace:*",
"@aklive2d/showcase": "workspace:*",
"@aklive2d/module": "workspace:*",
"@aklive2d/prettier-config": "workspace:*"
"@aklive2d/module": "workspace:*"
},
"peerDependencies": {
"globals": ">=16.0.0",
"typescript-eslint": ">=8.31.1",
"typescript": ">=5.8.2"
"typescript": ">=5.9.3"
},
"devDependencies": {
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react-swc": "^3.5.0",
"vite": "^6.1.5",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.18",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@vitejs/plugin-react-swc": "^4.1.0",
"autoprefixer": "^10.4.20",
"prop-types": "^15.8.1",
"sass": "^1.84.0",
"autoprefixer": "^10.4.20"
"sass": "^1.93.2",
"vite": "^7.1.9"
}
}
}