{
"name": "genui-sdk-homepage-web",
"private": true,
"version": "0.0.1",
"type": "module",
"main": "dist/index.js",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"build:web": "vue-tsc --noEmit && vite build --config vite-web.config.ts",
"preview": "vite preview"
},
"dependencies": {
"@opentiny/genui-sdk-vue": "1.1.0",
"@opentiny/tiny-robot-svgs": "^0.3.3",
"@opentiny/vue": "~3.28.0",
"@opentiny/vue-button": "~3.28.0",
"@opentiny/vue-button-group": "~3.28.0",
"@opentiny/vue-icon": "~3.28.0",
"@opentiny/vue-tag": "~3.28.0",
"@opentiny/vue-tooltip": "~3.28.0",
"highlight.js": "^11.5.1",
"vue": "~3.4.32"
},
"devDependencies": {
"@opentiny/vue-vite-import": "^1.2.0",
"@types/node": "^17.0.45",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/tsconfig": "^0.8.1",
"less": "^4.1.3",
"typescript": "~5.9.3",
"vite": "^7.2.4",
"vite-plugin-imagemin": "^0.6.1",
"vue-tsc": "^3.1.4"
}
}