-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 2.32 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "vue-table-view",
"version": "0.1.0-beta.9",
"description": "One line html's advance vue table component",
"license": "MIT",
"private": false,
"main": "./dist/vue-table-view.umd.js",
"module": "./dist/vue-table-view.es.js",
"types": "./types/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/van-fe/vue-table-view.git"
},
"bugs": {
"url": "https://github.com/van-fe/vue-table-view/issues"
},
"homepage": "https://van-fe.github.io/vue-table-view/",
"scripts": {
"build": "npm run build:types && npm run build:js",
"build:watch": "npm run build:types && npm run build:js-watch",
"build:types": "rm -rf types && tsc -d --emitDeclarationOnly --declarationDir ./types",
"build:js": "vite build",
"build:js-watch": "vite build --watch",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"pub": "pnpm publish"
},
"devDependencies": {
"element-ui": "^2.15.6",
"lodash-es": "^4.17.21",
"vue": "^2.6.11",
"vxe-table": "^3.4.6",
"xe-utils": "^3.4.0",
"@types/lodash-es": "^4.17.5",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.2.22",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"axios": "^0.26.0",
"babel-plugin-component": "^1.1.1",
"babel-plugin-import": "^1.13.3",
"element-theme-chalk": "^2.15.6",
"es6-mock": "^2.6.2",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "6.2.0",
"fork-ts-checker-webpack-plugin": "^6.4.0",
"hard-source-webpack-plugin": "^0.13.1",
"markdown-it-task-lists": "^2.1.1",
"mockjs": "^1.1.0",
"postcss": "^7.0.39",
"prettier": "^2.2.1",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"tslib": "^2.3.1",
"typescript": "^4.4.4",
"vite": "^2.7.2",
"vite-plugin-vue2": "^1.9.2",
"vue-class-component": "^7.2.3",
"vue-eslint-parser": "^8.2.0",
"vue-property-decorator": "^9.1.2",
"vuepress": "^1.9.7"
}
}