{ "name": "blog-bs", "version": "0.1.0", "private": true, "dependencies": { "@apollo/client": "^3.3.15", "@curi/react-dom": "^2.0.4", "@curi/router": "^2.1.2", "@date-io/date-fns": "^1.3.13", "@hickory/browser": "^2.1.0", "@material-ui/core": "^4.11.3", "@material-ui/icons": "^4.11.2", "@material-ui/lab": "*", "@material-ui/pickers": "^3.3.10", "@testing-library/jest-dom": "^5.11.10", "@testing-library/react": "^11.2.6", "@testing-library/user-event": "^12.8.3", "@types/jest": "^26.0.22", "@types/node": "^12.20.10", "@types/react": "^17.0.3", "@types/react-dom": "^17.0.3", "date-fns": "^2.21.1", "fontsource-roboto": "^4.0.0", "formik": "^2.2.6", "formik-material-ui": "^3.0.1", "formik-material-ui-pickers": "^0.0.12", "graphql": "^15.5.0", "ramda": "^0.27.1", "react": "^17.0.2", "react-dom": "^17.0.2", "react-scripts": "4.0.3", "typescript": "^4.2.4", "vditor": "^3.8.4", "web-vitals": "^1.1.1", "yup": "^0.32.9" }, "scripts": { "start": "PORT=7135 BROWSER=none react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "prestart": "npm run graphql", "graphql": "graphql-codegen --config codegen.yml" }, "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/introspection": "1.18.1", "@graphql-codegen/typescript": "1.21.1", "@graphql-codegen/typescript-operations": "1.17.15", "@graphql-codegen/typescript-react-apollo": "2.2.3", "@types/graphql": "^14.5.0", "@types/ramda": "^0.27.40", "@types/sass": "^1.16.0", "@types/yup": "^0.29.11", "sass": "^1.32.11" } }