-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.15 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
{
"name": "services-dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "echo no tests!"
},
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.6",
"@next/font": "13.3.0",
"@octokit/auth-app": "^4.0.9",
"@octokit/types": "^9.0.0",
"@primer/css": "^21.0.0",
"@primer/octicons-react": "^18.3.0",
"@primer/react": "^35.24.0",
"@prisma/client": "^4.13.0",
"chart.js": "^4.2.1",
"encoding": "^0.1.13",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"next": "13.3.0",
"next-auth": "^4.22.1",
"octokit": "^2.0.14",
"pino": "^8.11.0",
"pnpm": "^8.3.1",
"prisma": "^4.13.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"sass": "^1.62.0",
"sharp": "^0.32.0",
"styled-components": "^5.3.9",
"typescript": "5.0.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/node": "18.15.11",
"@types/react": "18.0.37",
"@types/react-dom": "18.0.11",
"@types/uuid": "^9.0.1"
}
}