{
  "name": "reactjs-admin-lte",
  "version": "0.6.0",
  "description": "Admin LTE components build with React",
  "repository": {
    "type": "git",
    "url": "https://github.com/react-admin-lte/reactjs-admin-lte.git"
  },
  "license": "MIT",
  "scripts": {
    "build": "tsc",
    "prepublish": "yarn run build",
    "test": "node scripts/test.js --env=jsdom"
  },
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "peerDependencies": {
    "@react-bootstrap/pagination": "^1.0.0",
    "react": ">=0.14.0",
    "react-bootstrap": ">=0.30.0",
    "react-dom": ">=0.14.0",
    "react-fontawesome": ">=1.1.0"
  },
  "dependencies": {
    "classnames": "^2.2.5",
    "prop-types": "^15.6.0"
  },
  "devDependencies": {
    "@react-bootstrap/pagination": "^1.0.0",
    "@types/classnames": "^2.2.3",
    "@types/enzyme": "^3.1.9",
    "@types/jest": "^22.1.3",
    "@types/prop-types": "^15.5.2",
    "@types/react": "^16.0.38",
    "@types/react-bootstrap": "^0.32.4",
    "@types/react-fontawesome": "^1.6.2",
    "@types/react-test-renderer": "^16.0.1",
    "enzyme": "^3.3.0",
    "enzyme-adapter-react-16": "^1.1.1",
    "jest": "^22.4.2",
    "react": "^16.2.0",
    "react-addons-test-utils": "^15.6.2",
    "react-bootstrap": "^0.32.1",
    "react-dom": "^16.2.0",
    "react-fontawesome": "^1.6.1",
    "react-test-renderer": "^16.2.0",
    "ts-jest": "^22.4.0",
    "typescript": "^2.7.2"
  },
  "jest": {
    "transform": {
      "^.+\\.tsx?": "<rootDir>/node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "json"
    ],
    "testPathIgnorePatterns": [
      "<rootDir>/lib/"
    ],
    "setupTestFrameworkScriptFile": "<rootDir>/src/setupTests.ts"
  }
}
