{
  "name": "react-flex-data-table",
  "version": "2.1.2",
  "description": "A flexbox table for react and Bootstrap 4 grid.",
  "main": "lib/index.js",
  "scripts": {
    "start": "parcel example/src/index.html --out-dir example/dist --open",
    "build": "npm run clean && npm run build:js && npm run build:css",
    "build:js": "tsc --pretty",
    "build:css": "node-sass src/sass/ --output lib/css",
    "clean": "rimraf lib",
    "prepare": "npm run clean && npm run build",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/clinta74/react-flex-data-table.git"
  },
  "keywords": [
    "react",
    "table",
    "flexbox",
    "grid"
  ],
  "author": "Clint Andrews",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/clinta74/react-flex-data-table/issues"
  },
  "homepage": "https://github.com/clinta74/react-flex-data-table#readme",
  "peerDependecies": {
    "react": "^16.7.0",
    "react-dom": "^16.7.0"
  },
  "dependencies": {
    "@fortawesome/fontawesome-svg-core": "^1.2.35",
    "@fortawesome/free-solid-svg-icons": "^5.15.3",
    "@fortawesome/react-fontawesome": "^0.1.14",
    "@types/react-router-dom": "^5.1.7",
    "classnames": "^2.3.1",
    "lodash": "^4.17.21",
    "parcel-bundler": "^1.12.5",
    "react-router-dom": "^5.2.0"
  },
  "devDependencies": {
    "@types/classnames": "^2.2.11",
    "@types/jest": "^24.9.1",
    "@types/lodash": "^4.14.168",
    "@types/node": "^14.14.39",
    "@types/react": "^17.0.3",
    "@types/react-dom": "^17.0.3",
    "jest": "^25.5.4",
    "node-sass": "^6.0.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-hot-loader": "^4.13.0",
    "ts-jest": "^25.5.1",
    "typescript": "^4.2.4"
  },
  "jest": {
    "preset": "ts-jest",
    "testPathIgnorePatterns": [
      "/node_modules/",
      "/lib/"
    ]
  },
  "files": [
    "lib",
    "src"
  ]
}
