forked from cscan/vue3-excel-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.05 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
{
"name": "vue3-excel-editor",
"email": "[email protected]",
"description": "Vue3 plugin for displaying and editing the array-of-object in Excel style",
"version": "1.0.21",
"main": "src/main.js",
"dependencies": {
"@vuepic/vue-datepicker": "^3.3.0",
"vuedraggable": "^4.1.0",
"xlsx": "^0.18.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cscan/vue3-excel-editor.git"
},
"keywords": [
"vue",
"vue3",
"vuejs",
"excel",
"data",
"grid",
"table",
"v-model",
"editor",
"editable",
"javascript",
"DHTML",
"no-jquery",
"grid-editor",
"online-editor",
"data-grid",
"data-table",
"spreadsheet",
"tabular-data",
"edit-cell",
"editable-table",
"data-spreadsheet",
"bootstrap",
"responsive",
"navigatable",
"contenteditable"
],
"author": "Kenneth Cheng",
"license": "MIT",
"bugs": {
"url": "https://github.com/cscan/vue3-excel-editor/issues"
},
"homepage": "https://github.com/cscan/vue3-excel-editor"
}