{
  "name": "react-pure-loaders",
  "version": "3.0.1",
  "description": "React PureComponent loading animations ",
  "main": "build/index.js",
  "umd:main": "build/umd/react-pure-loaders.production.min.js",
  "module": "build/es/index.js",
  "typings": "build/index.d.ts",
  "files": [
    "build"
  ],
  "repository": "git@github.com:jameswlane/react-pure-loaders.git",
  "author": "James W. Lane <james.w.lane@mac.com>",
  "license": "MIT",
  "scripts": {
    "build": "npm run build:cjs && npm run build:esm && npm run build:es && npm run build:umd && npm run build:types",
    "build:cjs": "cross-env NODE_ENV=production BABEL_ENV=cjs babel src --out-dir build --extensions \".ts,.tsx\"",
    "build:esm": "cross-env NODE_ENV=production BABEL_ENV=esm babel src --out-dir ./build/esm --extensions \".ts,.tsx\"",
    "build:es": "cross-env NODE_ENV=production BABEL_ENV=es babel src --out-dir ./build/es --extensions \".ts,.tsx\"",
    "build:umd": "cross-env BABEL_ENV=production-umd rollup -c rollup.config.js",
    "build:types": "tsc --emitDeclarationOnly",
    "now-build": "build-storybook -o ./public",
    "now-dev": "start-storybook -s ./public -p $PORT",
    "type-check": "tsc --noEmit",
    "type-check:watch": "npm run type-check -- --watch",
    "clean": "rimraf build coverage",
    "commit": "git-cz",
    "contributors:add": "all-contributors add",
    "contributors:generate": "all-contributors generate",
    "semantic-release": "semantic-release",
    "storybook": "start-storybook -s ./public -p 9001",
    "build-storybook": "build-storybook -o ./public",
    "gh-pages": "npm run build-storybook -o ./public && gh-pages -d public && rm -rf public",
    "test": "jest",
    "test:ci": "jest --maxWorkers=4",
    "test:coverage": "jest --coverage",
    "test:coverage:ci": "jest --coverage --maxWorkers=4",
    "test:coverage:codecov": "codecov",
    "eslint": "eslint src/**/*.{ts,tsx}",
    "eslint:fix": "eslint --fix src/**/*.{ts,tsx}",
    "verify": "npm run verify:npmvet && npm run verify:david && npm run verify:tscheck && npm run eslint && npm run test && npm run type-check",
    "verify:circleci": "circleci config validate -c .circleci/config.yml",
    "verify:david": "npx david",
    "verify:npmvet": "npx npmvet --renderer ci --strict",
    "verify:tscheck": "npx typesync",
    "snyk-protect": "snyk protect",
    "prepublish": "npm run snyk-protect"
  },
  "keywords": [
    "animation",
    "animations",
    "busy",
    "component",
    "css",
    "css-in-js",
    "emotion",
    "idle",
    "indicator",
    "load",
    "loader",
    "loaders",
    "loading",
    "loading-animations",
    "loading-indicator",
    "loading-page",
    "loading-screen",
    "loading-spinner",
    "loadingview",
    "loadingscreen",
    "progress",
    "progress-circle",
    "progress-indicators",
    "progress-loader",
    "react",
    "react-component",
    "spinner",
    "spinners",
    "wait"
  ],
  "bugs": {
    "url": "https://github.com/jameswlane/react-pure-loaders/issues"
  },
  "homepage": "https://github.com/jameswlane/react-pure-loaders#readme",
  "devDependencies": {
    "@babel/cli": "7.6.4",
    "@babel/core": "7.6.4",
    "@babel/plugin-proposal-class-properties": "7.5.5",
    "@babel/plugin-proposal-object-rest-spread": "7.6.2",
    "@babel/plugin-transform-react-constant-elements": "7.6.3",
    "@babel/plugin-transform-runtime": "7.6.2",
    "@babel/preset-env": "7.6.3",
    "@babel/preset-react": "7.6.3",
    "@babel/preset-typescript": "7.6.0",
    "@commitlint/cli": "8.2.0",
    "@commitlint/config-conventional": "8.2.0",
    "@storybook/addon-backgrounds": "5.2.4",
    "@storybook/addon-centered": "5.2.4",
    "@storybook/addon-knobs": "5.2.4",
    "@storybook/addon-options": "5.2.4",
    "@storybook/addons": "5.2.4",
    "@storybook/react": "5.2.4",
    "@testing-library/jest-dom": "4.1.2",
    "@testing-library/react": "9.3.0",
    "@types/acorn": "4.0.5",
    "@types/babel__core": "7.1.3",
    "@types/chance": "1.0.7",
    "@types/eslint": "6.1.2",
    "@types/marked": "0.6.5",
    "@types/react": "16.9.7",
    "@types/react-dom": "16.9.2",
    "@types/rimraf": "2.0.2",
    "@types/rollup-plugin-node-globals": "1.4.0",
    "@types/rollup-plugin-peer-deps-external": "2.2.0",
    "@types/rollup-plugin-size-snapshot": "0.10.0",
    "@types/semantic-release": "15.13.0",
    "@types/storybook-readme": "5.0.3",
    "@types/storybook__react": "4.0.2",
    "@types/testing-library__react": "9.1.2",
    "@typescript-eslint/eslint-plugin": "2.4.0",
    "@typescript-eslint/parser": "2.4.0",
    "acorn": "7.1.0",
    "all-contributors-cli": "6.9.1",
    "awesome-typescript-loader": "5.2.1",
    "babel-loader": "8.0.6",
    "chance": "1.1.3",
    "codecov": "3.6.1",
    "commitizen": "4.0.3",
    "coveralls": "3.0.7",
    "cross-env": "6.0.3",
    "cz-conventional-changelog": "3.0.2",
    "eslint": "6.5.1",
    "eslint-config-airbnb": "18.0.1",
    "eslint-plugin-import": "2.18.2",
    "eslint-plugin-jest": "22.19.0",
    "eslint-plugin-jsx-a11y": "6.2.3",
    "eslint-plugin-react": "7.16.0",
    "eslint-plugin-react-hooks": "2.1.2",
    "husky": "3.0.9",
    "jest": "24.9.0",
    "jest-emotion": "10.0.17",
    "lint-staged": "9.4.2",
    "marked": "0.7.0",
    "opt-cli": "1.6.0",
    "react": "16.10.2",
    "react-docgen-typescript-loader": "3.3.0",
    "react-dom": "16.10.2",
    "rimraf": "3.0.0",
    "rollup": "1.24.0",
    "rollup-plugin-babel": "4.3.3",
    "rollup-plugin-commonjs": "10.1.0",
    "rollup-plugin-node-globals": "1.4.0",
    "rollup-plugin-node-resolve": "5.2.0",
    "rollup-plugin-peer-deps-external": "2.2.0",
    "rollup-plugin-replace": "2.2.0",
    "rollup-plugin-size-snapshot": "0.10.0",
    "rollup-plugin-terser": "5.1.2",
    "rollup-plugin-typescript": "1.0.1",
    "semantic-release": "15.13.24",
    "snyk": "1.235.0",
    "storybook": "5.1.11",
    "storybook-readme": "5.0.8",
    "ts-jest": "24.1.0",
    "typescript": "3.6.4"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "peerDependencies": {
    "react": ">=16",
    "@emotion/core": ">=10.0.17"
  },
  "husky": {
    "hooks": {
      "commit-msg": "opt --in commit-msg --exec \"validate-commit-msg\"",
      "pre-commit": "lint-staged && opt --in pre-commit --exec \"npm run verify\""
    }
  },
  "snyk": true
}
