@hsui/core
Version:
Hundsun frontend runtime core framework
40 lines (39 loc) • 797 B
JSON
{
"name": "@hsui/core",
"version": "1.9.0",
"description": "Hundsun frontend runtime core framework",
"keywords": [
"HUNDSUN",
"HUI",
"VUE",
"CORE"
],
"author": {
"name": "kawhi66",
"email": "kawhi_site@163.com",
"url": "https://kawhi.site"
},
"main": "dist/core.umd.min.js",
"module": "lib/index.js",
"sideEffects": false,
"files": [
"dist",
"lib"
],
"repository": {
"type": "git",
"url": "https://gitlab.hundsun.com/HUI/hui-pro.git"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"private": false,
"dependencies": {
"@babel/runtime": "7.18.9",
"@hsui/logger": "^1.2.0",
"@hsui/sdk": "^1.7.0",
"vue-router": "3.5.0"
},
"gitHead": "a76e0ff0ff0a73499f68c73334148237564a3e6e"
}