{ "name": "ars-tools", "version": "0.0.1", "scripts": { "dev": "vite", "build": "vue-tsc --noEmit && vite build", "preview": "vite preview --host " }, "dependencies": { "@mdi/font": "7.0.96", "axios": "^1.6.2", "md-editor-v3": "^4.9.0", "mustache": "^4.2.0", "pinia": "^2.1.7", "roboto-fontface": "^0.10.0", "vue": "^3.3.11", "vue-router": "^4.2.5", "vuetify": "^3.4.7" }, "devDependencies": { "@babel/types": "^7.23.6", "@types/mustache": "^4.2.5", "@types/node": "^18.19.3", "@vitejs/plugin-vue": "^4.5.2", "typescript": "^5.3.3", "unplugin-fonts": "^1.1.1", "vite": "^4.5.1", "vite-plugin-vuetify": "^1.0.2", "vue-tsc": "^1.8.25" } }