mirror of
https://github.com/keven1024/015.git
synced 2026-05-26 15:13:30 +00:00
78 lines
2.4 KiB
JSON
78 lines
2.4 KiB
JSON
{
|
|
"name": "015-front",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/image": "^2.0.0",
|
|
"@nuxtjs/i18n": "^10.2.4",
|
|
"@pinia/nuxt": "^0.11.3",
|
|
"@tailwindcss/postcss": "^4.2.2",
|
|
"@tailwindcss/vite": "^4.2.2",
|
|
"@tanstack/vue-query": "^5.96.2",
|
|
"@tiptap/extension-blockquote": "^3.22.2",
|
|
"@tiptap/extension-bold": "^3.22.2",
|
|
"@tiptap/extension-bubble-menu": "^3.22.2",
|
|
"@tiptap/extension-heading": "^3.22.2",
|
|
"@tiptap/extension-italic": "^3.22.2",
|
|
"@tiptap/extension-paragraph": "^3.22.2",
|
|
"@tiptap/extension-placeholder": "^3.22.2",
|
|
"@tiptap/extension-strike": "^3.22.2",
|
|
"@tiptap/extension-text": "^3.22.2",
|
|
"@tiptap/pm": "^3.22.2",
|
|
"@tiptap/starter-kit": "^3.22.2",
|
|
"@tiptap/vue-3": "^3.22.2",
|
|
"@unovis/ts": "^1.6.4",
|
|
"@unovis/vue": "^1.6.4",
|
|
"@vee-validate/nuxt": "^4.15.1",
|
|
"@vee-validate/rules": "^4.15.1",
|
|
"axios": "^1.14.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"dayjs": "^1.11.20",
|
|
"filesize": "^10.1.6",
|
|
"hash-wasm": "^4.12.0",
|
|
"lodash-es": "^4.18.1",
|
|
"lucide-vue-next": "^0.542.0",
|
|
"markdown-it": "^14.1.1",
|
|
"motion-v": "^1.10.3",
|
|
"nanoid": "^5.1.7",
|
|
"nuxt": "4.4.2",
|
|
"nuxt-lucide-icons": "1.0.5",
|
|
"pinia": "^3.0.4",
|
|
"pixi.js": "^8.17.1",
|
|
"qrcode": "^1.5.4",
|
|
"reka-ui": "^2.9.3",
|
|
"shadcn-nuxt": "2.0.1",
|
|
"tailwind-merge": "^3.5.0",
|
|
"tailwindcss": "^4.2.2",
|
|
"tiptap-markdown": "^0.9.0",
|
|
"tw-animate-css": "^1.4.0",
|
|
"vaul-vue": "^0.4.1",
|
|
"vue": "^3.5.32",
|
|
"vue-router": "^4.6.4",
|
|
"vue-sonner": "^1.3.2",
|
|
"vue3-pixi": "1.0.0-beta.2"
|
|
},
|
|
"resolutions": {
|
|
"esbuild": "0.25.6"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/markdown-it": "^14.1.2",
|
|
"@types/qrcode": "^1.5.6",
|
|
"@vueuse/core": "^13.9.0",
|
|
"@vueuse/nuxt": "^13.9.0",
|
|
"typescript": "^5.9.3",
|
|
"vitest": "^4.1.3",
|
|
"vue3-pixi-nuxt": "1.0.0-beta.2"
|
|
}
|
|
}
|