generated from tctien342/ntr-template
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
153 lines (153 loc) · 4.82 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"name": "next-golden-template",
"version": "0.1.0",
"private": true,
"scripts": {
"cli": "bunx tsx ./cli.ts",
"dev:next": "next dev",
"dev:trpc": "bun --watch ./server/run.ts",
"dev": "run-p dev:**",
"build": "next build",
"start:trpc": "bun ./server/run.ts",
"start:next": "next start",
"start": "run-p start:**",
"lint": "next lint",
"mikro": "bun run mikro-orm",
"format": "prettier --write ."
},
"packageManager": "^[email protected]",
"dependencies": {
"@babel/plugin-transform-private-methods": "^7.25.9",
"@elysiajs/bearer": "^1.1.2",
"@elysiajs/cron": "^1.1.1",
"@elysiajs/swagger": "^1.1.6",
"@heroicons/react": "^2.2.0",
"@hookform/resolvers": "^3.9.1",
"@langchain/core": "^0.3.25",
"@langchain/openai": "^0.3.16",
"@mikro-orm/cli": "^6.4.3",
"@mikro-orm/core": "^6.4.3",
"@mikro-orm/libsql": "^6.4.3",
"@mikro-orm/reflection": "^6.4.3",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-alert-dialog": "^1.1.3",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-collapsible": "^1.1.2",
"@radix-ui/react-context-menu": "^2.2.3",
"@radix-ui/react-dialog": "^1.1.3",
"@radix-ui/react-dropdown-menu": "^2.1.3",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-navigation-menu": "^1.2.2",
"@radix-ui/react-popover": "^1.1.3",
"@radix-ui/react-progress": "^1.1.1",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-select": "^2.1.3",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-toast": "^1.2.3",
"@radix-ui/react-tooltip": "^1.1.5",
"@radix-ui/react-visually-hidden": "^1.1.1",
"@saintno/comfyui-sdk": "^0.2.43",
"@saintno/needed-tools": "^0.3.5",
"@tanstack/react-query": "^5.64.1",
"@tanstack/react-virtual": "^3.11.1",
"@trpc/client": "^11.0.0-rc.700",
"@trpc/next": "^11.0.0-rc.700",
"@trpc/react-query": "^11.0.0-rc.700",
"@trpc/server": "^11.0.0-rc.700",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"@xyflow/react": "^12.3.6",
"babel-plugin-react-compiler": "^19.0.0-beta-201e55d-20241215",
"citty": "^0.1.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"cors": "^2.8.5",
"dagre": "^0.8.5",
"elysia": "^1.1.26",
"embla-carousel-react": "^8.5.1",
"file-saver": "^2.0.5",
"framer-motion": "^11.14.4",
"httpsnippet": "^3.0.9",
"ioredis": "^5.4.2",
"javascript-time-ago": "^2.5.11",
"jsonwebtoken": "^9.0.2",
"jszip": "^3.10.1",
"libsql": "^0.4.7",
"lightgallery": "^2.8.2",
"lru-cache": "^11.0.2",
"lucide-react": "^0.439.0",
"mime": "^4.0.4",
"next": "15.1.2",
"next-auth": "^4.24.11",
"next-intl": "^3.26.1",
"npm-run-all2": "^6.2.6",
"perf_hooks": "^0.0.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-dropzone": "^14.3.5",
"react-hook-form": "^7.54.1",
"react-idle-timer": "^5.7.2",
"react-photo-view": "^1.2.6",
"react-syntax-highlighter": "^15.6.1",
"react-winbox": "^1.5.0",
"react-zoom-pan-pinch": "^3.6.1",
"reflect-metadata": "^0.2.2",
"sass": "^1.83.0",
"sharp": "^0.33.5",
"source-map-support": "^0.5.21",
"superjson": "^2.2.2",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-animated": "^1.1.2",
"trpc-bun-adapter": "^1.2.2",
"ts-results": "^3.3.0",
"tslib": "^2.8.1",
"ua-parser-js": "^2.0.0",
"uuid": "^10.0.0",
"zod": "^3.24.1",
"zustand": "^4.5.5"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.25.9",
"@babel/plugin-transform-private-property-in-object": "^7.25.9",
"@types/bun": "^1.2.0",
"@types/cors": "^2.8.17",
"@types/dagre": "^0.7.52",
"@types/file-saver": "^2.0.7",
"@types/jsonwebtoken": "^9.0.7",
"@types/lodash": "^4.17.13",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.20",
"babel-plugin-transform-typescript-metadata": "^0.3.2",
"eslint": "^8.57.1",
"eslint-config-next": "15.1.2",
"eslint-config-prettier": "^9.1.0",
"million": "^3.1.11",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"tailwindcss": "^3.4.16",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
},
"mikro-orm": {
"useTsNode": true,
"tsConfigPath": "./tsconfig.mikro-orm.json",
"configPaths": [
"./mikro-orm.config.ts"
]
},
"overrides": {
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2"
}
}