64 lines
1.8 KiB
JSON
64 lines
1.8 KiB
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --port 3000 --host",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint src",
|
|
"clean": "rimraf dist"
|
|
},
|
|
"dependencies": {
|
|
"@deotaland/ui": "workspace:*",
|
|
"@deotaland/utils": "workspace:*",
|
|
"@element-plus/icons-vue": "^2.3.2",
|
|
"@google/genai": "^1.27.0",
|
|
"@splinetool/runtime": "^1.12.29",
|
|
"@twind/core": "^1.1.3",
|
|
"@twind/preset-autoprefix": "^1.0.7",
|
|
"@twind/preset-tailwind": "^1.1.4",
|
|
"@types/three": "^0.180.0",
|
|
"@vuelidate/core": "^2.0.3",
|
|
"@vuelidate/validators": "^2.0.4",
|
|
"@vueuse/core": "^14.1.0",
|
|
"country-state-city": "^3.2.1",
|
|
"dayjs": "^1.11.13",
|
|
"element-plus": "^2.11.7",
|
|
"install": "^0.13.0",
|
|
"jose": "^6.1.1",
|
|
"motion-v": "^1.7.4",
|
|
"normalize.css": "^8.0.1",
|
|
"nprogress": "^0.2.0",
|
|
"pinia": "^3.0.4",
|
|
"pinia-plugin-persistedstate": "^4.7.1",
|
|
"three": "^0.180.0",
|
|
"twind": "^0.16.19",
|
|
"vue": "^3.5.24",
|
|
"vue-countup-v3": "^1.4.2",
|
|
"vue-i18n": "^11.1.12",
|
|
"vue-router": "^4.6.3",
|
|
"vue-virtual-scroller": "^2.0.0-beta.8",
|
|
"vue3-lazyload": "^0.3.8"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/feather": "^1.2.1",
|
|
"@inspira-ui/plugins": "^0.0.1",
|
|
"@tailwindcss/postcss": "^4.1.17",
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"autoprefixer": "^10.4.22",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"postcss": "^8.5.6",
|
|
"tailwind-merge": "^3.4.0",
|
|
"tailwindcss": "^4.1.17",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"terser": "^5.44.1",
|
|
"unplugin-auto-import": "^20.2.0",
|
|
"unplugin-icons": "^22.5.0",
|
|
"unplugin-vue-components": "^30.0.0",
|
|
"vite": "^7.2.2"
|
|
}
|
|
}
|