- LICENSE 附录版权行由模板占位符改为 Copyright 2023-present vnt-dev - 各 Cargo.toml 与 package.json 补充 license = Apache-2.0
24 lines
462 B
JSON
24 lines
462 B
JSON
{
|
|
"name": "vnt-web-ui",
|
|
"private": true,
|
|
"license": "Apache-2.0",
|
|
"version": "2.0.2",
|
|
"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:"
|
|
}
|
|
}
|