You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
107 lines
3.0 KiB
107 lines
3.0 KiB
{
|
|
"_from": "@vxe-ui/core@^3.2.10",
|
|
"_id": "@vxe-ui/core@3.2.10",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-MDNvMku5VMvOvRgkCVV67eVcuGHis98uXKTX80WjC18TMTM05Ii2eTUvEVK7ObUIwKD7IfDk7TnOdkNI6xV5vQ==",
|
|
"_location": "/@vxe-ui/core",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@vxe-ui/core@^3.2.10",
|
|
"name": "@vxe-ui/core",
|
|
"escapedName": "@vxe-ui%2fcore",
|
|
"scope": "@vxe-ui",
|
|
"rawSpec": "^3.2.10",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.2.10"
|
|
},
|
|
"_requiredBy": [
|
|
"/vxe-pc-ui"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@vxe-ui/core/-/core-3.2.10.tgz",
|
|
"_shasum": "dfecd48fe4196e930500c4d347b51117d2168158",
|
|
"_spec": "@vxe-ui/core@^3.2.10",
|
|
"_where": "D:\\code\\template-vue-antd\\node_modules\\vxe-pc-ui",
|
|
"author": {
|
|
"name": "Xu Liangzhan",
|
|
"email": "xu_liangzhan@163.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/x-extends/vxe-core/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"dom-zindex": "^1.0.6",
|
|
"xe-utils": "^3.7.8"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Vxe UI core library",
|
|
"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.9.5",
|
|
"vue": "~2.6.14",
|
|
"vue-template-compiler": "2.6.14"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"es",
|
|
"src",
|
|
"types",
|
|
"packages"
|
|
],
|
|
"homepage": "https://github.com/x-extends/vxe-core#readme",
|
|
"jsdelivr": "lib/index.umd.js",
|
|
"keywords": [
|
|
"vxe",
|
|
"vxe-core",
|
|
"vxe-ui"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.common.js",
|
|
"module": "es/index.esm.js",
|
|
"name": "@vxe-ui/core",
|
|
"peerDependencies": {
|
|
"vue": "^2.6.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/x-extends/vxe-core.git"
|
|
},
|
|
"scripts": {
|
|
"lib": "npm run lib:pack && npm run lib:modules",
|
|
"lib:modules": "gulp build",
|
|
"lib:pack": "vue-cli-service build --target lib --name index --dest lib_temp packages/index.ts",
|
|
"update": "npm install --legacy-peer-deps"
|
|
},
|
|
"typings": "types/index.d.ts",
|
|
"unpkg": "lib/index.umd.js",
|
|
"version": "3.2.10"
|
|
}
|
|
|