-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.56 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.56 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
{
"name": "alpaca",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start -p 3012",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@floating-ui/react": "^0.27.8",
"@tiptap/extension-highlight": "^2.11.7",
"@tiptap/extension-link": "^2.11.7",
"@tiptap/extension-placeholder": "^2.11.7",
"@tiptap/extension-underline": "^2.11.7",
"@tiptap/react": "^2.11.7",
"@tiptap/starter-kit": "^2.11.7",
"@uploadthing/react": "^7.3.0",
"bcrypt": "^5.1.1",
"canvas-confetti": "^1.9.3",
"date-fns": "^4.1.0",
"highlight.js": "^11.11.1",
"jose": "^6.0.10",
"kysely": "^0.28.2",
"mysql2": "^3.14.0",
"nanoid": "^5.1.5",
"next": "^16.0.7",
"node-2fa": "^2.0.3",
"prismjs": "^1.30.0",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-qr-code": "^2.0.15",
"react-responsive-masonry": "^2.7.1",
"resend": "^4.4.1",
"simple-markdown": "^0.7.3",
"slate": "^0.112.0",
"slate-history": "^0.113.1",
"slate-react": "^0.112.1",
"uploadthing": "^7.6.0",
"zustand": "^5.0.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"eslint": "^9.25.1",
"eslint-config-next": "15.3.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0"
}
}