mirror of
https://github.com/ayangweb/BongoCat.git
synced 2026-03-12 17:51:48 +08:00
67 lines
1.7 KiB
JSON
67 lines
1.7 KiB
JSON
{
|
|
"name": "bongo-cat",
|
|
"type": "module",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"author": {
|
|
"name": "ayangweb",
|
|
"email": "ayangweb@foxmail.com"
|
|
},
|
|
"scripts": {
|
|
"dev": "run-s build:icon dev:vite",
|
|
"build": "run-s build:*",
|
|
"dev:vite": "vite",
|
|
"build:vite": "vite build",
|
|
"build:icon": "tsx scripts/buildIcon.ts",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri",
|
|
"lint": "eslint --fix",
|
|
"preinstall": "npx only-allow pnpm",
|
|
"prepare": "simple-git-hooks",
|
|
"release": "release-it"
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/api": "^2.4.0",
|
|
"@tauri-apps/plugin-opener": "~2.2.6",
|
|
"@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",
|
|
"vue": "^3.5.13",
|
|
"vue-router": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^4.11.0",
|
|
"@commitlint/cli": "^19.8.0",
|
|
"@commitlint/config-conventional": "^19.8.0",
|
|
"@tauri-apps/cli": "^2.4.0",
|
|
"@types/node": "^22.13.14",
|
|
"@unocss/eslint-plugin": "^66.0.0",
|
|
"@unocss/preset-rem-to-px": "66.1.0-beta.7",
|
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
"eslint": "^9.23.0",
|
|
"eslint-plugin-format": "^1.0.1",
|
|
"lint-staged": "^15.5.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"release-it": "^18.1.2",
|
|
"simple-git-hooks": "^2.12.1",
|
|
"tsx": "^4.19.3",
|
|
"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": {
|
|
"*": "eslint --fix"
|
|
}
|
|
}
|