{ "name": "sake-app", "version": "0.5.0", "author": "Rodolphe Bréard ", "license": "(MIT OR Apache-2.0)", "private": true, "repository": { "type": "git", "url": "https://github.com/breard-r/sake-app.git" }, "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "dependencies": { "@noble/hashes": "^1.3.1", "@popperjs/core": "^2.11.8", "@vueuse/core": "^10.2.1", "base32-encode": "^2.0.0", "bootstrap": "^5.3.2", "bootswatch": "^5.3.2", "vue": "^3.3.4", "vue-i18n": "^9.2.2", "vue-qrcode-reader": "^5.1.0", "vue-router": "^4.2.4" }, "devDependencies": { "@intlify/unplugin-vue-i18n": "^1.2.0", "@vitejs/plugin-vue": "^4.2.3", "sass": "^1.64.1", "vite": "^4.4.6" } }