ai-ground-quasar/package.json
2024-05-31 11:00:42 +08:00

40 lines
971 B
JSON

{
"name": "stablediffusion",
"version": "0.0.1",
"description": "A Quasar Project",
"productName": "FOCHAIN-AICG",
"author": "scout <1134087124@qq.com>",
"private": true,
"scripts": {
"test": "echo \"No test specified\" && exit 0",
"dev": "quasar dev",
"build": "quasar build"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.1",
"@quasar/extras": "^1.16.4",
"animate.css": "^4.1.1",
"axios": "^1.2.1",
"moment": "^2.30.1",
"quasar": "^2.8.0",
"vue": "^3.4.18",
"vue-i18n": "^9.0.0",
"vue-router": "^4.0.12",
"vue3-lazyload": "^0.3.8"
},
"devDependencies": {
"@intlify/vite-plugin-vue-i18n": "^3.3.1",
"@quasar/app-vite": "^1.8.0",
"autoprefixer": "^10.4.19",
"naive-ui": "^2.38.1",
"postcss": "^8.4.38",
"unplugin-auto-import": "^0.17.5",
"vfonts": "^0.0.3"
},
"engines": {
"node": "^20 || ^18 || ^16",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}