{ "name": "food-graphql-client", "version": "0.1.0", "private": true, "dependencies": { "apollo-boost": "^0.1.27", "graphql": "^14.1.1", "graphql-tag": "^2.10.1", "graphql.macro": "^1.3.3", "react": "^16.7.0", "react-apollo": "^2.4.0", "react-dom": "^16.7.0", "react-scripts": "2.1.3", "styled-components": "^4.1.3", "typescript": "^3.2.4" }, "devDependencies": { "@types/react": "^16.7.20", "@types/react-dom": "^16.0.11", "ts-transform-graphql-tag": "^0.2.1" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": "react-app" }, "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ] }