-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.41 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
{
"packageManager": "[email protected]",
"scripts": {
"vercel-deploy": "yarn prisma generate && yarn prisma migrate deploy && yarn next build"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@types/jju": "^1.4.2",
"@types/node": "^16.7.1",
"@types/react": "^17.0.19",
"@types/react-dom": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"autoprefixer": "^10.3.1",
"eslint": "^7.32.0",
"eslint-config-next": "^11.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.24.0",
"npm-check-updates": "^11.8.3",
"postcss": "^8.3.6",
"postcss-import": "^14.0.2",
"prettier": "^2.3.2",
"prisma": "^2.29.1",
"tailwindcss": "^2.2.7",
"typescript": "^4.3.5",
"webpack": "^5.51.1"
},
"dependencies": {
"@linear/sdk": "^1.18.0",
"@mdi/js": "^5.9.55",
"@mdi/react": "^1.5.0",
"@prisma/client": "^2.29.1",
"@trpc/client": "^9.0.0-alpha.4",
"@trpc/next": "^9.0.0-alpha.4",
"@trpc/react": "^9.0.0-alpha.4",
"@trpc/server": "^9.0.0-alpha.4",
"axios": "^0.21.1",
"discord.js": "^13.1.0",
"jju": "^1.4.0",
"jotai": "^1.3.0",
"nanoid": "^3.1.25",
"next": "^11.1.0",
"next-seo": "^4.26.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"react-query": "^3.21.0",
"react-use": "^17.2.4",
"zod": "^3.7.3"
}
}