This repository has been archived by the owner on Mar 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.49 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
{
"name": "developer-reputation-app",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@fontsource/montserrat": "^4.5.13",
"@fontsource/nunito-sans": "^4.5.10",
"@next/font": "13.0.7",
"@octokit/auth-oauth-user": "^2.0.4",
"@octokit/core": "^4.1.0",
"@octokit/request": "^6.2.2",
"@octokit/rest": "^19.0.5",
"@octokit/types": "^8.0.0",
"@tanstack/react-query": "^4.22.0",
"axios": "^1.2.1",
"date-fns": "^2.29.3",
"dotenv": "^16.0.3",
"email-validator": "^2.0.4",
"eslint": "8.30.0",
"eslint-config-next": "13.0.7",
"nanoid": "^4.0.0",
"next": "13.0.7",
"next-api-middleware": "^2.0.1",
"next-auth": "^4.18.7",
"pino": "^8.8.0",
"pino-pretty": "^9.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-responsive-modal": "^6.4.1",
"react-toastify": "^9.1.1",
"styled-components": "^5.3.6",
"typescript": "4.9.4",
"zod": "^3.20.2"
},
"devDependencies": {
"@types/jest": "^29.4.0",
"@types/node": "^18.13.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.10",
"@types/styled-components": "^5.1.26",
"autoprefixer": "^10.4.13",
"jest": "^29.4.1",
"node-mocks-http": "^1.12.1",
"postcss": "^8.4.21",
"react-icons": "^4.7.1",
"sass": "^1.57.1",
"tailwindcss": "^3.2.6",
"typescript": "4.9.4"
}
}