feat: make tauri app can run
This commit is contained in:
56
package.json
56
package.json
@@ -2,12 +2,12 @@
|
||||
"type": "module",
|
||||
"version": "1.2.4",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@10.14.0",
|
||||
"packageManager": "pnpm@10.17.1",
|
||||
"engines": {
|
||||
"node": ">=16"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "npm run convert && nuxt generate",
|
||||
"build": "npm run convert && nuxt build",
|
||||
"build:static": "npm run convert && nuxt generate",
|
||||
"convert": "pnpm -C scripts run convert",
|
||||
"dev": "nuxt dev --host",
|
||||
@@ -16,7 +16,7 @@
|
||||
"start:generate": "npx serve .output/public",
|
||||
"start": "node .output/server/index.mjs",
|
||||
"lint": "eslint .",
|
||||
"postinstall": "nuxt prepare && npm run convert",
|
||||
"prepare": "nuxt prepare",
|
||||
"preview": "serve dist",
|
||||
"preview-https": "serve dist",
|
||||
"release": "bumpp",
|
||||
@@ -26,11 +26,11 @@
|
||||
"typecheck": "vue-tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"dayjs": "^1.11.13",
|
||||
"dayjs": "^1.11.18",
|
||||
"vue-about-me": "^1.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^5.2.1",
|
||||
"@antfu/eslint-config": "^5.4.1",
|
||||
"@headlessui/vue": "^1.7.23",
|
||||
"@iconify-json/carbon": "^1.2.13",
|
||||
"@iconify-json/fe": "^1.2.4",
|
||||
@@ -39,44 +39,46 @@
|
||||
"@iconify-json/mdi": "^1.2.3",
|
||||
"@iconify-json/ri": "^1.2.5",
|
||||
"@iconify-json/twemoji": "^1.2.4",
|
||||
"@nuxt/devtools": "^2.6.2",
|
||||
"@nuxt/eslint": "^1.8.0",
|
||||
"@nuxt/scripts": "^0.11.10",
|
||||
"@nuxt/devtools": "^2.6.5",
|
||||
"@nuxt/eslint": "^1.9.0",
|
||||
"@nuxt/scripts": "^0.12.1",
|
||||
"@nuxt/test-utils": "^3.19.2",
|
||||
"@nuxtjs/color-mode": "^3.5.2",
|
||||
"@pinia/nuxt": "^0.11.2",
|
||||
"@pinia/testing": "^1.0.2",
|
||||
"@tauri-apps/cli": "^2.7.1",
|
||||
"@unhead/vue": "^2.0.14",
|
||||
"@unocss/eslint-config": "^66.4.2",
|
||||
"@unocss/nuxt": "^66.4.2",
|
||||
"@tauri-apps/api": "^2.8.0",
|
||||
"@tauri-apps/cli": "^2.8.4",
|
||||
"@types/node": "^24.6.0",
|
||||
"@unhead/vue": "^2.0.17",
|
||||
"@unocss/eslint-config": "^66.5.2",
|
||||
"@unocss/nuxt": "^66.5.2",
|
||||
"@vite-pwa/nuxt": "^1.0.4",
|
||||
"@vue/test-utils": "^2.4.6",
|
||||
"@vueuse/nuxt": "^13.6.0",
|
||||
"@vueuse/nuxt": "^13.9.0",
|
||||
"@yunlefun/vue": "^0.1.1",
|
||||
"bumpp": "^10.2.3",
|
||||
"consola": "^3.4.2",
|
||||
"dexie": "^4.0.11",
|
||||
"eslint": "^9.33.0",
|
||||
"eslint-plugin-format": "^1.0.1",
|
||||
"fake-indexeddb": "^6.1.0",
|
||||
"jsdom": "^26.1.0",
|
||||
"lint-staged": "^16.1.5",
|
||||
"nuxt": "^4.0.3",
|
||||
"dexie": "^4.2.0",
|
||||
"eslint": "^9.36.0",
|
||||
"eslint-plugin-format": "^1.0.2",
|
||||
"fake-indexeddb": "^6.2.2",
|
||||
"jsdom": "^27.0.0",
|
||||
"lint-staged": "^16.2.3",
|
||||
"nuxt": "^4.1.2",
|
||||
"pinia": "^3.0.3",
|
||||
"sass": "^1.90.0",
|
||||
"serve": "^14.2.4",
|
||||
"sass": "^1.93.2",
|
||||
"serve": "^14.2.5",
|
||||
"simple-git-hooks": "^2.13.1",
|
||||
"star-markdown-css": "^0.5.3",
|
||||
"tsx": "^4.20.4",
|
||||
"tsx": "^4.20.6",
|
||||
"typescript": "^5.9.2",
|
||||
"unocss": "^66.4.2",
|
||||
"unocss": "^66.5.2",
|
||||
"vitest": "^3.2.4",
|
||||
"vue-tsc": "^3.0.5"
|
||||
"vue-tsc": "^3.1.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"unplugin": "^2.3.6",
|
||||
"vite": "^7.1.2"
|
||||
"unplugin": "^2.3.10",
|
||||
"vite": "^7.1.7"
|
||||
},
|
||||
"simple-git-hooks": {
|
||||
"pre-commit": "pnpm lint-staged"
|
||||
|
||||
Reference in New Issue
Block a user