36 lines
723 B
JSON
36 lines
723 B
JSON
|
|
{
|
||
|
|
"name": "aigc-demo-frontend",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "AIGC Demo Frontend with Vue.js",
|
||
|
|
"main": "index.js",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite",
|
||
|
|
"build": "vite build",
|
||
|
|
"preview": "vite preview",
|
||
|
|
"serve": "vite preview"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@ant-design/icons-vue": "^7.0.1",
|
||
|
|
"ant-design-vue": "^4.2.6",
|
||
|
|
"axios": "^1.5.0",
|
||
|
|
"pinia": "^2.1.6",
|
||
|
|
"qrcode": "^1.5.3",
|
||
|
|
"vue": "^3.3.4",
|
||
|
|
"vue-i18n": "^9.8.0",
|
||
|
|
"vue-router": "^4.2.4"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@vitejs/plugin-vue": "^4.3.4",
|
||
|
|
"sass": "^1.66.1",
|
||
|
|
"terser": "^5.44.1",
|
||
|
|
"vite": "^4.4.9"
|
||
|
|
},
|
||
|
|
"keywords": [
|
||
|
|
"vue",
|
||
|
|
"frontend",
|
||
|
|
"aigc"
|
||
|
|
],
|
||
|
|
"author": "",
|
||
|
|
"license": "MIT"
|
||
|
|
}
|