sake-app/package.json

24 lines
475 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": {
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.4.6"
}
}