UNPKG

1.07 kBJSONView Raw
1{
2 "name": "reactabular-table",
3 "version": "8.14.0",
4 "description": "Table components for Reactabular",
5 "scripts": {
6 "build": "rimraf ./dist && babel ./src --ignore __tests__ --out-dir ./dist",
7 "prepublish": "npm run build"
8 },
9 "files": [
10 "dist",
11 "CHANGELOG.md",
12 "LICENSE",
13 "README.md"
14 ],
15 "readmeFilename": "README.md",
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/reactabular/reactabular.git"
19 },
20 "keywords": [
21 "react",
22 "reactjs",
23 "table",
24 "tables",
25 "reactabular"
26 ],
27 "author": "Juho Vepsalainen <bebraw@gmail.com> (http://github.com/bebraw)",
28 "license": "MIT",
29 "bugs": {
30 "url": "https://github.com/reactabular/reactabular/issues"
31 },
32 "homepage": "http://reactabular.js.org/",
33 "main": "dist",
34 "module": "dist",
35 "jsnext:main": "dist",
36 "dependencies": {
37 "classnames": "^2.2.5"
38 },
39 "devDependencies": {
40 "babel-cli": "^6.11.4",
41 "rimraf": "^2.5.4"
42 },
43 "peerDependencies": {
44 "lodash": ">= 4.0.0 < 5.0.0",
45 "react": ">= 0.11.2 < 17.0.0"
46 }
47}