forked from glittershark/reactable
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.46 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.46 KB
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
{
"name": "reactable",
"version": "0.16.0",
"description": "Fast, flexible, simple data tables in React",
"main": "./lib/reactable.js",
"repository": {
"type": "git",
"url": "https://github.com/glittershark/reactable.git"
},
"bugs": {
"url": "https://github.com/glittershark/reactable/issues"
},
"author": "Griffin Smith",
"license": "MIT",
"homepage": "https://github.com/glittershark/reactable",
"scripts": {
"test": "./node_modules/grunt-cli/bin/grunt ci",
"build": "./node_modules/grunt-cli/bin/grunt build"
},
"peerDependencies": {
"react": "* || ^16.0.0",
"react-dom": "^16.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-jquery": "^2.0.0",
"es6-shim": "^0.35.3",
"grunt": "^0.4.4",
"grunt-babel": "^5.0.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-file-append": "0.0.6",
"grunt-karma": "^2.0.0",
"grunt-react": "^0.10.0",
"jquery": "^3.3.1",
"karma": "^1.6.0",
"karma-chrome-launcher": "^0.1.3",
"karma-firefox-launcher": "^0.1.3",
"karma-mocha": "^0.1.3",
"karma-phantomjs-launcher": "^1.0.4",
"karma-spec-reporter": "0.0.12",
"load-grunt-tasks": "^3.2.0",
"markdownlint": "0.0.7",
"mocha": "^1.18.2",
"prop-types": "^15.6.1",
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"keywords": [
"react-component",
"react",
"table",
"data-tables"
]
}