-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.19 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
{
"name": "react-enterprise-table",
"version": "1.0.4",
"description": "Fully customizable Fastest Rendering Excel Style React Table supports Searching , Sorting, Filtering, Export , Import , Add, Edit and Delete",
"repository": {
"type": "git",
"url": "git+https://github.com/ineffablep/react-enterprise-table.git"
},
"author": {
"email": "[email protected]",
"name": "Sireesh Pangaluri"
},
"bugs": {
"email": "[email protected]",
"url": "https://github.com/ineffablep/react-enterprise-table/issues"
},
"keywords": [
"React",
"Table",
"Grid",
"JS",
"Data Grid",
"Data Table",
"Excel",
"Excel Table"
],
"dependencies": {
"dateformat": "^2.0.0",
"react": "^15.6.1",
"react-csv": "^1.0.8",
"react-dom": "^15.6.1",
"react-router-dom": "^4.2.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"cross-env": "^5.0.5",
"react-scripts": "1.0.13"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"es5": "cross-env NODE_ENV=production babel ./src/table/ -d npm"
}
}