sake-app/package.json

30 lines
642 B
JSON
Raw Normal View History

2023-07-26 19:33:29 +02:00
{
"name": "sake-app",
2023-07-26 19:48:07 +02:00
"version": "0.1.0",
"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",
"@vueuse/core": "^10.2.1",
2023-07-30 12:42:18 +02:00
"base32-encode": "^2.0.0",
2023-07-26 20:30:40 +02:00
"bulma": "^0.9.4",
2023-07-30 10:26:20 +02:00
"vue": "^3.3.4",
"vue-router": "^4.2.4"
2023-07-26 19:33:29 +02:00
},
"devDependencies": {
"@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"
}
}