-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.29 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
{
"name": "jira-bot-fe",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"dev:prod": "next start",
"lint": "next lint",
"precommit": "",
"prepare": "husky install",
"prisma:generate": "prisma generate",
"getEnvVars": "vercel env pull"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.11",
"@chakra-ui/react": "^2.3.7",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@tanstack/react-query": "^4.15.0",
"@trpc/client": "^10.0.0-rc.7",
"@trpc/next": "^10.0.0-rc.7",
"@trpc/react-query": "^10.0.0-rc.7",
"@trpc/server": "^10.0.0-rc.7",
"dotenv": "^16.0.3",
"framer-motion": "^7.6.6",
"next": "13.0.3",
"octokit": "^2.0.10",
"probot": "^12.2.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.39.3",
"react-icons": "^4.7.1",
"zod": "^3.19.1",
"zustand": "^4.1.4"
},
"devDependencies": {
"@prisma/client": "^4.6.1",
"@types/node": "^18.11.9",
"@types/node-fetch": "^2.6.2",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"concurrently": "^7.5.0",
"eslint": "8.27.0",
"eslint-config-next": "13.0.3",
"husky": "^8.0.2",
"prisma": "^4.6.1",
"typescript": "4.8.4"
}
}