erp-el-element/package.json

24 lines
543 B
JSON
Raw Normal View History

2024-05-06 14:57:20 +08:00
{
"name": "erp-element-ui",
2024-06-18 20:44:37 +08:00
"version": "1.0.29",
2024-05-06 14:57:20 +08:00
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "liunan",
"license": "ISC",
"peerDependencies": {
2024-05-07 10:34:16 +08:00
"element-ui": "^2.15.6",
2024-05-08 15:11:06 +08:00
"echarts":"^5.2.2",
"sortablejs":"^1.15.0",
2024-05-07 11:30:13 +08:00
"qrcodejs2":"^0.0.2",
"axios":"^0.18.1"
2024-05-06 14:57:20 +08:00
},
"homepage": "https://git.aiguoai.com/liunan/erp-el-element.git",
"repository": {
"type": "git",
"url": "github.com/ln1778/taro-server.git"
}
}