-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
60 lines (60 loc) · 1.95 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "inscrybe-with-friends",
"private": true,
"packageManager": "[email protected]+sha256.daa27a0b541bc635323ff96c2ded995467ff9fe6d69ff67021558aa9ad9dcc36",
"scripts": {
"dev": "prisma generate && next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"db:migrate": "dotenv -e .env.local -- prisma migrate dev",
"db:push": "dotenv -e .env.local -- prisma db push"
},
"dependencies": {
"@prisma/client": "^4.15.0",
"@tanstack/react-query": "^4.29.12",
"@trpc/client": "^10.29.1",
"@trpc/next": "^10.29.1",
"@trpc/react-query": "^10.29.1",
"@trpc/server": "^10.29.1",
"@types/superagent": "^4.1.18",
"classnames": "^2.3.2",
"framer-motion": "^10.12.16",
"immer": "^10.1.1",
"json5": "^2.2.3",
"lodash": "^4.17.21",
"next": "13.4.1",
"next-auth": "^4.17.0",
"pusher": "^5.1.3",
"pusher-js": "^8.0.2",
"raw-loader": "^4.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.9",
"redis": "^4.6.7",
"seed-random": "^2.2.0",
"superagent": "^8.0.9",
"tone": "^14.7.77",
"toposort": "^2.0.2",
"yaml": "^2.3.1",
"zod": "^3.21.4",
"zustand": "^4.3.8"
},
"devDependencies": {
"@types/lodash": "^4.14.194",
"@types/node": "20.1.1",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@types/seed-random": "^2.2.1",
"@types/toposort": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"dotenv-cli": "^7.2.1",
"eslint": "8.40.0",
"eslint-config-next": "13.4.1",
"eslint-plugin-unused-imports": "^2.0.0",
"prisma": "^4.15.0",
"tsx": "^4.16.2",
"typescript": "5.1.6"
}
}