metro/package.json

29 lines
616 B
JSON
Raw Normal View History

2024-03-16 15:20:31 +03:00
{
"name": "metro",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
2024-03-23 20:40:37 +03:00
"@mdi/font": "^7.4.47",
2024-03-16 15:20:31 +03:00
"@svgdotjs/svg.js": "^3.2.0",
2024-03-21 21:03:02 +03:00
"@vueuse/core": "^10.9.0",
2024-03-25 10:17:19 +03:00
"flatted": "^3.3.1",
2024-03-22 17:41:21 +03:00
"pinia": "^2.1.7",
2024-03-16 15:20:31 +03:00
"vue": "^3.3.11",
2024-03-24 16:55:39 +03:00
"vue-i18n": "^9.10.2",
2024-03-16 15:20:31 +03:00
"vuetify": "^3.5.9"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.2",
2024-03-23 20:40:37 +03:00
"material-design-icons-iconfont": "^6.7.0",
2024-03-16 15:20:31 +03:00
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vue-tsc": "^1.8.25"
}
}