-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.44 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.44 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
51
52
53
54
55
{
"name": "detective-mongo-nextjs",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"test:story": "node test-crime-story.js"
},
"dependencies": {
"@auth/mongodb-adapter": "^3.11.1",
"@google/generative-ai": "^0.24.1",
"@iconify/react": "^6.0.2",
"@octokit/rest": "^21.0.2",
"@radix-ui/react-slot": "^1.2.4",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@vercel/functions": "^3.3.4",
"axios": "^1.13.2",
"bcryptjs": "^3.0.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^17.2.3",
"framer-motion": "^12.23.26",
"html2canvas": "^1.4.1",
"jspdf": "^3.0.4",
"lucide-react": "^0.562.0",
"mongodb": "^7.0.0",
"next": "16.1.1",
"next-auth": "^4.24.13",
"prism-react-renderer": "^2.4.1",
"react": "19.2.3",
"react-dom": "19.2.3",
"server-only": "^0.0.1",
"tailwind-merge": "^3.4.0",
"three": "^0.182.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@cloudflare/next-on-pages": "^1.13.16",
"@tailwindcss/postcss": "^4",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^9",
"eslint-config-next": "16.1.1",
"tailwindcss": "^4",
"typescript": "^5"
}
}