-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.83 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
58
59
60
61
62
63
64
65
{
"name": "gitauto",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.7.1",
"@fortawesome/free-brands-svg-icons": "^6.7.1",
"@fortawesome/free-regular-svg-icons": "^6.7.1",
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@intercom/messenger-js-sdk": "^0.0.11",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^15.0.3",
"@octokit/auth-app": "^7.1.3",
"@octokit/rest": "^21.0.2",
"@prisma/client": "^5.16.1",
"@sentry/cli": "^2.39.1",
"@sentry/nextjs": "^8.41.0",
"@stripe/react-stripe-js": "^3.0.0",
"@stripe/stripe-js": "^5.2.0",
"@supabase/supabase-js": "^2.46.2",
"@types/mdx": "^2.0.13",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"axios": "^1.7.2",
"framer-motion": "^11.2.13",
"glob": "^11.0.0",
"jsonwebtoken": "^9.0.2",
"next": "^15.0.3",
"next-auth": "^4.24.10",
"playwright": "^1.49.0",
"posthog-js": "^1.194.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"remark-gfm": "^4.0.0",
"stripe": "^17.4.0",
"swr": "^2.2.5",
"uuid": "^11.0.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"eslint": "^9.16.0",
"eslint-config-next": "^15.0.3",
"postcss": "^8.4.39",
"prisma": "^5.16.1",
"tailwindcss": "^3.4.15",
"typescript": "^5.5.3"
}
}