mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-01-25 14:17:56 -05:00
22 lines
450 B
JSON
22 lines
450 B
JSON
{
|
|
"name": "@metafam/web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build && next export",
|
|
"start": "next start",
|
|
"typecheck": "tsc",
|
|
"precommit": "yarn lint-staged"
|
|
},
|
|
"dependencies": {
|
|
"@metafam/ds": "0.1.0",
|
|
"graphql": "^15.0.0",
|
|
"isomorphic-unfetch": "^3.0.0",
|
|
"next": "latest",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"urql": "^1.9.7"
|
|
}
|
|
}
|