mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-09 12:13:10 -05:00
23 lines
457 B
JSON
23 lines
457 B
JSON
{
|
|
"name": "sendou.ink",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@nexus/schema": "^0.16.0",
|
|
"apollo-server-micro": "^2.17.0",
|
|
"next": "^9.5.5",
|
|
"nexus-plugin-prisma": "^0.21.0",
|
|
"react": "16.13.1",
|
|
"react-dom": "16.13.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^16.9.49",
|
|
"typescript": "^4.0.3"
|
|
}
|
|
}
|