{
  "name": "react-materialize",
  "version": "3.10.0",
  "description": "Material design components for react",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "files": [
    "LICENSE",
    "README.md",
    "lib"
  ],
  "scripts": {
    "test": "npm run test:unit",
    "test:unit": "jest",
    "test:unit:watch": "jest --watch",
    "pretest": "npm run lint",
    "storybook": "start-storybook -p 9001 -c .storybook",
    "build-storybook": "rm -rf docs && build-storybook -c .storybook -o docs",
    "build": "babel src --out-dir lib && npm run copy-types",
    "copy-types": "copyfiles -f types/components/*.d.ts lib",
    "lint": "eslint src test",
    "fix": "eslint src test --fix",
    "release": "npm run build && npm publish",
    "prettier": "prettier --write \"{src,test,stories}/**/*.js\"",
    "prepush": "npm run lint"
  },
  "engines": {
    "node": ">=8"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/react-materialize/react-materialize.git"
  },
  "keywords": [
    "material",
    "react",
    "materializecss",
    "react-component"
  ],
  "author": "Isaiah Peng <issaria@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/react-materialize/react-materialize/issues"
  },
  "jest": {
    "verbose": true,
    "setupFiles": [
      "<rootDir>/test/setup.js"
    ],
    "moduleDirectories": [
      "node_modules",
      "src"
    ]
  },
  "homepage": "https://github.com/react-materialize/react-materialize",
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.9.0",
    "@babel/preset-env": "^7.9.5",
    "@babel/preset-react": "^7.9.4",
    "@storybook/addon-actions": "^5.3.18",
    "@storybook/addon-info": "^5.3.18",
    "@storybook/addon-knobs": "^5.3.18",
    "@storybook/addon-notes": "^5.3.18",
    "@storybook/react": "^5.3.18",
    "@testing-library/react": "^10.4.9",
    "@types/classnames": "^2.2.10",
    "@types/react": "^17.0.30",
    "@types/react-dom": "^17.0.9",
    "babel-core": "^7.0.0-bridge.0",
    "babel-jest": "^23.6.0",
    "babel-loader": "^8.1.0",
    "copyfiles": "^2.4.1",
    "eslint": "^4.19.1",
    "eslint-config-prettier": "^2.10.0",
    "eslint-config-standard": "^6.0.0",
    "eslint-config-standard-react": "^7.0.2",
    "eslint-plugin-prettier": "^2.7.0",
    "eslint-plugin-promise": "^3.8.0",
    "eslint-plugin-react": "^7.19.0",
    "eslint-plugin-react-hooks": "^2.5.1",
    "eslint-plugin-standard": "^2.0.0",
    "husky": "^0.14.3",
    "jest": "^23.6.0",
    "jsdom": "^16.4.0",
    "materialize-css": "^1.0.0",
    "mutationobserver-shim": "^0.3.7",
    "prettier": "^1.19.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2"
  },
  "peerDependencies": {
    "react": "^17.0.2",
    "react-dom": "^17.0.2"
  },
  "dependencies": {
    "classnames": "^2.2.6"
  }
}
