-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.7 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.7 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
62
{
"name": "new-api-sync",
"version": "0.5.0",
"description": "Declarative multi-provider sync for new-api instances",
"type": "module",
"private": true,
"scripts": {
"sync": "bun run src/cli/index.ts",
"dev": "bun --watch run src/server/route.ts 2>&1 | tee /tmp/next.log",
"ui": "bun run src/cli/index.ts ui",
"typecheck": "tsc",
"build": "bun run src/build.ts",
"prettier": "prettier --write ."
},
"dependencies": {
"@base-ui/react": "1.5.0",
"@elysiajs/eden": "1.4.9",
"@elysiajs/static": "1.4.10",
"@hookform/resolvers": "5.4.0",
"@sinclair/typebox": "0.34.49",
"@tanstack/react-query": "5.101.0",
"ansi_up": "6.0.6",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"commander": "15.0.0",
"consola": "3.4.2",
"country-flag-icons": "1.6.17",
"elysia": "1.4.28",
"fast-equals": "6.0.0",
"lucide-react": "1.17.0",
"micromatch": "4.0.8",
"ofetch": "1.5.1",
"p-limit": "7.3.0",
"react": "19.2.7",
"react-dom": "19.2.7",
"react-hook-form": "7.77.0",
"remove-markdown": "0.6.4",
"safe-stable-stringify": "2.5.0",
"shadcn": "4.10.0",
"sonner": "2.0.7",
"tailwind-merge": "3.6.0",
"tw-animate-css": "1.4.0",
"use-intl": "4.13.0",
"yaml": "2.9.0",
"zustand": "5.0.14"
},
"devDependencies": {
"@types/bun": "1.3.14",
"@types/micromatch": "4.0.10",
"@types/node": "25.9.1",
"@types/react": "19.2.16",
"@types/react-dom": "19.2.3",
"@types/remove-markdown": "0.3.4",
"bun-plugin-tailwind": "0.1.2",
"prettier": "3.8.3",
"prettier-plugin-tailwindcss": "0.8.0",
"tailwindcss": "4.3.0"
},
"peerDependencies": {
"typescript": "6.0.3"
}
}