-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
38 lines (38 loc) · 837 Bytes
/
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
{
"name": "ts-react-json-table",
"version": "0.1.5",
"description": "",
"main": "dist/grid.js",
"types": "ts-react-json-table.d.ts",
"scripts": {
"build": "tsc",
"webpack": "gulp webpack",
"pack": "gulp pack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/agracio/ts-react-json-table.git"
},
"keywords": [
"react",
"table",
"json"
],
"author": "agracio",
"license": "MIT",
"bugs": {
"url": "https://github.com/agracio/ts-react-json-table/issues"
},
"homepage": "https://github.com/agracio/ts-react-json-table",
"devDependencies": {
"@types/node": "^22.13.4",
"@types/react": "^19.0.9",
"chalk": "^4.1.2",
"gulp": "^5.0.0",
"typescript": "^5.7.3",
"webpack-cli": "^6.0.1"
},
"dependencies": {
"react": "^19.0.0"
}
}