31 lines
704 B
JSON
31 lines
704 B
JSON
|
|
{
|
||
|
|
"name": "mobile-integrataion-development",
|
||
|
|
"private": true,
|
||
|
|
"version": "0.0.0",
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite --host",
|
||
|
|
"build": "vue-tsc && vite build",
|
||
|
|
"preview": "vite preview"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@vueuse/core": "^10.11.0",
|
||
|
|
"lucide-vue-next": "^0.562.0",
|
||
|
|
"quill": "^2.0.2",
|
||
|
|
"uuid": "^9.0.1",
|
||
|
|
"vue": "^3.5.13"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/uuid": "^10.0.0",
|
||
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
||
|
|
"@vue/tsconfig": "^0.7.0",
|
||
|
|
"autoprefixer": "^10.4.23",
|
||
|
|
"postcss": "^8.5.6",
|
||
|
|
"tailwindcss": "^3.4.19",
|
||
|
|
"tailwindcss-animate": "^1.0.7",
|
||
|
|
"typescript": "~5.9.3",
|
||
|
|
"vite": "^6.2.0",
|
||
|
|
"vue-tsc": "^2.2.0"
|
||
|
|
}
|
||
|
|
}
|