mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-09 12:13:10 -05:00
65 lines
1.9 KiB
JSON
65 lines
1.9 KiB
JSON
{
|
|
"name": "sendou.ink",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "npm run migrate:up && 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",
|
|
"prettier": "prettier --write .",
|
|
"e2e": "cypress open",
|
|
"extract": "lingui extract",
|
|
"compile": "lingui compile"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/react": "^1.0.1",
|
|
"@chakra-ui/theme-tools": "^1.0.1",
|
|
"@emotion/react": "^11.1.1",
|
|
"@emotion/styled": "^11.0.0",
|
|
"@hookform/resolvers": "^1.0.1",
|
|
"@lingui/react": "^3.2.3",
|
|
"@prisma/client": "^2.12.0",
|
|
"@sendou/react-sketch": "^0.5.2",
|
|
"countries-list": "^2.5.6",
|
|
"framer-motion": "^2.9.4",
|
|
"next": "^10.0.3",
|
|
"next-auth": "^3.1.0",
|
|
"next-google-fonts": "^1.2.1",
|
|
"next-images": "^1.6.2",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-draggable": "^4.4.3",
|
|
"react-hook-form": "^6.11.5",
|
|
"react-hotkeys-hook": "^2.4.0",
|
|
"react-icons": "^3.11.0",
|
|
"react-infinite-scroller": "^1.2.4",
|
|
"react-markdown": "^5.0.3",
|
|
"react-string-replace": "^0.4.4",
|
|
"recharts": "^1.8.5",
|
|
"swr": "^0.3.9",
|
|
"zod": "^1.11.10"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.9",
|
|
"@lingui/cli": "^3.2.3",
|
|
"@lingui/macro": "^3.2.3",
|
|
"@prisma/cli": "^2.12.0",
|
|
"@types/next-auth": "^3.1.17",
|
|
"@types/node": "^14.14.10",
|
|
"@types/react": "^17.0.0",
|
|
"@types/react-infinite-scroller": "^1.2.1",
|
|
"@types/recharts": "^1.8.16",
|
|
"cypress": "^6.0.0",
|
|
"prettier": "^2.2.0",
|
|
"ts-node": "^9.0.0",
|
|
"typescript": "^4.1.2"
|
|
},
|
|
"license": "MIT"
|
|
}
|