mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-09 04:02:40 -05:00
66 lines
2.0 KiB
JSON
66 lines
2.0 KiB
JSON
{
|
|
"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:prisma": "npx prisma generate",
|
|
"gen": "graphql-codegen --config codegen.yml",
|
|
"seed": "ts-node prisma/seed.ts",
|
|
"prettier": "prettier --write .",
|
|
"e2e": "cypress open",
|
|
"extract": "lingui extract",
|
|
"compile": "lingui compile"
|
|
},
|
|
"dependencies": {
|
|
"@apollo/client": "^3.2.5",
|
|
"@chakra-ui/core": "^1.0.0-rc.8",
|
|
"@chakra-ui/theme-tools": "^1.0.0-rc.8",
|
|
"@hookform/resolvers": "^1.0.0",
|
|
"@lingui/react": "^3.0.3",
|
|
"@nexus/schema": "^0.17.0",
|
|
"@prisma/client": "^2.10.1",
|
|
"@sendou/react-sketch": "^0.5.2",
|
|
"apollo-server-micro": "^2.19.0",
|
|
"countries-list": "^2.5.6",
|
|
"framer-motion": "^2.9.4",
|
|
"graphql": "^15.4.0",
|
|
"next": "^10.0.0",
|
|
"next-auth": "^3.1.0",
|
|
"next-google-fonts": "^1.2.1",
|
|
"next-images": "^1.6.2",
|
|
"nexus-plugin-prisma": "^0.23.1",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-draggable": "^4.4.3",
|
|
"react-hook-form": "^6.9.6",
|
|
"react-hotkeys-hook": "^2.4.0",
|
|
"react-icons": "^3.11.0",
|
|
"react-markdown": "^5.0.2",
|
|
"react-string-replace": "^0.4.4",
|
|
"zod": "^1.11.10"
|
|
},
|
|
"devDependencies": {
|
|
"@graphql-codegen/cli": "1.19.0",
|
|
"@graphql-codegen/typescript": "1.17.11",
|
|
"@graphql-codegen/typescript-operations": "1.17.8",
|
|
"@graphql-codegen/typescript-react-apollo": "2.0.7",
|
|
"@lingui/cli": "^3.0.3",
|
|
"@lingui/macro": "^3.0.3",
|
|
"@prisma/cli": "^2.10.1",
|
|
"@types/next-auth": "^3.1.14",
|
|
"@types/node": "^14.14.6",
|
|
"@types/react": "^16.9.55",
|
|
"cypress": "^5.5.0",
|
|
"prettier": "^2.1.2",
|
|
"ts-node": "^9.0.0",
|
|
"typescript": "^4.0.5"
|
|
},
|
|
"license": "MIT"
|
|
}
|