{
  "name": "@ishikawa_masashi/react-icons",
  "version": "1.0.0",
  "main": "lib/index.js",
  "typings": "./lib/index.d.ts",
  "description": "svg react icons of popular icon packs",
  "keywords": [
    "react",
    "reactjs",
    "react-component",
    "virtual",
    "list",
    "scrolling",
    "infinite",
    "virtualized",
    "virtualization",
    "windowing"
  ],
  "scripts": {
    "start": "webpack-dev-server --config ./webpack.config.dev.js",
    "test": "cross-env NODE_ENV=test jest --verbose && codecov",
    "test:coverage": "cross-env NODE_ENV=test jest --coverage && cat ./coverage/lcov.info | coveralls",
    "prettier": "prettier --parser typescript --single-quote --write \"src/**/*.{ts,tsx}\"",
    "prebuild": "npm run prettier && npm run test",
    "build": "npm run build:es && npm run build:umd && npm run style",
    "build:es": "npm run clean:es && cross-env NODE_ENV=production tsc",
    "build:umd": "npm run clean:umd && cross-env NODE_ENV=production webpack",
    "clean:es": "rimraf lib/*",
    "clean:umd": "rimraf dist/*",
    "sass": "node-sass scss/main.scss dist/ReactContexify.css",
    "postsass": "postcss dist/ReactContexify.css --use autoprefixer -m -o dist/ReactContexify.css",
    "style": "npm run sass && cssnano dist/ReactContexify.css dist/ReactContexify.min.css --no-zindex --no-reduceIdents"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/IshikawaMasashi/react-virtual-list.git"
  },
  "author": "Ishikawa Masashi <Ishikawa_Masashi@hotmail.com> (https://github.com/IshikawaMasashi/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/IshikawaMasashi/react-virtual-list/issues"
  },
  "devDependencies": {
    "@material-ui/core": "^4.9.14",
    "@material-ui/icons": "^4.9.1",
    "@material-ui/lab": "^4.0.0-alpha.18",
    "@types/classnames": "^2.2.10",
    "@types/enzyme": "^3.10.5",
    "@types/enzyme-adapter-react-16": "^1.0.6",
    "@types/jest": "^25.2.1",
    "@types/prop-types": "^15.7.3",
    "@types/react": "^16.9.35",
    "@types/react-dom": "^16.9.8",
    "@types/react-syntax-highlighter": "^11.0.4",
    "@typescript-eslint/eslint-plugin": "^2.32.0",
    "@typescript-eslint/parser": "^2.32.0",
    "autoprefixer": "^9.7.6",
    "codecov": "^3.6.5",
    "coveralls": "^3.1.0",
    "cross-env": "^7.0.2",
    "css-loader": "^3.5.3",
    "cssnano": "^4.1.10",
    "cssnano-cli": "^1.0.5",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.2",
    "enzyme-to-json": "^3.4.4",
    "eslint": "^7.0.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-prettier": "^3.1.3",
    "eslint-plugin-react-hooks": "^4.0.1",
    "html-webpack-plugin": "^4.3.0",
    "jest": "^26.0.1",
    "jest-cli": "^26.0.1",
    "node-sass": "^4.14.1",
    "postcss": "^7.0.30",
    "postcss-cli": "^7.1.1",
    "prettier": "^2.0.5",
    "raf": "^3.4.1",
    "react": "^16.4.2",
    "react-dom": "^16.4.2",
    "react-syntax-highlighter": "^12.2.1",
    "react-test-renderer": "^16.13.1",
    "regenerator-runtime": "^0.13.5",
    "rimraf": "^3.0.2",
    "sass-loader": "^8.0.2",
    "style-loader": "^1.2.1",
    "ts-jest": "^25.5.1",
    "ts-loader": "^7.0.4",
    "typescript": "^3.9.2",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.11",
    "webpack-dev-server": "^3.11.0"
  },
  "peerDependencies": {
    "react": "^16.13.1",
    "react-dom": "^16.13.1"
  },
  "dependencies": {
    "@ishikawa_masashi/react-hooks": "^1.1.6",
    "classnames": "^2.2.6"
  },
  "resolutions": {
    "@types/react": "^16.9.35"
  }
}
