-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 852 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 852 Bytes
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
{
"name": "fancygrid-react",
"version": "1.0.20",
"description": "React components to generate interactive javascript grids using the FancyGrid library",
"main": "dist/fancygrid-react.js",
"author": "FancyGrid",
"homepage": "https://fancygrid.com",
"scripts": {
"build": "gulp && gulp prod"
},
"keywords": [
"react",
"react-component",
"grid",
"grids",
"table",
"javascript",
"fancygrid"
],
"license": "Commercial",
"devDependencies": {
"@babel/core": "^7.12.7",
"@babel/preset-env": "^7.12.7",
"fancygrid": "^1.7.139",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-react": "^4.0.0",
"gulp-uglify": "^3.0.2",
"react": "^16.2.0"
},
"peerDependencies": {
"fancygrid": "^1.7.129"
},
"types": "./dist/fancygrid-react.d.ts"
}