sake-app/package.json
2023-08-01 22:57:00 +02:00

30 lines
681 B
JSON

{
"name": "sake-app",
"version": "0.1.0-dev",
"author": "Rodolphe Bréard <rodolphe@what.tf>",
"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",
"@vueuse/core": "^10.2.1",
"base32-encode": "^2.0.0",
"bulma": "^0.9.4",
"vue": "^3.3.4",
"vue-qrcode-reader": "^5.1.0",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"sass": "^1.64.1",
"vite": "^4.4.6"
}
}