sake-app/package.json

34 lines
785 B
JSON
Raw Normal View History

2023-07-26 19:33:29 +02:00
{
"name": "sake-app",
2023-08-25 10:44:48 +02:00
"version": "0.3.0",
2023-07-26 19:48:07 +02:00
"author": "Rodolphe Bréard <rodolphe@what.tf>",
"license": "(MIT OR Apache-2.0)",
2023-07-26 19:33:29 +02:00
"private": true,
2023-07-26 19:48:07 +02:00
"repository": {
"type": "git",
"url": "https://github.com/breard-r/sake-app.git"
},
2023-07-26 19:33:29 +02:00
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
2023-07-30 12:42:18 +02:00
"@noble/hashes": "^1.3.1",
2023-09-23 19:12:01 +02:00
"@popperjs/core": "^2.11.8",
"@vueuse/core": "^10.2.1",
2023-07-30 12:42:18 +02:00
"base32-encode": "^2.0.0",
2023-09-23 19:12:01 +02:00
"bootstrap": "^5.3.2",
2023-07-30 10:26:20 +02:00
"vue": "^3.3.4",
2023-08-07 15:23:07 +02:00
"vue-i18n": "^9.2.2",
2023-07-30 20:37:07 +02:00
"vue-qrcode-reader": "^5.1.0",
2023-07-30 10:26:20 +02:00
"vue-router": "^4.2.4"
2023-07-26 19:33:29 +02:00
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^0.12.2",
2023-07-26 19:33:29 +02:00
"@vitejs/plugin-vue": "^4.2.3",
2023-07-26 20:30:40 +02:00
"sass": "^1.64.1",
2023-07-26 19:33:29 +02:00
"vite": "^4.4.6"
}
}