mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-11 09:08:14 +08:00
⬆️ 更新依赖
This commit is contained in:
13313
package-lock.json
generated
13313
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
163
package.json
163
package.json
@@ -1,83 +1,84 @@
|
|||||||
{
|
{
|
||||||
"name": "tauri-genshin",
|
"name": "tauri-genshin",
|
||||||
"description": "A Tauri App Demo",
|
"description": "A Tauri App Demo",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"author": "BTMuli <bt-muli@outlook.com>",
|
"author": "BTMuli <bt-muli@outlook.com>",
|
||||||
"scripts": {
|
"packageManager": "npm@9.6.6",
|
||||||
"lint": "concurrently \"npm:lint:*(!fix)\"",
|
"scripts": {
|
||||||
"lint:fix": "concurrently \"npm:lint:*:fix\"",
|
"lint": "concurrently \"npm:lint:*(!fix)\"",
|
||||||
"lint:code": "eslint \"./src/**/*.{vue,ts,tsx,js,jsx}\"",
|
"lint:fix": "concurrently \"npm:lint:*:fix\"",
|
||||||
"lint:code:fix": "npm run lint:code -- --fix",
|
"lint:code": "eslint \"./src/**/*.{vue,ts,tsx,js,jsx}\"",
|
||||||
"lint:style": "stylelint \"./src/**/*.{vue,css}\"",
|
"lint:code:fix": "npm run lint:code -- --fix",
|
||||||
"lint:style:fix": "npm run lint:style -- --fix",
|
"lint:style": "stylelint \"./src/**/*.{vue,css}\"",
|
||||||
"prettier": "prettier \"**/*.{json,yml,html}\" --write",
|
"lint:style:fix": "npm run lint:style -- --fix",
|
||||||
"dev": "concurrently -k \"tauri dev --exit-on-panic\" \"vue-devtools\"",
|
"prettier": "prettier \"**/*.{json,yml,html}\" --write",
|
||||||
"vite:dev": "vite dev",
|
"dev": "concurrently -k \"tauri dev --exit-on-panic\" \"vue-devtools\"",
|
||||||
"vite:build": "vite build",
|
"vite:dev": "vite dev",
|
||||||
"build": "tauri build",
|
"vite:build": "vite build",
|
||||||
"debug": "tauri build --debug",
|
"build": "tauri build",
|
||||||
"preview": "vite preview",
|
"debug": "tauri build --debug",
|
||||||
"tauri": "tauri"
|
"preview": "vite preview",
|
||||||
},
|
"tauri": "tauri"
|
||||||
"bugs": {
|
},
|
||||||
"url": "https://github.com/BTMuli/Tauri.Genshin/issues"
|
"bugs": {
|
||||||
},
|
"url": "https://github.com/BTMuli/Tauri.Genshin/issues"
|
||||||
"directories": {
|
},
|
||||||
"doc": "docs"
|
"directories": {
|
||||||
},
|
"doc": "docs"
|
||||||
"homepage": "https://github.com/BTMuli/Tauri.Genshin#readme",
|
},
|
||||||
"keywords": [
|
"homepage": "https://github.com/BTMuli/Tauri.Genshin#readme",
|
||||||
"Tauri",
|
"keywords": [
|
||||||
"Node",
|
"Tauri",
|
||||||
"Typescript",
|
"Node",
|
||||||
"Vite",
|
"Typescript",
|
||||||
"Genshin Impact",
|
"Vite",
|
||||||
"Vuetify"
|
"Genshin Impact",
|
||||||
],
|
"Vuetify"
|
||||||
"license": "MIT",
|
],
|
||||||
"repository": {
|
"license": "MIT",
|
||||||
"type": "git",
|
"repository": {
|
||||||
"url": "https://github.com/BTMuli/Tauri.Genshin.git"
|
"type": "git",
|
||||||
},
|
"url": "https://github.com/BTMuli/Tauri.Genshin.git"
|
||||||
"dependencies": {
|
},
|
||||||
"@mdi/font": "7.2.96",
|
"dependencies": {
|
||||||
"@tauri-apps/api": "^1.2.0",
|
"@mdi/font": "7.2.96",
|
||||||
"clipboard": "^2.0.11",
|
"@tauri-apps/api": "^1.3.0",
|
||||||
"js-md5": "^0.7.3",
|
"clipboard": "^2.0.11",
|
||||||
"pinia": "^2.0.35",
|
"js-md5": "^0.7.3",
|
||||||
"pinia-plugin-persistedstate": "^3.1.0",
|
"pinia": "^2.0.36",
|
||||||
"qs": "^6.11.1",
|
"pinia-plugin-persistedstate": "^3.1.0",
|
||||||
"tauri-plugin-sql-api": "github:tauri-apps/tauri-plugin-sql",
|
"qs": "^6.11.1",
|
||||||
"vue": "^3.2.47",
|
"tauri-plugin-sql-api": "github:tauri-apps/tauri-plugin-sql",
|
||||||
"vue-json-viewer": "^3.0.4",
|
"vue": "^3.3.1",
|
||||||
"vue-router": "^4.1.6",
|
"vue-json-viewer": "^3.0.4",
|
||||||
"vuetify": "npm:@vuetify/nightly@next"
|
"vue-router": "^4.1.6",
|
||||||
},
|
"vuetify": "^3.2.3"
|
||||||
"devDependencies": {
|
},
|
||||||
"@tauri-apps/cli": "^1.2.3",
|
"devDependencies": {
|
||||||
"@types/js-md5": "^0.7.0",
|
"@tauri-apps/cli": "^1.3.1",
|
||||||
"@types/node": "^18.16.0",
|
"@types/js-md5": "^0.7.0",
|
||||||
"@types/qs": "^6.9.7",
|
"@types/node": "^20.1.2",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.59.0",
|
"@types/qs": "^6.9.7",
|
||||||
"@typescript-eslint/parser": "^5.59.0",
|
"@typescript-eslint/eslint-plugin": "^5.59.5",
|
||||||
"@vitejs/plugin-vue": "^4.1.0",
|
"@typescript-eslint/parser": "^5.59.5",
|
||||||
"@vue/devtools": "^6.5.0",
|
"@vitejs/plugin-vue": "^4.2.2",
|
||||||
"concurrently": "^8.0.1",
|
"@vue/devtools": "^6.5.0",
|
||||||
"eslint": "^8.39.0",
|
"concurrently": "^8.0.1",
|
||||||
"eslint-config-standard-with-typescript": "^34.0.1",
|
"eslint": "^8.40.0",
|
||||||
"eslint-plugin-import": "^2.27.5",
|
"eslint-config-standard-with-typescript": "^34.0.1",
|
||||||
"eslint-plugin-n": "^15.7.0",
|
"eslint-plugin-import": "^2.27.5",
|
||||||
"eslint-plugin-promise": "^6.1.1",
|
"eslint-plugin-n": "^15.7.0",
|
||||||
"eslint-plugin-vue": "^9.11.0",
|
"eslint-plugin-promise": "^6.1.1",
|
||||||
"prettier": "2.8.8",
|
"eslint-plugin-vue": "^9.12.0",
|
||||||
"stylelint": "^15.6.0",
|
"prettier": "2.8.8",
|
||||||
"stylelint-config-standard-vue": "^1.0.0",
|
"stylelint": "^15.6.1",
|
||||||
"stylelint-declaration-block-no-ignored-properties": "^2.7.0",
|
"stylelint-config-standard-vue": "^1.0.0",
|
||||||
"stylelint-high-performance-animation": "^1.8.0",
|
"stylelint-declaration-block-no-ignored-properties": "^2.7.0",
|
||||||
"stylelint-order": "^6.0.3",
|
"stylelint-high-performance-animation": "^1.8.0",
|
||||||
"typescript": "^5.0.4",
|
"stylelint-order": "^6.0.3",
|
||||||
"vite": "^4.3.1",
|
"typescript": "^5.0.4",
|
||||||
"vite-plugin-vuetify": "^1.0.2"
|
"vite": "^4.3.5",
|
||||||
}
|
"vite-plugin-vuetify": "^1.0.2"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user