-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
76 lines (76 loc) · 1.6 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
{
"name": "@revolist/vue-datagrid",
"version": "4.11.21",
"description": "Vue 2 DataGrid Spreadsheet component with native Vue 2 render support",
"types": "./dist/index.d.ts",
"type": "module",
"exports": {
".": {
"import": "./dist/vue-datagrid.js",
"require": "./dist/vue-datagrid.umd.cjs",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"scripts": {
"build": "vite build",
"dev": "vite",
"release": "npm run build && npm publish --public --tag pre-release"
},
"keywords": [
"revo-grid",
"revolist",
"csv",
"datagrid",
"datalist",
"datamanager",
"editable",
"excel",
"excel-grid",
"export",
"fast-grid",
"filtering",
"grid",
"grouping",
"infinity-grid",
"reactive",
"spreadsheet",
"stenciljs",
"storybook",
"treeview",
"virtualgrid",
"virtuallist",
"virtual",
"virtual-scroll",
"vue",
"vue-grid",
"vue-datagrid",
"vue2",
"vue2-datagrid"
],
"author": "revolist",
"repository": {
"type": "git",
"url": "git+https://github.com/revolist/vue-datagrid.git"
},
"bugs": {
"url": "https://github.com/revolist/revogrid/issues"
},
"homepage": "https://github.com/revolist/revogrid#readme",
"license": "MIT",
"dependencies": {
"@revolist/revogrid": "4.11.21"
},
"devDependencies": {
"@stencil/core": "^4.24.0",
"sass": "^1.79.3",
"typescript": "^5.0.4",
"vite": "^4.0.0",
"vite-plugin-dts": "^3.9.1",
"vite-plugin-vue2": "^2.0.3",
"vue-template-compiler": "^2.6.14",
"vue": "=2.6.14"
}
}