forked from pdelfan/ouranos
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
67 lines (67 loc) · 2.02 KB
/
package.json
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
{
"name": "ouranos",
"version": "0.7.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@atproto/api": "^0.13.11",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-hover-card": "^1.1.2",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"@tanstack/react-query": "^5.59.0",
"@tiptap/extension-character-count": "2.8.0",
"@tiptap/extension-link": "2.8.0",
"@tiptap/extension-mention": "2.8.0",
"@tiptap/extension-placeholder": "2.8.0",
"@tiptap/pm": "2.8.0",
"@tiptap/react": "2.8.0",
"@tiptap/starter-kit": "2.8.0",
"@tiptap/suggestion": "2.8.0",
"@uidotdev/usehooks": "^2.4.1",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"@vidstack/react": "^1.12.11",
"browser-image-compression": "^2.0.2",
"emoji-picker-react": "^4.12.0",
"jwt-decode": "^4.0.0",
"next": "14.2.14",
"next-auth": "^4.24.5",
"next-themes": "^0.3.0",
"npm": "^10.9.0",
"react": "^18.3.1",
"react-circular-progressbar": "^2.1.0",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.9",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"react-infinite-scroll-component": "^6.1.0",
"sharp": "^0.33.5",
"tailwindcss-animate": "^1.0.7",
"tinyld": "^1.3.4",
"use-clipboard-copy": "^0.2.0",
"use-debounce": "^10.0.3"
},
"devDependencies": {
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "14.2.14",
"postcss": "^8.4.47",
"tailwindcss": "3.4.13",
"tailwindcss-animated": "^1.1.2",
"typescript": "^5.6.2"
}
}