react-odyssey
Version:
React components for Odyssey design system
86 lines (85 loc) • 2.72 kB
JSON
{
"name": "react-odyssey",
"version": "4.0.3",
"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": "3.x",
"@typescript-eslint/parser": "3.x",
"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": "3.x",
"copy-webpack-plugin": "^5.0.4",
"css-loader": "^3.2.0",
"eslint": "7.x",
"eslint-config-okta": "0.x",
"eslint-plugin-import": "2.x",
"eslint-plugin-protractor": "2.x",
"eslint-plugin-react": "7.x",
"eslint-plugin-react-hooks": "4.x",
"fibers": "^4.0.1",
"file-loader": "5.x",
"html-webpack-plugin": "^4.3.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"react-cosmos": "^5.2.1",
"sass-loader": "^10.0.0",
"style-loader": "^1.0.0",
"terser-webpack-plugin": "2.x",
"typescript": "3.x",
"url-loader": "3.x",
"webpack": "4.x",
"webpack-bundle-analyzer": "3.x",
"webpack-cli": "3.x",
"webpack-dev-server": "^3.2.1",
"webpack-manifest-plugin": "2.x"
},
"eslintConfig": {
"extends": "eslint-config-okta",
"rules": {
"@typescript-eslint/no-explicit-any": "off"
}
},
"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.cosmos.js --progress --colors --bail",
"lint": "eslint --ext=.js,.jsx,.ts,.tsx src",
"test": "yarn run lint",
"watch": "NODE_ENV=development webpack --config webpack.config.js --progress --colors --watch",
"demo": "yarn cosmos",
"prepublishOnly": "yarn build",
"cosmos": "cosmos"
},
"main": "./dist/main.js",
"types": "./dist/index.d.ts",
"module": "./dist/main.js"
}