forked from NotNet/gluestick
29 lines
603 B
JSON
29 lines
603 B
JSON
{
|
|
"name": "gluestick",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@prisma/client": "^4.13.0",
|
|
"@types/node": "18.16.0",
|
|
"@types/react": "18.0.38",
|
|
"@types/react-dom": "18.0.11",
|
|
"eslint": "8.39.0",
|
|
"eslint-config-next": "13.3.1",
|
|
"next": "13.3.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"typescript": "5.0.4",
|
|
"uuid": "^9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/uuid": "^9.0.1",
|
|
"prisma": "^4.13.0"
|
|
}
|
|
}
|