35 lines
809 B
JSON
35 lines
809 B
JSON
|
|
{
|
||
|
|
"name": "frontend",
|
||
|
|
"private": true,
|
||
|
|
"version": "0.0.0",
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite",
|
||
|
|
"build": "vue-tsc -b && vite build",
|
||
|
|
"preview": "vite preview"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@vueuse/core": "^14.3.0",
|
||
|
|
"axios": "^1.16.0",
|
||
|
|
"dompurify": "^3.4.2",
|
||
|
|
"lottie-web": "^5.13.0",
|
||
|
|
"lucide-vue-next": "^1.0.0",
|
||
|
|
"markdown-it": "^14.1.1",
|
||
|
|
"vue": "^3.5.34"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@tailwindcss/vite": "^4.3.0",
|
||
|
|
"@types/dompurify": "^3.0.5",
|
||
|
|
"@types/markdown-it": "^14.1.2",
|
||
|
|
"@types/node": "^24.12.3",
|
||
|
|
"@vitejs/plugin-vue": "^6.0.6",
|
||
|
|
"@vue/tsconfig": "^0.9.1",
|
||
|
|
"autoprefixer": "^10.5.0",
|
||
|
|
"postcss": "^8.5.14",
|
||
|
|
"tailwindcss": "^4.3.0",
|
||
|
|
"typescript": "~6.0.2",
|
||
|
|
"vite": "^8.0.12",
|
||
|
|
"vue-tsc": "^3.2.8"
|
||
|
|
}
|
||
|
|
}
|