-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.91 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
68
69
70
71
72
73
74
{
"name": "tomori",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@floating-ui/react-dom": "^2.1.2",
"@mx-space/api-client": "^1.16.1",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-tooltip": "^1.1.3",
"@shadcn/ui": "^0.0.4",
"@shikijs/core": "^1.21.0",
"@shikijs/rehype": "^1.21.0",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-query": "^5.59.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"daisyui": "^4.12.12",
"dayjs": "^1.11.13",
"dotenv": "^16.4.5",
"framer-motion": "^11.11.1",
"jotai": "^2.10.0",
"js-cookie": "^3.0.5",
"katex": "^0.16.11",
"next": "14.2.13",
"next-themes": "^0.3.0",
"ofetch": "^1.4.0",
"qrcode.react": "^4.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"shiki": "^1.21.0",
"swr": "^2.2.5",
"tailwind-merge": "^2.5.3",
"tailwind-variants": "^0.2.1",
"tailwindcss-animate": "^1.0.7",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"vaul": "^1.0.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.1",
"@iconify/react": "^5.0.2",
"@shikijs/transformers": "^1.21.0",
"@types/hast": "^3.0.4",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.16.10",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"sass-embedded": "^1.79.4",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
}
}