29 lines
609 B
JSON
29 lines
609 B
JSON
{
|
|
"name": "front",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"i": "^0.3.7",
|
|
"npm": "^10.5.2",
|
|
"simpledotcss": "^2.3.0",
|
|
"vue": "^3.4.21"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/mdi": "^1.1.66",
|
|
"@iconify/vue": "^4.1.1",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"sass": "^1.75.0",
|
|
"typescript": "^5.2.2",
|
|
"unplugin-icons": "^0.18.5",
|
|
"unplugin-vue-components": "^0.26.0",
|
|
"vite": "^5.2.0",
|
|
"vue-tsc": "^2.0.6"
|
|
}
|
|
}
|