sake-app/package.json
Rodolphe Bréard fcdddaf358 Add vue-router
2023-07-30 10:26:20 +02:00

26 lines
549 B
JSON

{
"name": "sake-app",
"version": "0.1.0",
"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": {
"bulma": "^0.9.4",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"sass": "^1.64.1",
"vite": "^4.4.6"
}
}