mirror of
https://github.com/guggero/chantools.git
synced 2026-08-18 13:09:17 +02:00
21 lines
432 B
JSON
21 lines
432 B
JSON
{
|
|
"name": "chantools-command-generator",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.11.8",
|
|
"bootstrap": "^5.3.8",
|
|
"vue": "^3.2.37"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^6.0.0",
|
|
"vite": "^7.1.0",
|
|
"vite-plugin-singlefile": "^2.3.0"
|
|
}
|
|
}
|