迁移大屏UI库和应用

This commit is contained in:
aixianling
2022-03-25 11:09:26 +08:00
parent 60bd0b1dff
commit cc87206dbc
104 changed files with 7124 additions and 139 deletions

18
project/dvui/package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "dvcp-dv-ui",
"author": "kubbo",
"version": "2.0.1",
"description": "数据大屏UI库",
"main": "dist/index.js",
"publishConfig": {
"registry": "http://192.168.1.87:4873/"
},
"dependencies": {
"dvcp-ui": "^1.42.2",
"@amap/amap-jsapi-loader": "^1.0.1",
"@jiaminghi/data-view": "^2.10.0",
"gsap": "^3.7.1",
"video.js": "^6.13.0",
"videojs-contrib-hls": "^5.15.0"
}
}