-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
42 lines (42 loc) · 950 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
39
40
41
42
{
"name": "ts-react-json-table",
"version": "0.1.2",
"description": "",
"main": "dist/grid.js",
"scripts": {
"test": "gulp test",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/agracio/ts-react-json-table.git"
},
"keywords": [
"react",
"table",
"json"
],
"author": "Antonas Graciovas",
"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": "10.11.0",
"@types/react": "^16.8.19",
"chalk": "^2.4.2",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-minify": "^2.1.0",
"gulp-run": "^1.7.1",
"gulp-tsb": "^2.0.7",
"run-sequence": "^2.2.1",
"source-map-loader": "^0.2.4",
"typescript": "^3.5.1",
"webpack-stream": "^4.0.0"
},
"dependencies": {
"react": "^16.8.6"
}
}