1 | {
|
2 | "name": "vxe-table",
|
3 | "version": "4.6.25",
|
4 | "description": "一个基于 vue 的 PC 端表格组件,支持增删改查、虚拟树、列拖拽,懒加载、快捷菜单、数据校验、树形结构、打印导出、自定义模板、渲染器、JSON 配置式...",
|
5 | "scripts": {
|
6 | "update": "npm install --legacy-peer-deps",
|
7 | "serve": "vue-cli-service serve",
|
8 | "lint": "vue-cli-service lint",
|
9 | "build": "vue-cli-service build",
|
10 | "lib:modules": "gulp build",
|
11 | "lib:pack": "vue-cli-service build --target lib --name index --dest lib_temp index.ts",
|
12 | "lib": "npm run lib:pack && npm run lib:modules",
|
13 | "format": "eslint --fix examples/**/*.{js,ts,vue}"
|
14 | },
|
15 | "files": [
|
16 | "es",
|
17 | "lib",
|
18 | "types",
|
19 | "packages",
|
20 | "styles",
|
21 | "helper",
|
22 | "scripts"
|
23 | ],
|
24 | "main": "lib/index.common.js",
|
25 | "module": "es/index.esm.js",
|
26 | "unpkg": "lib/index.umd.js",
|
27 | "jsdelivr": "lib/index.umd.js",
|
28 | "style": "lib/style.css",
|
29 | "typings": "types/index.d.ts",
|
30 | "dependencies": {
|
31 | "dom-zindex": "^1.0.6",
|
32 | "xe-utils": "^3.5.31"
|
33 | },
|
34 | "devDependencies": {
|
35 | "@types/resize-observer-browser": "^0.1.11",
|
36 | "@typescript-eslint/eslint-plugin": "^6.21.0",
|
37 | "@typescript-eslint/parser": "^6.21.0",
|
38 | "@vue/cli-plugin-babel": "~5.0.0",
|
39 | "@vue/cli-plugin-eslint": "~5.0.0",
|
40 | "@vue/cli-plugin-router": "~5.0.0",
|
41 | "@vue/cli-plugin-typescript": "~5.0.0",
|
42 | "@vue/cli-plugin-vuex": "~5.0.0",
|
43 | "@vue/cli-service": "~5.0.0",
|
44 | "@vue/eslint-config-standard": "^6.1.0",
|
45 | "@vue/eslint-config-typescript": "^9.1.0",
|
46 | "core-js": "^3.8.3",
|
47 | "del": "^6.1.1",
|
48 | "eslint": "^7.32.0",
|
49 | "eslint-plugin-import": "^2.29.1",
|
50 | "eslint-plugin-node": "^11.1.0",
|
51 | "eslint-plugin-promise": "^6.1.1",
|
52 | "eslint-plugin-vue": "^8.0.3",
|
53 | "gulp": "^4.0.2",
|
54 | "gulp-autoprefixer": "^8.0.0",
|
55 | "gulp-babel": "^8.0.0",
|
56 | "gulp-clean-css": "^4.3.0",
|
57 | "gulp-concat": "^2.6.1",
|
58 | "gulp-rename": "^2.0.0",
|
59 | "gulp-replace": "^1.1.4",
|
60 | "gulp-sass": "^5.1.0",
|
61 | "gulp-sourcemaps": "^3.0.0",
|
62 | "gulp-typescript": "^5.0.1",
|
63 | "gulp-uglify": "^3.0.2",
|
64 | "postcss": "^8.4.38",
|
65 | "sass": "^1.80.4",
|
66 | "sass-loader": "^14.2.0",
|
67 | "typescript": "~4.5.5",
|
68 | "vue": "3.4.27",
|
69 | "vue-i18n": "^9.13.1",
|
70 | "vue-router": "^4.3.2",
|
71 | "vuex": "^4.1.0"
|
72 | },
|
73 | "peerDependencies": {
|
74 | "vue": "^3.2.28"
|
75 | },
|
76 | "vetur": {
|
77 | "tags": "helper/vetur/tags.json",
|
78 | "attributes": "helper/vetur/attributes.json"
|
79 | },
|
80 | "repository": {
|
81 | "type": "git",
|
82 | "url": "git+https://github.com/x-extends/vxe-table.git"
|
83 | },
|
84 | "keywords": [
|
85 | "vxe-table",
|
86 | "vxe-grid",
|
87 | "vue table",
|
88 | "vue grid"
|
89 | ],
|
90 | "author": {
|
91 | "name": "Xu Liangzhan",
|
92 | "email": "xu_liangzhan@163.com"
|
93 | },
|
94 | "license": "MIT",
|
95 | "bugs": {
|
96 | "url": "https://github.com/x-extends/vxe-table/issues"
|
97 | },
|
98 | "homepage": "https://vxetable.cn/"
|
99 | }
|