43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "uwuzu-light-client",
|
|
"description": "uwuzu軽量クライアント",
|
|
"private": true,
|
|
"version": "1.0.0-alpha.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@iconify/vue": "^5.0.0",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@types/semver": "^7.7.1",
|
|
"@vueuse/core": "^14.1.0",
|
|
"better-uwuzu-sdk": "git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.1.4",
|
|
"dexie": "^4.2.1",
|
|
"rehype-sanitize": "^6.0.0",
|
|
"rehype-stringify": "^10.0.1",
|
|
"remark-parse": "^11.0.0",
|
|
"remark-rehype": "^11.1.2",
|
|
"semver": "^7.7.3",
|
|
"unified": "^11.0.5",
|
|
"uuid": "^13.0.0",
|
|
"vite-plugin-pwa": "^1.2.0",
|
|
"vue": "^3.5.27"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@types/node": "^25.0.10",
|
|
"@vitejs/plugin-vue": "^6.0.3",
|
|
"@vue/tsconfig": "^0.8.1",
|
|
"@vueuse/head": "^2.0.0",
|
|
"tailwindcss": "^4.1.18",
|
|
"typescript": "~5.9.3",
|
|
"vite": "^7.3.1",
|
|
"vue-router": "^4.6.4",
|
|
"vue-tsc": "^3.2.3",
|
|
"zod": "^4.3.6"
|
|
}
|
|
}
|