hs-uii
Version:
87 lines (86 loc) • 1.96 kB
JSON
{
"name": "hs-uii",
"author": "zhoudakai",
"version": "0.1.46",
"private": false,
"main": "./dist/hs-uii.umd.js",
"module": "./dist/hs-uii.es.js",
"exports": {
".": {
"import": "./dist/hs-uii.es.js",
"require": "./dist/hs-uii.umd.js"
}
},
"description": "hs-uii",
"keywords": [
"vue",
"vue3",
"vuejs",
"vite",
"hs-ui",
"ui",
"vueui",
"vertical",
"horizontal"
],
"files": [
"dist/*"
],
"license": "MIT",
"homepage": "http://tomato.harsons.cn/app/hsui",
"scripts": {
"dev": "vite --port 3002",
"build": "vite build",
"build:html": "vite build --config ./build/build.js",
"preview": "vite preview",
"test": "jest --runInBand",
"cz": "git-cz"
},
"dependencies": {
"@lk77/vue3-color": "^3.0.6",
"@wangeditor/editor": "^5.1.0",
"@wangeditor/editor-for-vue": "^5.1.11",
"ant-design-vue": "^3.2.3",
"axios": "^0.27.2",
"crypto-js": "^4.1.1",
"highlight.js": "^11.4.0",
"jest": "26.6.3",
"md5": "^2.3.0",
"pinia": "^2.0.12",
"qs": "^6.10.3",
"sass": "^1.49.7",
"sass-loader": "^12.6.0",
"vite-plugin-md": "^0.12.4",
"vue": "^3.2.25",
"vuex": "^4.0.2",
"vue-router": "^4.0.14"
},
"peerDependencies": {
"ant-design-vue": ">=3.2.3",
"vue": ">=3.2.25",
"vue-router": ">=4.0.14"
},
"devDependencies": {
"@babel/preset-env": "^7.16.11",
"@vitejs/plugin-vue": "^2.0.0",
"@vue/reactivity": "^3.2.31",
"@vue/test-utils": "^2.0.0-rc.18",
"babel-jest": "26.*",
"babel-preset-vite": "^1.0.4",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.13.0",
"eslint-plugin-vue": "^8.6.0",
"less": "^4.1.2",
"vite": "^2.7.2",
"vue-jest": "^5.0.0-alpha.10"
},
"engines": {
"node": ">= 14"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}