sendou.ink/package.json
Kalle (Sendou) 924752b2ad Update deps
2021-05-11 21:47:38 +03:00

93 lines
3.0 KiB
JSON

{
"name": "sendou.ink",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "lingui compile && npm run prebuild && next build",
"build:analyze": "lingui compile && npm run prebuild && ANALYZE=true next build",
"start": "next start",
"migrate": "prisma migrate deploy --preview-feature",
"migrate:save": "prisma migrate dev --create-only --preview-feature",
"migrate:reset": "prisma migrate reset",
"gen": "npx prisma generate",
"prebuild": "ts-node prisma/scripts/preBuild.ts",
"mongo": "ts-node prisma/scripts/dataFromMongo.ts",
"top500": "ts-node prisma/scripts/top500jsons.ts",
"league": "cross-env NODE_OPTIONS=--max-old-space-size=8192 ts-node prisma/scripts/leagueJsons.ts",
"ex:clean": "cross-env NODE_ENV=development lingui extract --clean && npm run prettier:format",
"seed": "prisma db seed --preview-feature",
"prettier:check": "prettier --check .",
"prettier:format": "prettier --write .",
"cy:open": "cypress open",
"cy:run": "cypress run",
"cy:clearcache": "cypress cache clear",
"cy:install": "cypress install"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.12",
"@chakra-ui/react": "^1.6.0",
"@chakra-ui/theme-tools": "^1.1.6",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@hookform/resolvers": "1.3.0",
"@lingui/react": "^3.8.3",
"@next/bundle-analyzer": "^10.2.0",
"@prisma/client": "^2.22.1",
"@sendou/react-sketch": "^0.5.2",
"@trpc/client": "5.0.0",
"@trpc/react": "5.0.0",
"@trpc/server": "5.0.0",
"countries-list": "^2.6.1",
"focus-visible": "^5.2.0",
"framer-motion": "^4.1.11",
"next": "^10.2.0",
"next-auth": "^3.21.1",
"next-images": "^1.7.0",
"next-seo": "^4.24.0",
"nprogress": "^0.2.0",
"react": "^17.0.2",
"react-color": "^2.19.3",
"react-datepicker": "^3.8.0",
"react-dom": "^17.0.2",
"react-draggable": "^4.4.3",
"react-hook-form": "^6.14.2",
"react-hotkeys-hook": "^3.3.1",
"react-icons": "^4.2.0",
"react-infinite-scroller": "^1.2.4",
"react-markdown": "^5.0.3",
"react-query": "^3.16.0",
"react-select": "^4.3.1",
"react-string-replace": "^0.4.4",
"recharts": "^2.0.9",
"remark-gfm": "^1.0.0",
"superjson": "^1.7.4",
"swr": "^0.5.6",
"ts-trueskill": "^3.2.2",
"uuid": "^8.3.2",
"zod": "^1.11.17"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@lingui/cli": "^3.8.3",
"@lingui/macro": "^3.8.3",
"@types/node": "^15.0.2",
"@types/nprogress": "^0.2.0",
"@types/react": "^17.0.5",
"@types/react-color": "^3.0.4",
"@types/react-datepicker": "^3.1.8",
"@types/react-infinite-scroller": "^1.2.1",
"@types/react-select": "^4.0.15",
"@types/recharts": "^1.8.19",
"@types/uuid": "^8.3.0",
"cross-env": "^7.0.3",
"cypress": "^7.3.0",
"fishery": "^1.2.0",
"prettier": "^2.3.0",
"prisma": "^2.22.1",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
},
"license": "MIT"
}