-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.67 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
{
"name": "developerlookup",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "echo Redirecting command to postdev to avoid recursion error",
"postdev": "vercel pull && vercel dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"deploy": "vercel pull && vercel build --prod && vercel deploy --prod",
"svgo": "svgo -f static/svg/input -o static/svg/output",
"ts:check": "tsc --noEmit"
},
"dependencies": {
"@googlemaps/google-maps-services-js": "^3.3.16",
"@octokit/auth-oauth-app": "^5.0.6",
"@octokit/plugin-retry": "^4.1.6",
"@octokit/rest": "^20.0.1",
"@vercel/analytics": "^0.1.11",
"client-only": "^0.0.1",
"cookies-next": "^2.1.2",
"country-flag-icons": "^1.5.5",
"detect-programming-language": "^1.0.4",
"github-username-regex": "^1.0.0",
"gsap": "^3.12.2",
"is-consecutive-day": "^1.0.0",
"language-detect": "^1.1.0",
"next": "^13.4.9",
"programming-colors": "^1.0.3",
"react": "18.2.0",
"react-content-loader": "^6.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.10.1",
"recharts": "^2.1.16",
"server-only": "^0.0.1",
"sharp": "^0.31.2",
"svgo": "^3.0.2",
"tailwind-shades-for-custom-colors": "^1.0.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@octokit/types": "^10.0.0",
"@types/github-username-regex": "^1.0.0",
"@types/node": "18.11.7",
"@types/react": "18.0.24",
"@types/react-dom": "18.0.8",
"@types/uuid": "^9.0.2",
"autoprefixer": "^10.4.13",
"eslint": "8.26.0",
"eslint-config-next": "13.0.0",
"postcss": "^8.4.18",
"tailwindcss": "^3.3.2",
"typescript": "^5.1.6"
}
}