-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 2.93 KB
/
Copy pathpackage.json
File metadata and controls
95 lines (95 loc) · 2.93 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "paper_ai",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev:collab": "partykit dev --port 1999",
"dev:full": "sh -c 'npm run dev:collab & npm run dev'",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/openai": "^3.0.68",
"@ai-sdk/openai-compatible": "^2.0.48",
"@blocknote/core": "^0.25.2",
"@blocknote/mantine": "^0.25.2",
"@blocknote/react": "^0.25.2",
"@blocknote/xl-docx-exporter": "^0.26.0",
"@blocknote/xl-pdf-exporter": "^0.26.0",
"@blocksuite/blocks": "0.13.0-canary-202403120738-e15d583",
"@blocksuite/presets": "0.13.0-canary-202403120738-e15d583",
"@blocksuite/store": "0.13.0-canary-202403120738-e15d583",
"@hookform/resolvers": "^3.10.0",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.1.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.1.7",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-radio-group": "^1.2.3",
"@radix-ui/react-select": "^2.1.7",
"@radix-ui/react-separator": "^1.1.3",
"@radix-ui/react-slot": "^1.2.0",
"@radix-ui/react-switch": "^1.1.3",
"@radix-ui/react-tabs": "^1.1.3",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.1.8",
"@react-pdf/renderer": "^4.3.0",
"@tanstack/react-query": "^5.68.0",
"@tanstack/react-query-devtools": "^5.68.0",
"@types/bcryptjs": "^2.4.6",
"@types/file-saver": "^2.0.7",
"@types/jsonwebtoken": "^9.0.9",
"ai": "^6.0.198",
"bcryptjs": "^3.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^1.1.1",
"docx": "^9.3.0",
"file-saver": "^2.0.5",
"framer-motion": "^11.0.5",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^1.17.0",
"mammoth": "^1.9.0",
"mongodb": "^6.3.0",
"mongoose": "^8.1.2",
"motion": "^12.6.2",
"next": "^15.5.19",
"next-themes": "^0.2.1",
"novel": "^0.2.12",
"partykit": "^0.0.112",
"partysocket": "^1.1.0",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-hook-form": "^7.54.2",
"react-hotkeys-hook": "^4.6.1",
"react-icons": "^5.0.1",
"react-use-measure": "^2.1.7",
"sonner": "^2.0.2",
"svix": "^1.19.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"use-debounce": "^10.0.0",
"uuid": "^9.0.1",
"y-partykit": "^0.0.32",
"yjs": "^13.6.24",
"zod": "^3.24.2",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/node": "^20.11.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-config-next": "15.0.0",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
}
}