mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
85 lines
2.7 KiB
JSON
85 lines
2.7 KiB
JSON
{
|
|
"name": "sendou.ink",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "lingui compile && npm run prebuild && next build",
|
|
"start": "next start",
|
|
"migrate": "prisma migrate deploy --preview-feature",
|
|
"migrate:save": "prisma migrate dev --create-only --preview-feature",
|
|
"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",
|
|
"compile": "lingui compile",
|
|
"restore": "pg_restore -d 'postgresql://sendou@localhost:5432/dev' --jobs 4 dumped.sql --clean",
|
|
"seed": "prisma db seed --preview-feature",
|
|
"cy:open": "cypress open",
|
|
"cy:run": "cypress run",
|
|
"cy:clearcache": "cypress cache clear",
|
|
"cy:install": "cypress install"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/icons": "^1.0.6",
|
|
"@chakra-ui/react": "^1.3.4",
|
|
"@chakra-ui/theme-tools": "^1.1.0",
|
|
"@emotion/react": "^11.1.5",
|
|
"@emotion/styled": "^11.1.5",
|
|
"@hookform/resolvers": "1.3.0",
|
|
"@lingui/react": "^3.7.1",
|
|
"@prisma/client": "^2.18.0",
|
|
"@sendou/react-sketch": "^0.5.2",
|
|
"@trpc/client": "^3.5.0",
|
|
"@trpc/react": "^3.5.0",
|
|
"@trpc/server": "^3.5.0",
|
|
"countries-list": "^2.6.1",
|
|
"framer-motion": "^3.10.0",
|
|
"next": "^10.0.8",
|
|
"next-auth": "^3.11.2",
|
|
"next-images": "^1.7.0",
|
|
"next-seo": "^4.20.0",
|
|
"nprogress": "^0.2.0",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-draggable": "^4.4.3",
|
|
"react-hook-form": "^6.14.2",
|
|
"react-hotkeys-hook": "^3.2.1",
|
|
"react-icons": "^4.2.0",
|
|
"react-infinite-scroller": "^1.2.4",
|
|
"react-markdown": "^4.3.1",
|
|
"react-query": "^3.12.0",
|
|
"react-select": "^4.2.1",
|
|
"react-string-replace": "^0.4.4",
|
|
"recharts": "^2.0.8",
|
|
"superjson": "^1.7.2",
|
|
"swr": "^0.4.2",
|
|
"ts-trueskill": "^3.2.0",
|
|
"uuid": "^8.3.2",
|
|
"zod": "^1.11.11"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.13.8",
|
|
"@lingui/cli": "^3.7.1",
|
|
"@lingui/macro": "^3.7.1",
|
|
"@types/micro": "^7.3.3",
|
|
"@types/next-auth": "^3.7.0",
|
|
"@types/node": "^14.14.32",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@types/react": "^17.0.3",
|
|
"@types/react-infinite-scroller": "^1.2.1",
|
|
"@types/react-select": "^4.0.13",
|
|
"@types/recharts": "^1.8.19",
|
|
"@types/uuid": "^8.3.0",
|
|
"cross-env": "^7.0.3",
|
|
"cypress": "^6.6.0",
|
|
"prettier": "^2.2.1",
|
|
"prisma": "^2.18.0",
|
|
"ts-node": "^9.1.1",
|
|
"typescript": "^4.2.3"
|
|
},
|
|
"license": "MIT"
|
|
}
|