-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
33 lines (33 loc) · 920 Bytes
/
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
{
"name": "element-ui-edit-table",
"version": "1.0.0",
"description": "行内编辑",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lewiscutey/element-ui-edit-table.git"
},
"keywords": [
"edit-table"
],
"author": "lewis",
"license": "ISC",
"bugs": {
"url": "https://github.com/lewiscutey/element-ui-edit-table/issues"
},
"homepage": "https://github.com/lewiscutey/element-ui-edit-table#readme",
"dependencies": {
"babel-helper-vue-jsx-merge-props": "^2.0.2",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.4.3",
"babel-preset-es2015": "^6.24.1",
"element-ui": "^1.3.6",
"fis-parser-babel-6.x": "^6.24.1",
"fis3-parser-babel2": "^1.0.0",
"fis3-parser-vue-component": "^5.4.0",
"vue": "^2.3.4"
}
}