-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.31 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
{
"name": "code-nest-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prettier": "prettier . --write",
"lint": "next lint"
},
"dependencies": {
"@google/generative-ai": "^0.16.0",
"@next/eslint-plugin-next": "^14.2.5",
"@next/third-parties": "^14.2.5",
"@nextui-org/react": "2.4.6",
"@nextui-org/system": "2.2.5",
"@nextui-org/theme": "2.2.9",
"@supabase/ssr": "0.4.0",
"@supabase/supabase-js": "2.45.0",
"@tailwindcss/typography": "^0.5.13",
"@vercel/analytics": "^1.3.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"framer-motion": "11.3.21",
"jszip": "^3.10.1",
"next": "14.2.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.2.1",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"sonner": "^1.5.0",
"tailwind-merge": "^2.4.0"
},
"devDependencies": {
"@types/eslint": "^9.6.0",
"@types/node": "22.1.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-syntax-highlighter": "^15.5.13",
"eslint": "9.8.0",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "^9.1.0",
"postcss": "8.4.40",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.7",
"typescript": "5.5.4"
}
}