mirror of
https://github.com/ayangweb/BongoCat.git
synced 2026-03-12 17:51:48 +08:00
65 lines
1.6 KiB
JSON
65 lines
1.6 KiB
JSON
{
|
|
"name": "bongo-cat",
|
|
"private": true,
|
|
"author": {
|
|
"name": "ayangweb",
|
|
"email": "ayangweb@foxmail.com"
|
|
},
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "run-s build:icon dev:vite",
|
|
"build": "run-s build:*",
|
|
"dev:vite": "vite",
|
|
"build:vite": "vite build",
|
|
"build:icon": "tauri icon src-tauri/assets/logo.png",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri",
|
|
"lint": "biome check --write src",
|
|
"preinstall": "npx only-allow pnpm",
|
|
"prepare": "simple-git-hooks",
|
|
"release": "release-it"
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/api": "^2.4.0",
|
|
"@tauri-apps/plugin-os": "^2.2.1",
|
|
"@tauri-apps/plugin-process": "^2.2.0",
|
|
"@unocss/reset": "66.1.0-beta.7",
|
|
"pixi-live2d-display": "^0.4.0",
|
|
"pixi.js": "^6.5.10",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^7.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "1.9.4",
|
|
"@commitlint/cli": "^19.8.0",
|
|
"@commitlint/config-conventional": "^19.8.0",
|
|
"@tauri-apps/cli": "^2.4.0",
|
|
"@types/node": "^22.13.14",
|
|
"@types/react": "^18.3.20",
|
|
"@types/react-dom": "^18.3.5",
|
|
"@unocss/preset-rem-to-px": "66.1.0-beta.7",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"lint-staged": "^15.5.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"release-it": "^18.1.2",
|
|
"simple-git-hooks": "^2.12.1",
|
|
"typescript": "~5.6.3",
|
|
"unocss": "66.1.0-beta.7",
|
|
"vite": "^6.2.3"
|
|
},
|
|
"pnpm": {
|
|
"patchedDependencies": {
|
|
"pixi-live2d-display": "patches/pixi-live2d-display.patch"
|
|
}
|
|
},
|
|
"simple-git-hooks": {
|
|
"commit-msg": "npx --no-install commitlint -e",
|
|
"pre-commit": "npx lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"**.{ts,tsx,json}": ["biome check --apply --no-errors-on-unmatched"]
|
|
}
|
|
}
|