-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1 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
{
"name": "el-table-edit",
"version": "1.2.1",
"description": "一个基于element-ui的可编辑表格组件",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.config.js"
},
"keywords": [
"element-ui",
"el-table",
"edit",
"editor",
"form",
"async-validator"
],
"author": "caihai123",
"license": "ISC",
"devDependencies": {
"css-loader": "^4.2.1",
"mini-css-extract-plugin": "^0.10.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"terser-webpack-plugin": "^4.1.0",
"vue-loader": "^15.9.3",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"async-validator": "^1.8.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/caihai123/el-table-edit.git"
},
"bugs": {
"url": "https://github.com/caihai123/el-table-edit/issues"
},
"homepage": "https://github.com/caihai123/el-table-edit#readme"
}