-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.9 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.9 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
{
"name": "intellipage",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"test": "jest --watch",
"test:ci": "jest --ci",
"type-check": "tsc --noEmit",
"analyze": "ANALYZE=true next build"
},
"dependencies": {
"@blocknote/react": "^0.24.1",
"@blocknote/shadcn": "^0.24.1",
"@clerk/nextjs": "^6.11.3",
"@heroicons/react": "^2.2.0",
"@liveblocks/client": "^2.18.3",
"@liveblocks/core": "^2.18.3",
"@liveblocks/node": "^2.18.3",
"@liveblocks/react": "^2.18.3",
"@liveblocks/yjs": "^2.18.3",
"@radix-ui/react-avatar": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.8",
"@slate-yjs/core": "^1.0.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"firebase": "^10.13.2",
"firebase-admin": "^12.6.0",
"framer-motion": "^12.4.7",
"lucide-react": "^0.475.0",
"next": "15.1.11",
"next-themes": "^0.4.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-firebase-hooks": "^5.1.1",
"react-markdown": "^10.1.0",
"slate": "^0.112.0",
"slate-react": "^0.112.1",
"sonner": "^2.0.1",
"tailwind-merge": "^3.0.1",
"tailwindcss-animate": "^1.0.7",
"yjs": "^13.6.23",
"zod": "^3.22.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@types/jest": "^29.5.11",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.1.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8",
"prettier": "^2.8.8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}