-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.28 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.28 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
{
"name": "react-filterable-table",
"version": "0.3.443",
"description": "Extendable table with filtering, sorting, paging, and more",
"main": "dist/react-filterable-table.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ianwitherow/react-filterable-table.git"
},
"keywords": [
"react",
"table",
"filter",
"filterable",
"sort",
"sortable",
"json"
],
"dependencies": {
"npm": "^6.1.0",
"react-pager": "^1.3.2"
},
"peerDependencies": {
"react": ">=0.14.0 || >=15.0.0",
"react-dom": ">=0.14.0 || >=15.0.0"
},
"devDependencies": {
"babel-core": "^6.7.7",
"babel-loader": "^6.2.4",
"babel-plugin-transform-object-rest-spread": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-register": "^6.18.0",
"gulp": "^3.9.0",
"gulp-less": "^3.3.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"gulp-webpack": "^1.5.0",
"less": "^2.7.2",
"less-loader": "^2.2.3",
"webpack": "^1.13.0"
},
"resolutions": {
"graceful-fs": "^4.2.9"
},
"homepage": "https://github.com/ianwitherow/react-filterable-table",
"author": "Ian Witherow",
"license": "MIT"
}