sake-app/package.json

35 lines
812 B
JSON
Raw Normal View History

2023-07-26 19:33:29 +02:00
{
"name": "sake-app",
2023-09-26 14:17:12 +02:00
"version": "0.4.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-09-25 18:36:55 +02:00
"bootswatch": "^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": {
2023-09-24 00:01:16 +02:00
"@intlify/unplugin-vue-i18n": "^1.2.0",
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"
}
}