forked from dieface/ag-grid-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.48 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
{
"name": "ag-grid-react",
"version": "18.0.0",
"description": "ag-Grid React Component",
"main": "main.js",
"typings": "./main.d.ts",
"scripts": {
"build": "gulp",
"umd": "rollup -c"
},
"repository": {
"type": "git",
"url": "https://github.com/ag-grid/ag-grid-react.git"
},
"keywords": [
"react-component",
"grid",
"data",
"table",
"react"
],
"author": "Niall Crosby <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ag-grid/ag-grid-react/issues"
},
"homepage": "http://www.ag-grid.com/",
"dependencies": {
"prop-types": "15.6.0"
},
"devDependencies": {
"@types/ag-grid": "3.2.0",
"@types/react": "^16.0.20",
"@types/react-dom": "^16.0.2",
"ag-grid": "^18.0.0",
"gulp": "3.9.x",
"gulp-debug": "^3.2.0",
"gulp-header": "1.8.x",
"gulp-rename": "1.2.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-typescript": "3.1.x",
"merge2": "1.0.x",
"prop-types": "15.6.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-dom-factories": "^1.0.0",
"rollup": "^0.55.3",
"rollup-plugin-commonjs": "^8.3.0",
"rollup-plugin-typescript": "^0.8.1",
"rollup-plugin-uglify": "^3.0.0",
"rollup-stream": "^1.24.1",
"typescript": "2.5.x",
"vinyl-source-stream": "^2.0.0"
},
"peerDependencies": {
"ag-grid": "^18.0.0",
"react": "^15.5.0 || ^16.0.0",
"react-dom": "^15.5.0 || ^16.0.0",
"react-dom-factories": "^1.0.0"
}
}