mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-22 06:59:05 -05:00
72 lines
2.2 KiB
JSON
72 lines
2.2 KiB
JSON
{
|
|
"name": "sendou.ink",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "lingui compile && next build",
|
|
"start": "next start",
|
|
"migrate": "prisma migrate deploy --preview-feature",
|
|
"migrate:save": "prisma migrate dev --create-only --preview-feature",
|
|
"gen": "npx prisma generate",
|
|
"mongo": "ts-node prisma/scripts/dataFromMongo.ts",
|
|
"top500": "ts-node prisma/scripts/top500jsons.ts",
|
|
"league": "NODE_OPTIONS=--max-old-space-size=8192 ts-node prisma/scripts/leagueJsons.ts",
|
|
"ex:clean": "NODE_ENV=development lingui extract --clean",
|
|
"compile": "lingui compile"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/icons": "^1.0.3",
|
|
"@chakra-ui/react": "^1.1.6",
|
|
"@chakra-ui/theme-tools": "^1.0.3",
|
|
"@emotion/react": "^11.1.4",
|
|
"@emotion/styled": "^11.0.0",
|
|
"@hookform/resolvers": "1.3.2",
|
|
"@lingui/react": "^3.4.0",
|
|
"@prisma/client": "^2.15.0",
|
|
"@sendou/react-sketch": "^0.5.2",
|
|
"countries-list": "^2.6.1",
|
|
"framer-motion": "^3.2.1",
|
|
"next": "^10.0.6",
|
|
"next-auth": "^3.1.0",
|
|
"next-google-fonts": "^1.2.1",
|
|
"next-images": "^1.7.0",
|
|
"next-seo": "^4.18.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.0.3",
|
|
"react-icons": "^4.1.0",
|
|
"react-infinite-scroller": "^1.2.4",
|
|
"react-markdown": "^4.3.1",
|
|
"react-select": "^4.0.2",
|
|
"react-string-replace": "^0.4.4",
|
|
"recharts": "^2.0.4",
|
|
"swr": "^0.4.1",
|
|
"ts-trueskill": "^3.2.0",
|
|
"uuid": "^8.3.2",
|
|
"zod": "^1.11.11"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.10",
|
|
"@lingui/cli": "^3.4.0",
|
|
"@lingui/macro": "^3.4.0",
|
|
"@prisma/cli": "^2.15.0",
|
|
"@types/micro": "^7.3.3",
|
|
"@types/next-auth": "^3.1.23",
|
|
"@types/node": "^14.14.22",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@types/react": "^17.0.0",
|
|
"@types/react-infinite-scroller": "^1.2.1",
|
|
"@types/react-select": "^4.0.8",
|
|
"@types/recharts": "^1.8.19",
|
|
"@types/uuid": "^8.3.0",
|
|
"prettier": "^2.2.1",
|
|
"ts-node": "^9.1.1",
|
|
"typescript": "^4.1.3"
|
|
},
|
|
"license": "MIT"
|
|
}
|