-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.56 KB
/
package.json
File metadata and controls
56 lines (56 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
53
54
55
56
{
"name": "do-note-ts",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"type": "module",
"dependencies": {
"@floating-ui/react": "^0.19.2",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "^2.86.2",
"@tanstack/react-query": "^4.42.0",
"@tanstack/react-query-devtools": "^4.42.0",
"@tiptap/extension-floating-menu": "^2.27.1",
"@tiptap/extension-image": "^2.27.1",
"@tiptap/extension-placeholder": "^2.27.1",
"@tiptap/extension-task-item": "^2.27.1",
"@tiptap/extension-task-list": "^2.27.1",
"@tiptap/react": "^2.27.1",
"@tiptap/starter-kit": "^2.27.1",
"@types/node": "18.15.12",
"@types/react": "18.0.37",
"@types/react-dom": "18.0.11",
"@vercel/analytics": "^1.6.1",
"clsx": "^1.2.1",
"copy-to-clipboard": "^3.3.3",
"framer-motion": "^9.1.7",
"idb": "^7.1.1",
"next": "^16.0.7",
"next-pwa": "^5.6.0",
"react": "18.2.0",
"react-content-loader": "^6.2.1",
"react-dom": "18.2.0",
"react-hot-toast": "^2.6.0",
"react-icons": "^4.12.0",
"react-loader-spinner": "^5.4.5",
"react-toggle": "^4.1.3",
"sass": "^1.94.2",
"use-debounce": "^9.0.4",
"zustand": "^4.5.7"
},
"devDependencies": {
"@biomejs/biome": "2.3.8",
"@tailwindcss/postcss": "^4.1.18",
"@types/react-toggle": "^4.0.5",
"autoprefixer": "^10.4.23",
"daisyui": "^5.5.14",
"prettier": "2.8.8",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
}
}