sendou.ink/package.json
2021-09-19 10:59:53 +03:00

88 lines
2.9 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",
"typecheck": "tsc --noEmit",
"start": "next start",
"compile": "lingui compile",
"migrate": "npx prisma migrate deploy",
"migrate:save": "npx prisma migrate dev --create-only",
"migrate:reset": "prisma migrate reset",
"gen": "npx prisma generate",
"prebuild": "ts-node prisma/scripts/preBuild.ts",
"results": "ts-node prisma/scripts/endPlusVoting.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 .",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.15",
"@chakra-ui/react": "^1.6.6",
"@chakra-ui/theme-tools": "^1.1.9",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@hookform/resolvers": "1.3.0",
"@lingui/react": "^3.8.3",
"@next/bundle-analyzer": "^11.1.0",
"@prisma/client": "^2.25.0",
"@sendou/react-sketch": "^0.5.2",
"countries-list": "^2.6.1",
"framer-motion": "^4.1.17",
"next": "^11.1.1",
"next-auth": "^3.29.0",
"next-seo": "^4.26.0",
"nprogress": "^0.2.0",
"randomcolor": "^0.6.2",
"react": "^17.0.2",
"react-color": "^2.19.3",
"react-datepicker": "^4.2.1",
"react-dom": "^17.0.2",
"react-draggable": "^4.4.3",
"react-dropzone": "^11.3.4",
"react-hook-form": "^6.14.2",
"react-hotkeys-hook": "^3.4.0",
"react-icons": "^4.2.0",
"react-infinite-scroller": "^1.2.4",
"react-markdown": "^5.0.3",
"react-select": "^4.3.1",
"react-string-replace": "^0.4.4",
"recharts": "^2.1.2",
"remark-gfm": "^1.0.0",
"swr": "^1.0.1",
"ts-trueskill": "^3.2.2",
"uuid": "^8.3.2",
"zod": "^1.11.17"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@lingui/cli": "^3.8.3",
"@lingui/macro": "^3.8.3",
"@types/node": "^16.7.1",
"@types/nprogress": "^0.2.0",
"@types/randomcolor": "^0.5.6",
"@types/react": "^17.0.19",
"@types/react-color": "^3.0.5",
"@types/react-datepicker": "^4.1.4",
"@types/react-infinite-scroller": "^1.2.2",
"@types/react-select": "^4.0.17",
"@types/uuid": "^8.3.1",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-config-next": "^11.1.0",
"prettier": "^2.3.2",
"prisma": "^2.25.0",
"ts-node": "^10.2.1",
"typescript": "^4.3.5"
},
"license": "MIT"
}