-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.62 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "@wocwin/t-antd-ui",
"version": "0.0.4",
"description": "Vue 中基于ant-design-vue二次封装基础组件文档",
"author": "wocwin <wocwin@163.com>",
"license": "MIT",
"private": false,
"main": "lib/t-antd-ui.umd.min.js",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"lib": "vue-cli-service build --target lib --name t-antd-ui --dest lib packages/index.js",
"clean": "rimraf lib",
"dist": "npm run clean && npm run lib && webpack --config build/webpack.conf.js",
"deploy": "deploy.sh"
},
"dependencies": {
"@vuepress-reco/vuepress-plugin-extract-code": "^1.0.4",
"ant-design-vue": "^1.7.8",
"axios": "^0.21.2",
"blueimp-md5": "^2.19.0",
"core-js": "^3.6.5",
"dayjs": "^1.8.33",
"es6-promise": "^4.2.8",
"highlight.js": "^10.1.1",
"js-cookie": "^2.2.1",
"jsencrypt": "3.0.0-rc.1",
"moment": "^2.29.3",
"path-to-regexp": "2.4.0",
"screenfull": "^4.2.0",
"sortablejs": "^1.15.0",
"vue": "2.6.14",
"vue-clipboard2": "^0.3.1",
"vue-draggable-resizable": "^2.3.0",
"vue-highlight.js": "^3.1.0",
"vue-property-decorator": "^8.4.1",
"vue-router": "^3.4.3",
"vue-seamless-scroll": "^1.1.23",
"vue-server-renderer": "2.6.14",
"vuedraggable": "^2.24.3",
"vuepress": "^1.5.2",
"vuepress-plugin-gotop-plus": "^1.0.4",
"vuex": "^3.5.1",
"xlsx": "^0.17.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.3",
"@vue/cli-plugin-eslint": "^4.5.3",
"@vue/cli-plugin-unit-mocha": "^4.5.3",
"@vue/cli-service": "^4.5.3",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/test-utils": "1.0.0-beta.31",
"babel-eslint": "^10.1.0",
"chai": "^4.1.2",
"css-loader": "^2.1.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"postcss": "^7.0.14",
"progress-bar-webpack-plugin": "^1.11.0",
"sass": "1.32.13",
"sass-loader": "^8.0.2",
"style-loader": "^0.23.1",
"vue-cli-plugin-element": "^1.0.1",
"vue-loader": "^15.7.0",
"vue-template-compiler": "2.6.14",
"vuepress-plugin-typescript": "^0.3.1",
"webpack": "^4.14.0",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.11",
"webpack-node-externals": "^1.7.2"
},
"repository": {
"type": "git",
"url": "https://github.com/wocwin/t-antd-ui.git"
},
"homepage": "https://wocwin.github.io/t-antd-ui/",
"keywords": [
"element-ui",
"element-plus",
"ant-design-vue",
"vue",
"wocwin",
"table",
"el-table",
"el-form",
"form",
"t-ui",
"二次封装组件",
"封装组件",
"components"
]
}