forked from revolist/revogrid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 2.42 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "@revolist/revogrid",
"version": "3.7.2",
"description": "Virtual reactive data grid component - RevoGrid.",
"license": "MIT",
"directories": {
"doc": "docs"
},
"author": "revolist",
"homepage": "https://github.com/revolist/revogrid#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/revolist/revogrid.git"
},
"bugs": {
"url": "https://github.com/revolist/revogrid/issues"
},
"keywords": [
"revo-grid",
"revolist",
"datagrid",
"storybook",
"stenciljs",
"reactive",
"grid",
"datagrid",
"virtualgrid",
"virtual",
"vue",
"react",
"react-grid",
"vue-grid",
"vue-datagrid",
"fast-grid",
"excel-grid",
"editable",
"excel",
"export",
"filtering"
],
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/revo-grid/revo-grid.js",
"files": [
"dist/",
"loader/",
"custom-element/"
],
"scripts": {
"build": "stencil build --prod --docs",
"build:demo": "cd ./demo/ && rm -rf node_modules && npm i && npm run build",
"serve": "stencil build --dev --watch --serve",
"generate": "stencil generate",
"deploy": "git submodule update && npm run build:demo && gh-pages -d ./demo/src/.vuepress/dist",
"prettier": "npx prettier --write ./src"
},
"devDependencies": {
"@types/lodash": "^4.14.182",
"@angular/core": "^14.1.2",
"@juggle/resize-observer": "^3.3.1",
"@stencil/angular-output-target": "0.4.0",
"@stencil/core": "2.17.3",
"@stencil/react-output-target": "0.3.1",
"@stencil/sass": "^1.5.2",
"@stencil/store": "^1.3.0",
"@stencil/svelte-output-target": "0.0.3",
"@stencil/vue-output-target": "^0.8.6",
"@types/events": "^3.0.0",
"@types/jest": "^26.0.20",
"@types/node": "^18.7.2",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/resize-observer-browser": "^0.1.7",
"gh-pages": "^4.0.0",
"jest": "26.0.1",
"jest-cli": "26.0.1",
"prettier": "2.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rxjs": "^6.6.3",
"svelte": "^3.49.0",
"typescript": "^4.7.4",
"vue": "^3.3.4"
},
"dependencies": {
"lodash": "^4.17.20"
}
}