-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.92 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.92 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "seqatic",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "eslint",
"cleanup-db": "npx tsx scripts/cleanup-db.ts"
},
"dependencies": {
"@auth/prisma-adapter": "^2.10.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@google/generative-ai": "^0.24.1",
"@hookform/resolvers": "^5.2.1",
"@monaco-editor/react": "^4.7.0",
"@prisma/client": "^6.15.0",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-slot": "^1.2.3",
"@tabler/icons-react": "^3.34.1",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/react-table": "^8.21.3",
"bcrypt": "^6.0.0",
"bright": "^1.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"framer-motion": "^12.23.12",
"geist": "^1.5.1",
"lucide-react": "^0.542.0",
"monaco-themes": "^0.4.7",
"mongodb": "^6.19.0",
"mongoose": "^8.18.1",
"motion": "^12.23.12",
"next": "15.5.2",
"next-auth": "^5.0.0-beta.29",
"prisma": "^6.15.0",
"radix-ui": "^1.4.3",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.62.0",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"simplex-noise": "^4.0.3",
"sql.js": "^1.1.0",
"tailwind-merge": "^3.3.1",
"use-stick-to-bottom": "^1.1.1",
"zod": "^3.25.76"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/bcrypt": "^6.0.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/sql.js": "^1.4.9",
"eslint": "^9",
"eslint-config-next": "15.5.2",
"shadcn": "^3.2.1",
"tailwindcss": "^4.1.13",
"tw-animate-css": "^1.3.8",
"typescript": "^5"
}
}