23 lines
435 B
JSON
23 lines
435 B
JSON
{
|
|
"name": "vnt-web-ui",
|
|
"private": true,
|
|
"version": "2.0.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"dependencies": {
|
|
"pinia": "catalog:",
|
|
"qrcode": "1.5.4",
|
|
"vue": "catalog:",
|
|
"vue-router": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "catalog:",
|
|
"@vitejs/plugin-vue": "catalog:",
|
|
"tailwindcss": "catalog:",
|
|
"vite": "catalog:"
|
|
}
|
|
}
|