-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
76 lines (76 loc) · 1.89 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": "revogrid",
"version": "4.10.29",
"description": "Data Grid Library on steroids - Revogrid",
"main": "index.js",
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/revolist/revogrid.git"
},
"keywords": [
"export",
"vuejs",
"typescript",
"reactive",
"grid",
"excel",
"filter",
"data-grid",
"virtual-scroll",
"datagrid",
"vuejs-components",
"react-virtualized",
"webcomponent",
"stenciljs",
"virtual-grid",
"vuegrid",
"revo-grid",
"excel-grid",
"infinity-grid",
"vuejs-grid"
],
"author": "Revolist OU",
"license": "MIT",
"bugs": {
"url": "https://github.com/revolist/revogrid/issues"
},
"homepage": "https://github.com/revolist/revogrid#readme",
"devDependencies": {
"csv-parse": "^5.5.6",
"execa": "^9.3.0",
"markdown-it": "^14.1.0",
"markdown-it-container": "^4.0.0",
"mermaid": "^10.9.1",
"sass": "^1.72.0",
"svg-parser": "^2.0.4",
"terser": "^5.31.6",
"vite-plugin-obfuscator": "^1.0.5",
"vite-svg-loader": "^5.1.0",
"vite-tsconfig-paths": "^5.0.1",
"vitepress": "^1.3.4",
"vitepress-plugin-mermaid": "^2.0.16",
"vitepress-plugin-tabs": "^0.5.0"
},
"dependencies": {
"@faker-js/faker": "^9.0.3",
"@revolist/react-datagrid": "^4.10.20",
"@revolist/revogrid-column-date": "^2.0.24",
"@revolist/revogrid-column-numeral": "^2.0.2",
"@revolist/revogrid-column-select": "^3.1.7",
"@revolist/vue3-datagrid": "4.10.29",
"@tanstack/react-table": "^8.20.5",
"@tanstack/vue-table": "^8.20.5",
"csv-parse": "^5.5.6",
"dotenv": "^16.4.5",
"formulajs": "^1.0.8",
"lodash": "npm:[email protected]",
"vue-github-button": "^3.1.3",
"xlsx": "^0.18.5"
}
}