* feat: migrate top turbo * ci: ci test * fix: fix codeql issues * feat: ci test * chore: lint * chore: misc changes * feat: rename vite helpers * feat: use fetch to handle assets * feat: update directory * feat: fetch charword table * feat: migrate download game data and detect missing voice files * feat: symlink relative path * feat: finish wrangler upload * feat: migrate wrangler download * feat: finish * chore: auto update * ci: update ci * ci: update ci --------- Co-authored-by: Halyul <Halyul@users.noreply.github.com>
44 lines
1.5 KiB
JSON
44 lines
1.5 KiB
JSON
{
|
|
"name": "@aklive2d/directory",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev:directory": "vite --clearScreen false",
|
|
"build": "mode=build node runner.js",
|
|
"preview:directory": "vite preview",
|
|
"lint": "eslint \"src/**/*.js\" \"src/**/*.jsx\" && stylelint \"src/**/*.css\" \"src/**/*.scss\" && prettier --check ."
|
|
},
|
|
"dependencies": {
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"jotai": "^2.11.3",
|
|
"react-router-dom": "^7.1.5",
|
|
"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:*",
|
|
"@aklive2d/assets": "workspace:*",
|
|
"@aklive2d/operator": "workspace:*",
|
|
"@aklive2d/vite-helpers": "workspace:*",
|
|
"@aklive2d/showcase": "workspace:*",
|
|
"@aklive2d/module": "workspace:*",
|
|
"@aklive2d/prettier-config": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.0.8",
|
|
"@types/react-dom": "^19.0.3",
|
|
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
"vite": "^6.1.0",
|
|
"eslint-plugin-react": "^7.37.4",
|
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
"eslint-plugin-react-refresh": "^0.4.18",
|
|
"prop-types": "^15.8.1",
|
|
"sass": "^1.84.0",
|
|
"autoprefixer": "^10.4.20"
|
|
}
|
|
}
|