{
  "name": "awesome-react-components",
  "version": "0.0.4",
  "description": "React Components created with new React APIs for best performance.",
  "homepage": "https://guonanci.github.io/awesome-react-components",
  "keywords": [
    "awesome-react-components",
    "react-components",
    "awesome-react",
    "react-typescript-components",
    "arc"
  ],
  "author": "guonanci <yiminanci@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/guonanci/awesome-react-components"
  },
  "bugs": {
    "url": "https://github.com/guonanci/awesome-react-components/issues"
  },
  "main": "lib/index.js",
  "module": "es/index.js",
  "files": [
    "dist",
    "lib",
    "es"
  ],
  "typings": "lib/index.d.ts",
  "peerDependencies": {
    "react": ">=16.6.3",
    "react-dom": ">=16.6.3"
  },
  "dependencies": {
    "babel-core": "^6.26.3",
    "babel-eslint": "^10.0.1",
    "babel-loader": "^8.0.4",
    "babel-plugin-import": "^1.11.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-2": "^6.24.1",
    "babel-register": "^6.26.0",
    "babel-runtime": "^6.26.0",
    "classnames": "^2.2.6",
    "lodash": "^4.17.11",
    "moment": "^2.22.2",
    "omit.js": "^1.0.0",
    "react-lazyload": "^2.3.0",
    "react-motion": "^0.5.2",
    "react-slick": "^0.23.2",
    "shallowequal": "^1.1.0",
    "warning": "^4.0.2"
  },
  "devDependencies": {
    "@types/classnames": "^2.2.6",
    "@types/jest": "^23.3.10",
    "@types/node": "^10.12.12",
    "@types/prop-types": "^15.5.6",
    "@types/react": "^16.7.11",
    "@types/react-dom": "^16.0.11",
    "@types/react-intl": "^2.3.14",
    "@types/react-motion": "^0.0.27",
    "@types/react-slick": "^0.23.2",
    "commander": "^2.19.0",
    "cross-env": "^5.2.0",
    "css-split-webpack-plugin": "^0.2.6",
    "delegate": "^3.2.0",
    "enquire-js": "^0.2.1",
    "enzyme": "^3.7.0",
    "enzyme-adapter-react-16": "^1.7.0",
    "eslint": "^5.9.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-plugin-babel": "^5.3.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jsx-a11y": "^6.1.2",
    "eslint-plugin-markdown": "^1.0.0-rc.0",
    "eslint-plugin-react": "^7.11.1",
    "eslint-tinker": "^0.5.0",
    "fetch-json": "^2.1.2",
    "glob": "^7.1.3",
    "immutability-helper": "^2.8.1",
    "intersection-observer": "^0.5.1",
    "jest": "^23.6.0",
    "jsdom": "^13.0.0",
    "jsonml.js": "^0.1.0",
    "lint-staged": "^8.1.0",
    "lz-string": "^1.4.4",
    "mockdate": "^2.0.2",
    "moment-timezone": "^0.5.23",
    "pre-commit": "^1.2.2",
    "preact": "^8.3.1",
    "preact-compat": "^3.18.4",
    "querystring": "^0.2.0",
    "react": "^16.7.0-alpha.2",
    "react-copy-to-clipboard": "^5.0.1",
    "react-dnd": "^7.0.1",
    "react-dnd-html5-backend": "^7.0.1",
    "react-document-title": "^2.0.3",
    "react-dom": "^16.7.0-alpha.2",
    "react-github-button": "^0.1.11",
    "react-infinite-scroller": "^1.2.2",
    "react-intl": "^2.7.2",
    "react-resizable": "^1.7.5",
    "react-router-dom": "^4.3.1",
    "react-sticky": "^6.0.3",
    "react-sublime-video": "^0.2.5",
    "react-virtualized": "^9.21.0",
    "remark-frontmatter": "^1.3.1",
    "remark-parse": "^6.0.3",
    "remark-stringify": "^6.0.4",
    "remark-yaml-config": "^4.0.3",
    "reqwest": "^2.0.5",
    "rimraf": "^2.6.2",
    "scrollama": "^1.4.4",
    "stylelint": "^9.9.0",
    "stylelint-config-standard": "^18.2.0",
    "ts-jest": "^23.10.5",
    "tslint": "^5.11.0",
    "tslint-config-prettier": "^1.17.0",
    "tslint-react": "^3.6.0",
    "typescript": "^3.2.1",
    "unified": "^7.0.2",
    "values.js": "^1.0.3",
    "webpackbar": "^3.1.3",
    "xhr-mock": "^2.4.1",
    "xhr2": "^0.1.4"
  },
  "scripts": {
    "tsc": "tsc",
    "test": "jest --config .jest.js",
    "test-node": "jest --config .jest.node.js",
    "test-all": "./scripts/test-all.sh",
    "lint": "npm run lint:ts && npm run lint:es && npm run lint:demo && npm run lint:style",
    "lint:ts": "npm run tsc && tslint",
    "lint:es": "eslint tests site scripts components ./.*.js ./webpack.config.js --ext '.js,.jsx'",
    "lint:demo": "cross-env RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'",
    "lint:style": "stylelint \"{site,components}/**/*.less\" --syntax less",
    "lint-fix:ts": "npm run tsc && tslint --fix",
    "lint-fix": "npm run lint-fix:code && npm run lint-fix:demo",
    "lint-fix:code": "eslint --fix tests site scripts components ./..*.js ./webpack.config.js --ext '.js,.jsx'",
    "lint-fix:demo": "eslint-tinker ./components/*/demo/*.md",
    "sort-api": "node ./scripts/sort-api-table.js",
    "lint-staged": "lint-staged",
    "lint-staged:ts": "tsc && node_modules/tslint/bin/tslint",
    "lint-staged:es": "eslint ./.*.js ./webpack.config.js",
    "lint-staged:demo": "cross-env RUN_ENV=DEMO eslint --ext '.md'"
  },
  "lint-staged": {
    "components/**/*.tsx": [
      "npm run lint-staged:ts"
    ],
    "{tests,site,scripts,components}/**/*.{js,jsx}": [
      "npm run lint-staged:es"
    ],
    "{site,components}/**/*.less": "stylelint --syntax less",
    "components/*/demo/*.md": [
      "npm run lint-staged:demo"
    ]
  },
  "pre-commit": [
    "lint-staged"
  ],
  "sideEffects": [
    "dist/*",
    "es/**/styles/*",
    "lib/**/styles/*"
  ]
}
