-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.33 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.33 KB
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": "web",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"dependencies": {
"@auth/prisma-adapter": "^2.7.4",
"@google/generative-ai": "^0.11.3",
"@icons-pack/react-simple-icons": "^9.4.1",
"@qdrant/js-client-rest": "^1.9.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.0.2",
"@repo/db": "*",
"@repo/ui": "*",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"date-fns": "^3.6.0",
"framer-motion": "^11.3.30",
"next": "^14.0.4",
"next-auth": "^4.24.7",
"next-themes": "^0.2.1",
"notion-client": "^6.16.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-notion-x": "7.2.5",
"react-scroll-to-top": "^3.0.0",
"recoil": "^0.7.7",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.0.4",
"@repo/db": "*",
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"@types/eslint": "^8.56.1",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"eslint": "^8.56.0",
"prettier-plugin-tailwindcss": "^0.6.6",
"typescript": "^5.3.3"
}
}