80 lines
2.1 KiB
JSON
80 lines
2.1 KiB
JSON
{
|
|
"name": "@vxe-ui/core",
|
|
"version": "4.2.12",
|
|
"description": "Vxe UI core library",
|
|
"scripts": {
|
|
"update": "npm install --legacy-peer-deps",
|
|
"lib:pack": "vue-cli-service build --target lib --name index --dest lib_temp packages/index.ts",
|
|
"lib:modules": "gulp build",
|
|
"lib": "npm run lib:pack && npm run lib:modules"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"es",
|
|
"src",
|
|
"types",
|
|
"packages"
|
|
],
|
|
"main": "lib/index.common.js",
|
|
"module": "es/index.esm.js",
|
|
"unpkg": "lib/index.umd.js",
|
|
"jsdelivr": "lib/index.umd.js",
|
|
"typings": "types/index.d.ts",
|
|
"peerDependencies": {
|
|
"vue": "^3.2.0"
|
|
},
|
|
"dependencies": {
|
|
"dom-zindex": "^1.0.6",
|
|
"xe-utils": "^3.7.9"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.12.12",
|
|
"@types/resize-observer-browser": "^0.1.11",
|
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
"@typescript-eslint/parser": "^6.21.0",
|
|
"@vue/cli-plugin-babel": "~5.0.0",
|
|
"@vue/cli-plugin-eslint": "~5.0.0",
|
|
"@vue/cli-plugin-typescript": "~5.0.0",
|
|
"@vue/cli-service": "~5.0.0",
|
|
"@vue/eslint-config-standard": "^6.1.0",
|
|
"@vue/eslint-config-typescript": "^9.1.0",
|
|
"core-js": "^3.8.3",
|
|
"del": "^6.1.1",
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-vue": "^8.0.3",
|
|
"gulp": "^4.0.2",
|
|
"gulp-autoprefixer": "^8.0.0",
|
|
"gulp-babel": "^8.0.0",
|
|
"gulp-clean-css": "^4.3.0",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-rename": "^2.0.0",
|
|
"gulp-replace": "^1.1.4",
|
|
"gulp-sourcemaps": "^3.0.0",
|
|
"gulp-typescript": "^5.0.1",
|
|
"gulp-uglify": "^3.0.2",
|
|
"postcss": "^8.4.38",
|
|
"typescript": "~4.7.4",
|
|
"vue": "3.4.27"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/x-extends/vxe-core.git"
|
|
},
|
|
"keywords": [
|
|
"vxe",
|
|
"vxe-core",
|
|
"vxe-ui"
|
|
],
|
|
"author": {
|
|
"name": "Xu Liangzhan",
|
|
"email": "xu_liangzhan@163.com"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/x-extends/vxe-core/issues"
|
|
}
|
|
}
|