mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-02-09 05:25:15 -05:00
* Update TS version and setup SourceCred API in backend * Fix typeError in Player.tsx * Update yarn.lock * Update yarn.lock and fix type errors
37 lines
974 B
JSON
37 lines
974 B
JSON
{
|
|
"name": "@metafam/metamaps",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build && next export",
|
|
"start": "next start",
|
|
"typecheck": "tsc",
|
|
"precommit": "yarn lint-staged"
|
|
},
|
|
"dependencies": {
|
|
"3box": "^1.20.3",
|
|
"@chakra-ui/core": "^0.8.0",
|
|
"@emotion/core": "^10.0.28",
|
|
"@emotion/styled": "^10.0.27",
|
|
"@types/styled-components": "^5.1.1",
|
|
"babel-plugin-styled-components": "^1.10.7",
|
|
"emotion-theming": "^10.0.27",
|
|
"graphql": "^15.0.0",
|
|
"immutability-helper": "^3.1.1",
|
|
"isomorphic-unfetch": "^3.0.0",
|
|
"next": "latest",
|
|
"next-redux-wrapper": "^6.0.2",
|
|
"react": "^16.13.1",
|
|
"react-addons-update": "^15.6.2",
|
|
"react-dnd": "^11.1.3",
|
|
"react-dnd-html5-backend": "^11.1.3",
|
|
"react-dom": "^16.13.1",
|
|
"react-redux": "^7.2.1",
|
|
"redux": "^4.0.5",
|
|
"redux-thunk": "^2.3.0",
|
|
"styled-components": "^5.1.1",
|
|
"urql": "^1.9.7"
|
|
}
|
|
}
|