{ "name": "awx-react", "version": "1.0.0", "description": "", "main": "index.jsx", "scripts": { "start": "webpack-dev-server --config ./webpack.config.js --mode development", "test": "jest --coverage", "test-watch": "jest --watch", "lint": "eslint --ext .js --ext .jsx .", "add-locale": "lingui add-locale", "extract-strings": "lingui extract", "compile-strings": "lingui compile" }, "keywords": [], "author": "", "license": "Apache", "devDependencies": { "@babel/core": "^7.2.0", "@babel/plugin-proposal-class-properties": "^7.1.0", "@babel/polyfill": "^7.0.0", "@babel/preset-env": "^7.1.0", "@babel/preset-react": "^7.0.0", "@lingui/cli": "^2.7.4", "@lingui/macro": "^2.7.2", "@nteract/mockument": "^1.0.4", "babel-core": "^7.0.0-bridge.0", "babel-eslint": "^10.0.1", "babel-jest": "^24.7.1", "babel-loader": "^8.0.4", "babel-plugin-macros": "^2.4.2", "babel-plugin-styled-components": "^1.10.0", "css-loader": "^1.0.0", "enzyme": "^3.9.0", "enzyme-adapter-react-16": "^1.12.1", "enzyme-to-json": "^3.3.5", "eslint": "^5.6.0", "eslint-config-airbnb": "^17.1.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-jsx-a11y": "^6.1.1", "eslint-plugin-react": "^7.11.1", "file-loader": "^2.0.0", "history": "^4.9.0", "jest": "^24.7.1", "node-sass": "^4.12.0", "react-hot-loader": "^4.3.3", "sass-loader": "^7.1.0", "style-loader": "^0.23.0", "webpack": "^4.23.1", "webpack-cli": "^3.0.8", "webpack-dev-server": "^3.1.14" }, "dependencies": { "@lingui/react": "^2.7.2", "@patternfly/patternfly": "^2.7.0", "@patternfly/react-core": "^3.16.14", "@patternfly/react-icons": "^3.7.5", "@patternfly/react-tokens": "^2.3.3", "axios": "^0.18.0", "codemirror": "^5.47.0", "formik": "^1.5.1", "js-yaml": "^3.13.1", "prop-types": "^15.6.2", "react": "^16.4.1", "react-codemirror2": "^6.0.0", "react-dom": "^16.4.1", "react-router-dom": "^4.3.1", "styled-components": "^4.2.0" } }