{ "name": "sendou.ink", "version": "1.0.0", "private": true, "scripts": { "dev": "next dev", "build": "lingui compile && next build", "start": "next start", "migrate:save": "npx prisma migrate save --name init --experimental", "migrate:up": "npx prisma migrate up --experimental", "studio": "npx prisma studio", "gen": "npx prisma generate", "seed": "ts-node prisma/seed.ts", "mongo": "ts-node prisma/scripts/dataFromMongo.ts", "top500": "ts-node prisma/scripts/top500jsons.ts", "league": "ts-node prisma/scripts/leagueJsons.ts", "prettier": "prettier --write .", "prettier:pre-commit": "pretty-quick --staged", "e2e": "cypress open", "ex": "lingui extract", "ex:clean": "lingui extract --clean", "ex:pre-commit": "lingui extract $(git diff --name-only --staged) --clean", "compile": "lingui compile", "postinstall": "husky install" }, "dependencies": { "@chakra-ui/react": "^1.0.3", "@chakra-ui/theme-tools": "^1.0.1", "@emotion/react": "^11.1.2", "@emotion/styled": "^11.0.0", "@hookform/resolvers": "^1.1.1", "@lingui/react": "^3.3.0", "@prisma/client": "^2.12.1", "@sendou/react-sketch": "^0.5.2", "countries-list": "^2.5.6", "framer-motion": "^2.9.5", "next": "^10.0.3", "next-auth": "^3.1.0", "next-google-fonts": "^1.2.1", "next-images": "^1.6.2", "nprogress": "^0.2.0", "react": "^17.0.1", "react-dom": "^17.0.1", "react-draggable": "^4.4.3", "react-hook-form": "^6.12.2", "react-hotkeys-hook": "^2.4.0", "react-icons": "^4.1.0", "react-infinite-scroller": "^1.2.4", "react-markdown": "^4.3.1", "react-string-replace": "^0.4.4", "recharts": "^1.8.5", "swr": "^0.3.9", "zod": "^1.11.11" }, "devDependencies": { "@babel/core": "^7.12.9", "@lingui/cli": "^3.3.0", "@lingui/macro": "^3.3.0", "@prisma/cli": "^2.12.1", "@types/next-auth": "^3.1.18", "@types/node": "^14.14.11", "@types/nprogress": "^0.2.0", "@types/react": "^17.0.0", "@types/react-infinite-scroller": "^1.2.1", "@types/recharts": "^1.8.17", "cypress": "^6.1.0", "husky": "^5.0.4", "prettier": "^2.2.1", "pretty-quick": "^3.1.0", "ts-node": "^9.1.1", "typescript": "^4.1.2" }, "license": "MIT" }