-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.57 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
{
"name": "@alex-c/blueprint-datagrid",
"version": "0.4.0",
"description": "An enhanced table component for Blueprint 4.",
"main": "build/index.js",
"module": "build/index.es.js",
"types": "build/index.d.ts",
"files": [
"build"
],
"scripts": {
"build": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alex-c/blueprint-datagrid.git"
},
"keywords": [
"blueprint",
"blueprint.js",
"blueprintjs",
"table",
"datagrid",
"component",
"table-component",
"datagrid-component",
"react",
"react-component",
"blueprint-datagrid",
"blueprint-table"
],
"author": "Alexandre Charoy",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/alex-c/blueprint-datagrid/issues"
},
"homepage": "https://github.com/alex-c/blueprint-datagrid#readme",
"peerDependencies": {
"@blueprintjs/core": "^5.0.0",
"@blueprintjs/datetime2": "^2.2.10",
"@blueprintjs/icons": "^5.0.0",
"@blueprintjs/select": "^5.0.0",
"@types/react": "^16.14.32 || 17 || 18",
"react": "^16.8 || 17 || 18",
"react-dom": "^16.8 || 17 || 18"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.2",
"rollup-plugin-visualizer": "^5.6.0",
"sass": "^1.69.7",
"typescript": "^4.6.3"
}
}