-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.61 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.61 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
{
"name": "photopia",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "2.1.5",
"@mdx-js/loader": "3.0.1",
"@mdx-js/react": "3.0.1",
"@next/mdx": "16.0.10",
"@next/third-parties": "16.0.10",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-toast": "^1.2.15",
"@radix-ui/react-tooltip": "^1.2.8",
"@shikijs/rehype": "3.2.1",
"@tailwindcss/postcss": "4.1.18",
"@types/mdx": "2.0.12",
"@vercel/analytics": "1.5.0",
"browser-image-compression": "^2.0.2",
"class-variance-authority": "^0.7.1",
"clsx": "2.1.0",
"exifreader": "^4.36.2",
"firebase": "12.7.0",
"firebase-admin": "13.6.0",
"jszip": "^3.10.1",
"katex": "0.16.11",
"lucide-react": "0.561.0",
"motion": "^12.23.26",
"next": "16.0.10",
"next-themes": "^0.4.6",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-katex": "3.0.1",
"remark-gfm": "4.0.0",
"shadcn": "^3.8.5",
"sharp": "0.33.4",
"shiki": "3.2.1",
"sonner": "^2.0.7",
"swr": "2.3.8",
"tailwind-merge": "^3.5.0",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@types/node": "20",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.2",
"postcss": "8.5.6",
"tailwindcss": "4.1.18",
"typescript": "5.9.3"
}
}