sendou.ink/package.json
2020-11-08 01:26:49 +02:00

57 lines
1.6 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": "npx prisma generate",
"seed": "ts-node prisma/seed.ts",
"prettier": "prettier --write .",
"e2e": "cypress open",
"extract": "lingui extract",
"compile": "lingui compile"
},
"dependencies": {
"@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",
"@prisma/client": "^2.10.1",
"@sendou/react-sketch": "^0.5.2",
"countries-list": "^2.5.6",
"framer-motion": "^2.9.4",
"next": "^10.0.0",
"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.9.6",
"react-hotkeys-hook": "^2.4.0",
"react-icons": "^3.11.0",
"react-markdown": "^5.0.2",
"react-string-replace": "^0.4.4",
"swr": "^0.3.8",
"zod": "^1.11.10"
},
"devDependencies": {
"@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"
}