{ "name": "base_application", "version": "0.1.0", "private": true, "dependencies": { "@apollo/client": "^3.3.13", "@graphql-codegen/introspection": "^1.18.1", "@graphql-codegen/typescript-operations": "^1.17.15", "@graphql-codegen/typescript-react-apollo": "^2.2.3", "@material-ui/core": "^4.11.3", "@material-ui/lab": "^4.0.0-alpha.57", "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^12.8.3", "@types/jest": "^26.0.21", "@types/node": "^12.20.6", "@types/react": "^17.0.3", "@types/react-sidebar": "^3.0.0", "graphql": "^15.5.0", "react": "^17.0.1", "react-dom": "^17.0.1", "react-router-dom": "^5.2.0", "react-scripts": "^4.0.3", "react-sidebar": "^3.0.2", "typescript": "^4.2.3", "web-vitals": "^1.1.1" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "storybook": "start-storybook -p 6006 -s public", "build-storybook": "build-storybook -s public", "generate": "graphql-codegen" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@graphql-codegen/cli": "^1.21.3", "@graphql-codegen/typescript": "^1.21.1", "@storybook/addon-actions": "^6.1.21", "@storybook/addon-essentials": "^6.1.21", "@storybook/addon-links": "^6.1.21", "@storybook/node-logger": "^6.1.21", "@storybook/preset-create-react-app": "^3.1.7", "@storybook/react": "^6.1.21", "@types/react-dom": "^17.0.3", "@types/react-router-dom": "^5.1.7" } }