SmartParks_uniapp/package.json
2025-06-19 14:44:00 +08:00

28 lines
617 B
JSON

{
"name": "Aidex",
"version": "2.3.0",
"description": "Aidex 移动端快速开发框架",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://gitee.com/aidex/aidex-uniapp.git"
},
"keywords": [
"Aidex",
"快速开发平台"
],
"author": "aidex",
"license": "MIT",
"bugs": {
"url": "https://github.com/aidex/aidex-uniapp/issues"
},
"homepage": "https://github.com/aidex/aidex-uniapp#readme",
"dependencies": {
"@icon-park/vue": "^1.3.5",
"vue-i18n": "^8.20.0"
}
}