{
  "name": "react-odyssey",
  "version": "2.1.4",
  "description": "React components for Odyssey design system",
  "author": "Okta, Inc.",
  "license": "Apache-2.0",
  "dependencies": {
    "classnames": "2.x",
    "prop-types": "15.x",
    "react": "16.x",
    "react-dom": "16.x",
    "react-modal": "3.x"
  },
  "devDependencies": {
    "@babel/core": "7.x",
    "@babel/preset-env": "7.x",
    "@babel/preset-react": "7.x",
    "@types/classnames": "^2.2.7",
    "@types/react": "^16.8.8",
    "@types/react-dom": "^16.8.2",
    "@types/react-modal": "^3.8.1",
    "@typescript-eslint/eslint-plugin": "^1.4.2",
    "@typescript-eslint/parser": "^1.4.2",
    "autoprefixer": "^9.6.1",
    "awesome-typescript-loader": "^5.2.1",
    "babel-eslint": "10.x",
    "babel-loader": "8.x",
    "babel-plugin-transform-class-properties": "6.x",
    "clean-webpack-plugin": "1.x",
    "copy-webpack-plugin": "^5.0.4",
    "css-loader": "^3.2.0",
    "eslint": "5.x",
    "eslint-plugin-import": "2.x",
    "eslint-plugin-protractor": "1.x",
    "eslint-plugin-react": "7.x",
    "eslint-plugin-react-hooks": "1.x",
    "fibers": "^4.0.1",
    "file-loader": "^3.0.1",
    "mini-css-extract-plugin": "^0.8.0",
    "optimize-css-assets-webpack-plugin": "^5.0.3",
    "postcss-loader": "^3.0.0",
    "sass": "^1.22.12",
    "sass-loader": "^8.0.0",
    "style-loader": "^1.0.0",
    "typescript": "^3.4.0-rc",
    "uglifyjs-webpack-plugin": "1.x",
    "url-loader": "1.x",
    "webpack": "4.x",
    "webpack-bundle-analyzer": "3.x",
    "webpack-cli": "3.x",
    "webpack-dev-server": "^3.2.1",
    "webpack-manifest-plugin": "2.x"
  },
  "peerDependencies": {
    "react": "16.x",
    "react-dom": "16.x"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/oktadeveloper/react-odyssey"
  },
  "scripts": {
    "analyze": "NODE_ENV=production webpack --profile --json > stats.json && webpack-bundle-analyzer stats.json",
    "build": "NODE_ENV=production webpack --config webpack.config.js --progress --colors --bail",
    "build-demo": "NODE_ENV=production webpack --config webpack.config.demo.js --progress --colors --bail",
    "lint": "eslint --ext=.js,.jsx,.ts,.tsx src demo",
    "test": "yarn run lint",
    "watch": "NODE_ENV=development webpack --config webpack.config.js --progress --colors --watch",
    "demo": "webpack-dev-server --config webpack.config.demo.js --progress --colors --watch",
    "prepublishOnly": "yarn build"
  },
  "main": "./dist/main.js",
  "types": "./dist/index.d.ts",
  "module": "./dist/main.js"
}
