-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.24 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": "gsoc-github-finder",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^4.29.9",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.15.12",
"@tabler/icons-react": "^3.1.0",
"@tanstack/react-query": "^5.28.6",
"@types/lodash": "^4.17.0",
"@types/mongoose": "^5.11.97",
"axios": "^1.6.8",
"clsx": "^2.1.0",
"framer-motion": "^11.0.20",
"fuse.js": "^7.0.0",
"lodash": "^4.17.21",
"mongoose": "^8.2.3",
"next": "14.1.3",
"octokit": "^3.1.2",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-paginate": "^8.2.0",
"react-select": "^5.8.0",
"react-social-icons": "^6.15.0",
"recharts": "^2.12.3",
"styled-components": "^6.1.8",
"svix": "^1.21.0",
"tailwind-merge": "^2.2.2"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.3",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}