-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.59 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
{
"name": "at-dusk",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"generate-routes": "tsr generate",
"watch-routes": "tsr watch",
"dev": "vite",
"build": "pnpm run generate-routes && tsc && vite build",
"preview": "vite preview",
"theme": "yamada-cli tokens src/theme/theme.ts",
"theme:watch": "yamada-cli tokens src/theme/theme.ts --watch",
"format": "biome format --write src/",
"lint": "biome lint src/",
"lint:fix": "biome lint --write src/"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@phosphor-icons/react": "^2.1.7",
"@tanstack/react-router": "^1.56.5",
"@yamada-ui/carousel": "^1.0.37",
"@yamada-ui/react": "^1.5.0",
"misskey-js": "^2024.8.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"reconnecting-websocket": "^4.4.0",
"swr": "^2.2.5",
"uuid": "^10.0.0",
"zod": "^3.23.8",
"zustand": "^4.5.5"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@tanstack/router-cli": "^1.56.4",
"@tanstack/router-devtools": "^1.56.5",
"@tanstack/router-plugin": "^1.56.4",
"@types/node": "^20.16.5",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"@yamada-ui/cli": "^1.1.1",
"typescript": "^5.5.4",
"vite": "^5.4.3",
"vite-tsconfig-paths": "^4.3.2"
},
"packageManager": "pnpm@9.10.0+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
}