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.
115 lines
3.2 KiB
115 lines
3.2 KiB
{
|
|
"_from": "vxe-pc-ui@^3.8.0",
|
|
"_id": "vxe-pc-ui@3.8.18",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-s+vXkpqG6xRqfwo729KNm18Ni8/2vwM3wx/kf8WhwUp89GLxH2gfVo8kNm7qDBmMS2MXrJpZ/93q1b41a78t+Q==",
|
|
"_location": "/vxe-pc-ui",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "vxe-pc-ui@^3.8.0",
|
|
"name": "vxe-pc-ui",
|
|
"escapedName": "vxe-pc-ui",
|
|
"rawSpec": "^3.8.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.8.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/vxe-table"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/vxe-pc-ui/-/vxe-pc-ui-3.8.18.tgz",
|
|
"_shasum": "aa73912ce6967e640afc4d9649dd5b5c81f8d6a1",
|
|
"_spec": "vxe-pc-ui@^3.8.0",
|
|
"_where": "D:\\code\\template-vue-antd\\node_modules\\vxe-table",
|
|
"author": {
|
|
"name": "Xu Liangzhan",
|
|
"email": "xu_liangzhan@163.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/x-extends/vxe-pc-ui/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@vxe-ui/core": "^3.2.10"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A vue based PC component library",
|
|
"devDependencies": {
|
|
"@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-router": "~5.0.0",
|
|
"@vue/cli-plugin-typescript": "~5.0.0",
|
|
"@vue/cli-plugin-vuex": "~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-sass": "^5.1.0",
|
|
"gulp-sourcemaps": "^3.0.0",
|
|
"gulp-typescript": "^5.0.1",
|
|
"gulp-uglify": "^3.0.2",
|
|
"sass": "^1.80.4",
|
|
"sass-loader": "^14.2.1",
|
|
"typescript": "~4.5.5",
|
|
"vue": "~2.6.14",
|
|
"vue-i18n": "^8.15.1",
|
|
"vue-router": "^3.5.1",
|
|
"vue-template-compiler": "2.6.14",
|
|
"vxe-table": "^3.17.8"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"es",
|
|
"src",
|
|
"helper",
|
|
"types",
|
|
"styles",
|
|
"packages"
|
|
],
|
|
"homepage": "https://github.com/x-extends/vxe-pc-ui#readme",
|
|
"jsdelivr": "lib/index.umd.js",
|
|
"keywords": [
|
|
"vxe",
|
|
"vxe-ui",
|
|
"vxe-component"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.common.js",
|
|
"module": "es/index.esm.js",
|
|
"name": "vxe-pc-ui",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/x-extends/vxe-pc-ui.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 index.ts",
|
|
"serve": "vue-cli-service serve",
|
|
"update": "npm install --legacy-peer-deps"
|
|
},
|
|
"style": "lib/style.css",
|
|
"typings": "types/index.d.ts",
|
|
"unpkg": "lib/index.umd.js",
|
|
"version": "3.8.18",
|
|
"vetur": {
|
|
"tags": "helper/vetur/tags.json",
|
|
"attributes": "helper/vetur/attributes.json"
|
|
}
|
|
}
|
|
|