-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
118 lines (118 loc) · 4.01 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "akari",
"description": "a bluesky client",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"build": "vite build",
"test": "vitest",
"lint": "eslint src",
"preview": "vite preview",
"dev": "DOM_PREVIEW=true stmux -M -- [ [ -s 1/4 'npm run dev:dom-preview' .. -s 1/4 'npm run dev:server' ] : -s 1/2 'npm run dev:unit' ]",
"dev:unit": "vitest --ui",
"dev:server": "vite --port=5173",
"dev:dom-preview": "dom-preview --proxy-to=http://localhost:5173"
},
"dependencies": {
"@ariakit/react": "^0.4.15",
"@atproto/api": "^0.13.25",
"@hookform/resolvers": "^3.9.1",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-toggle": "^1.1.1",
"@radix-ui/react-toggle-group": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.6",
"@sinclair/typebox": "^0.34.13",
"@stdlib/error-to-json": "^0.2.2",
"@tanstack/react-query": "^5.24.1",
"@tanstack/react-query-devtools": "^5.62.3",
"@tiptap/extension-code-block-lowlight": "^2.10.4",
"@tiptap/extension-color": "^2.10.4",
"@tiptap/extension-heading": "^2.10.4",
"@tiptap/extension-horizontal-rule": "^2.10.4",
"@tiptap/extension-image": "^2.10.4",
"@tiptap/extension-link": "^2.10.4",
"@tiptap/extension-placeholder": "^2.11.0",
"@tiptap/extension-text-style": "^2.10.4",
"@tiptap/extension-typography": "^2.10.4",
"@tiptap/extension-underline": "^2.10.4",
"@tiptap/pm": "^2.10.4",
"@tiptap/react": "^2.10.4",
"@tiptap/starter-kit": "^2.10.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"i18next": "^24.1.0",
"i18next-browser-languagedetector": "^8.0.2",
"i18next-pseudo": "^2.2.1",
"lowlight": "^3.3.0",
"lucide-react": "^0.344.0",
"next-themes": "^0.4.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.1.2",
"react-hook-form": "^7.51.0",
"react-hotkeys-hook": "^4.6.1",
"react-i18next": "^15.2.0",
"react-intersection-observer": "^9.8.1",
"react-medium-image-zoom": "^5.2.12",
"react-player": "^2.16.0",
"react-timeago-i18n": "^2.3.0",
"react-virtuoso": "^4.12.3",
"sonner": "^1.7.1",
"string-byte-slice": "^3.0.0",
"tailwind-merge": "^2.6.0",
"tailwind-scrollbar-hide": "^2.0.0",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-safe-area": "^0.6.0",
"zod": "^3.24.1",
"zustand": "^4.5.1"
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"@tanstack/router-devtools": "^1.88.0",
"@tanstack/router-plugin": "^1.87.13",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@total-typescript/ts-reset": "^0.6.1",
"@types/node": "^22.10.2",
"@types/react": "^18.3.17",
"@types/react-dom": "^18.3.5",
"@types/react-helmet": "^6.1.11",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/ui": "^2.1.8",
"autoprefixer": "^10.4.20",
"dom-preview": "^0.6.3",
"eslint": "^9.9.1",
"eslint-plugin-i18next": "^6.1.1",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.11",
"globals": "^15.9.0",
"happy-dom": "^15.11.7",
"msw": "^2.7.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.49",
"react-helmet": "^6.1.0",
"stmux": "^1.8.10",
"tailwind-scrollbar-utilities": "^0.2.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.5.3",
"typescript-eslint": "^8.3.0",
"vite": "^5.4.2",
"vite-plugin-open-graph": "^2.0.6",
"vite-plugin-pwa": "^0.21.1",
"vitest": "^2.1.8",
"zod-validation-error": "^3.4.0"
}
}