mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-06 08:32:51 +08:00
155 lines
4.4 KiB
JSON
155 lines
4.4 KiB
JSON
{
|
|
"name": "teyvatguide",
|
|
"version": "0.8.2",
|
|
"description": "Game Tool for GenshinImpact player",
|
|
"private": true,
|
|
"packageManager": "pnpm@10.16.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tauri build",
|
|
"debug": "tauri build --debug",
|
|
"dev": "tauri dev --exit-on-panic",
|
|
"eslint:pre": "pnpx @eslint/config-inspector@latest",
|
|
"oxlint": "oxlint",
|
|
"lint": "concurrently \"pnpm:lint:*(!fix)\"",
|
|
"lint:fix": "concurrently \"pnpm:lint:*:fix\"",
|
|
"lint-vue": "vue-tsc --noEmit",
|
|
"lint:code": "eslint .",
|
|
"lint:code:fix": "eslint . --fix",
|
|
"lint:style": "stylelint \"src/**/*.{vue,css,scss}\" -f verbose",
|
|
"lint:style:fix": "pnpm lint:style --fix",
|
|
"lint:rust:fix": "cd src-tauri && cargo fmt",
|
|
"prettier": "prettier . --write",
|
|
"upv": "tsx scripts/update-version.ts",
|
|
"tauri": "tauri",
|
|
"vite:dev": "vite dev",
|
|
"vite:build": "vite build",
|
|
"prepare": "husky"
|
|
},
|
|
"lint-staged": {
|
|
"*.ts": [
|
|
"eslint --fix",
|
|
"prettier --write"
|
|
],
|
|
"*.vue": [
|
|
"eslint --fix",
|
|
"prettier --write",
|
|
"stylelint --fix"
|
|
],
|
|
"*.css": [
|
|
"prettier --write",
|
|
"stylelint --fix"
|
|
],
|
|
"*.{yml,json}": [
|
|
"eslint --fix",
|
|
"prettier --write"
|
|
],
|
|
"*.rs": [
|
|
"rustfmt"
|
|
]
|
|
},
|
|
"keywords": [
|
|
"Genshin Impact",
|
|
"Node",
|
|
"Tauri",
|
|
"Typescript",
|
|
"Vite",
|
|
"Vuetify"
|
|
],
|
|
"author": "BTMuli <bt-muli@outlook.com>",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/BTMuli/TeyvatGuide.git"
|
|
},
|
|
"homepage": "https://github.com/BTMuli/TeyvatGuide#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/BTMuli/TeyvatGuide/issues"
|
|
},
|
|
"directories": {
|
|
"doc": "docs"
|
|
},
|
|
"dependencies": {
|
|
"@mdi/font": "7.4.47",
|
|
"@tauri-apps/api": "^2.8.0",
|
|
"@tauri-apps/plugin-deep-link": "^2.4.3",
|
|
"@tauri-apps/plugin-dialog": "^2.4.0",
|
|
"@tauri-apps/plugin-fs": "^2.4.2",
|
|
"@tauri-apps/plugin-http": "^2.5.2",
|
|
"@tauri-apps/plugin-log": "^2.7.0",
|
|
"@tauri-apps/plugin-opener": "^2.5.0",
|
|
"@tauri-apps/plugin-os": "^2.3.1",
|
|
"@tauri-apps/plugin-process": "^2.3.0",
|
|
"@tauri-apps/plugin-shell": "^2.3.1",
|
|
"@tauri-apps/plugin-sql": "^2.3.0",
|
|
"ajv": "^8.17.1",
|
|
"artplayer": "^5.3.0",
|
|
"clipboard": "^2.0.11",
|
|
"color-convert": "^3.1.2",
|
|
"echarts": "^6.0.0",
|
|
"html2canvas": "^1.4.1",
|
|
"js-md5": "^0.8.3",
|
|
"jsencrypt": "^3.5.4",
|
|
"pinia": "^3.0.3",
|
|
"pinia-plugin-persistedstate": "^4.5.0",
|
|
"qrcode.vue": "^3.6.0",
|
|
"sass-embedded": "^1.92.1",
|
|
"swiper": "^12.0.1",
|
|
"uuid": "^13.0.0",
|
|
"vue": "^3.5.21",
|
|
"vue-echarts": "^7.0.3",
|
|
"vue-json-pretty": "^2.5.0",
|
|
"vue-router": "^4.5.1",
|
|
"vuetify": "^3.10.0",
|
|
"wcag-color": "^1.1.1",
|
|
"xml-js": "^1.6.11"
|
|
},
|
|
"devDependencies": {
|
|
"@btmuli/stylelint-plugin-color": "^0.1.0",
|
|
"@eslint/eslintrc": "^3.3.1",
|
|
"@eslint/js": "^9.35.0",
|
|
"@tauri-apps/cli": "2.8.4",
|
|
"@types/color-convert": "^2.0.4",
|
|
"@types/fs-extra": "^11.0.4",
|
|
"@types/js-md5": "^0.8.0",
|
|
"@types/node": "^24.4.0",
|
|
"@types/uuid": "^10.0.0",
|
|
"@typescript-eslint/parser": "^8.43.0",
|
|
"@typescript/native-preview": "7.0.0-dev.20250914.1",
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"app-root-path": "^3.1.0",
|
|
"concurrently": "^9.2.1",
|
|
"eslint": "^9.35.0",
|
|
"eslint-plugin-import": "^2.32.0",
|
|
"eslint-plugin-jsonc": "^2.20.1",
|
|
"eslint-plugin-prettier": "^5.5.4",
|
|
"eslint-plugin-vue": "^10.4.0",
|
|
"eslint-plugin-yml": "^1.18.0",
|
|
"fs-extra": "^11.3.1",
|
|
"globals": "^16.4.0",
|
|
"husky": "^9.1.7",
|
|
"jsonc-eslint-parser": "^2.4.0",
|
|
"lint-staged": "^16.1.6",
|
|
"oxlint": "^1.15.0",
|
|
"prettier": "3.6.2",
|
|
"stylelint": "^16.24.0",
|
|
"stylelint-config-idiomatic-order": "^10.0.0",
|
|
"stylelint-config-standard-scss": "^16.0.0",
|
|
"stylelint-config-standard-vue": "^1.0.0",
|
|
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
|
|
"stylelint-high-performance-animation": "^1.11.0",
|
|
"stylelint-order": "^7.0.0",
|
|
"stylelint-prettier": "^5.0.3",
|
|
"stylelint-scss": "^6.12.1",
|
|
"tsx": "^4.20.5",
|
|
"typescript": "^5.9.2",
|
|
"typescript-eslint": "^8.43.0",
|
|
"vite": "^7.1.5",
|
|
"vite-plugin-vue-devtools": "^8.0.2",
|
|
"vite-plugin-vuetify": "^2.1.2",
|
|
"vue-eslint-parser": "^10.2.0",
|
|
"vue-tsc": "^3.0.7",
|
|
"yaml-eslint-parser": "^1.3.0"
|
|
}
|
|
}
|