{ "name": "@metafam/web", "version": "0.1.0", "private": true, "scripts": { "dev": "concurrently \"next\" \"yarn generate --watch\"", "build": "next build && next export", "start": "next start", "typecheck": "tsc", "precommit": "yarn lint-staged", "generate": "graphql-codegen --config=codegen.yml", "prepare": "yarn generate" }, "dependencies": { "@metafam/ds": "0.1.0", "fake-tag": "2.0.0", "graphql": "^15.0.0", "isomorphic-unfetch": "^3.0.0", "next": "latest", "next-images": "^1.4.1", "react": "^16.13.1", "react-dom": "^16.13.1", "react-icons": "^3.11.0", "urql": "^1.9.7" } }