1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "frontend",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "start": "next",
- "build": "next build",
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "dependencies": {
- "apollo-boost": "^0.3.1",
- "apollo-cache-inmemory": "^1.5.1",
- "apollo-client": "^2.5.1",
- "apollo-link": "^1.2.11",
- "apollo-link-error": "^1.1.10",
- "apollo-link-http": "^1.5.14",
- "apollo-upload-client": "^10.0.0",
- "dotenv": "^7.0.0",
- "graphql": "^14.2.1",
- "graphql-tag": "^2.10.1",
- "next": "^8.0.4",
- "next-with-apollo": "^3.4.0",
- "nprogress": "^0.2.0",
- "react": "^16.8.6",
- "react-adopt": "^0.6.0",
- "react-apollo": "^2.5.4",
- "react-dom": "^16.8.6",
- "standard": "^12.0.1",
- "styled-components": "^4.2.0"
- },
- "devDependencies": {
- "babel-plugin-styled-components": "^1.10.0"
- }
- }
|