-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.06 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
{
"name": "fg-grid-react-wrapper",
"version": "0.2.0",
"description": "React wrapper for fg-grid",
"type": "module",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"dependencies": {
"fg-grid": "^0.3.3",
"tslib": "^2.8.0"
},
"scripts": {
"build": "rollup -c"
},
"keywords": [
"fg",
"fg-grid",
"datagrid",
"data-grid",
"data grid",
"datatable",
"data-table",
"data table",
"grid",
"table",
"react",
"table",
"react",
"react data grid",
"react table"
],
"license": "MIT",
"author": "FancyGrid <support@fancygrid.com>",
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.0.0",
"rollup": "^3.20.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"typescript": "^5.0.0"
}
}