-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.73 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.73 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
{
"name": "mindmatrix",
"version": "0.6.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"test": "vitest run",
"test:watch": "vitest",
"db:push": "drizzle-kit push",
"db:migrate": "drizzle-kit generate && drizzle-kit migrate"
},
"dependencies": {
"@better-auth/drizzle-adapter": "^1.6.18",
"@codemirror/lang-markdown": "^6.5.0",
"@radix-ui/react-dialog": "^1.1.16",
"@radix-ui/react-dropdown-menu": "^2.1.17",
"@radix-ui/react-slot": "^1.2.5",
"@radix-ui/react-tabs": "^1.1.14",
"@radix-ui/react-toast": "^1.2.16",
"@radix-ui/react-tooltip": "^1.2.9",
"@types/nodemailer": "^8.0.1",
"@uiw/react-codemirror": "^4.25.10",
"better-auth": "^1.6.18",
"clsx": "^2.1.1",
"drizzle-kit": "^0.31.10",
"drizzle-orm": "^0.45.2",
"lucide-react": "^1.18.0",
"next": "16.2.9",
"nodemailer": "^8.0.11",
"postgres": "^3.4.9",
"prismjs": "^1.30.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-markdown": "^10.1.0",
"rehype-sanitize": "^6.0.0",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.1",
"sass": "^1.101.0",
"y-protocols": "^1.0.7",
"yjs": "^13.6.31",
"zod": "^4.4.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@tauri-apps/plugin-store": "^2",
"@types/node": "^20",
"@types/prismjs": "^1.26.6",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitejs/plugin-react": "^6.0.2",
"eslint": "^9",
"eslint-config-next": "16.2.9",
"jsdom": "^29.1.1",
"typescript": "^5",
"vitest": "^4.1.8"
}
}