forked from civitai/civitai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
210 lines (210 loc) · 7.06 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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
{
"name": "model-share",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "next start",
"dev": "next dev",
"boost": "next-boost",
"release": "git checkout release && git pull && git rebase main && git push && git checkout main",
"yolo": "npm run release",
"build": "next build",
"postbuild": "next-sitemap",
"deploy": "npm run build && npm run db:deploy",
"postinstall": "prisma generate",
"typecheck": "tsc --noEmit",
"lint": "next lint",
"prettier:check": "prettier --check \"**/*.{ts,tsx}\"",
"prettier:write": "prettier --write \"**/*.{ts,tsx}\"",
"db:ui": "prisma studio",
"db:pull": "prisma db pull",
"db:push": "prisma db push",
"db:migrate": "node scripts/prisma-migrate-with-views-workaround.mjs",
"db:applied": "node scripts/prisma-mark-migration-applied.mjs",
"db:deploy": "node scripts/prisma-migrate-with-views-workaround.mjs -p && npm run db:program",
"db:program": "node scripts/prisma-prepare-programmability.mjs",
"db:generate": "prisma generate",
"db:seed": "prisma db seed"
},
"prisma": {
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.188.0",
"@aws-sdk/lib-storage": "^3.188.0",
"@aws-sdk/s3-request-presigner": "^3.188.0",
"@axiomhq/axiom-node": "^0.12.0",
"@clickhouse/client": "^0.2.2",
"@cloudamqp/amqp-client": "^2.1.1",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@emotion/react": "^11.10.4",
"@emotion/server": "^11.10.0",
"@essentials/memoize-one": "^1.1.0",
"@essentials/one-key-map": "^1.2.0",
"@hookform/resolvers": "^2.9.10",
"@mailchimp/mailchimp_marketing": "^3.0.80",
"@mantine/carousel": "^5.10.4",
"@mantine/core": "^5.10.4",
"@mantine/dates": "^5.10.4",
"@mantine/dropzone": "^5.10.4",
"@mantine/form": "^5.10.4",
"@mantine/hooks": "^5.10.4",
"@mantine/modals": "^5.10.4",
"@mantine/next": "^5.10.4",
"@mantine/notifications": "^5.10.4",
"@mantine/nprogress": "^5.10.4",
"@mantine/rte": "^5.10.4",
"@mantine/spotlight": "^5.10.4",
"@mantine/tiptap": "^5.10.4",
"@meilisearch/instant-meilisearch": "^0.13.5",
"@microsoft/signalr": "^7.0.10",
"@next-auth/prisma-adapter": "^1.0.5",
"@next-boost/next-boost": "^0.15.2",
"@next-boost/redis-cache": "^0.4.0",
"@okikio/sharedworker": "^1.0.4",
"@prisma/client": "^5.4.2",
"@react-hook/window-size": "^3.1.1",
"@stripe/react-stripe-js": "^2.4.0",
"@stripe/stripe-js": "^2.2.0",
"@tabler/icons-react": "^2.20.0",
"@tanstack/react-query": "^4.12.0",
"@tanstack/react-query-devtools": "^4.13.0",
"@tensorflow/tfjs": "^4.2.0",
"@tensorflow/tfjs-backend-wasm": "^4.2.0",
"@tiptap/extension-color": "^2.0.3",
"@tiptap/extension-heading": "^2.0.3",
"@tiptap/extension-image": "^2.0.0-beta.209",
"@tiptap/extension-link": "^2.0.0-beta.209",
"@tiptap/extension-mention": "^2.0.0-beta.209",
"@tiptap/extension-placeholder": "^2.0.0-beta.209",
"@tiptap/extension-text-style": "^2.0.3",
"@tiptap/extension-underline": "^2.0.0-beta.209",
"@tiptap/extension-youtube": "^2.0.0-beta.209",
"@tiptap/react": "^2.0.0-beta.209",
"@tiptap/starter-kit": "^2.0.0-beta.209",
"@tiptap/suggestion": "^2.0.0-beta.209",
"@trpc/client": "^10.20.0",
"@trpc/next": "^10.20.0",
"@trpc/react-query": "^10.20.0",
"@trpc/server": "^10.20.0",
"@vladmandic/human": "^3.0.5",
"arraybuffer-to-buffer": "^0.0.7",
"axios": "^1.2.3",
"blurhash": "^2.0.4",
"cacheable-lookup": "^7.0.0",
"chalk": "^5.2.0",
"chart.js": "^4.4.0",
"chartjs-adapter-dayjs-4": "^1.0.4",
"cloudflare": "^2.9.1",
"cookies-next": "^2.1.1",
"cron-parser": "^4.6.0",
"dayjs": "^1.11.6",
"discord.js": "^14.7.1",
"embla-carousel-react": "^7.0.3",
"exifreader": "^4.13.0",
"gray-matter": "^4.0.3",
"idb-keyval": "^6.2.0",
"immer": "^9.0.15",
"instantsearch.js": "^4.56.9",
"jsonwebtoken": "^9.0.1",
"jssha": "^3.3.1",
"jszip": "^3.10.1",
"lodash-es": "^4.17.21",
"mantine-react-table": "^0.9.5",
"masonic": "^3.7.0",
"meilisearch": "^0.33.0",
"micro": "^10.0.1",
"next": "^12.3.4",
"next-auth": "^4.21.1",
"next-axiom": "^0.17.0",
"next-plausible": "^3.7.2",
"next-sitemap": "^4.2.3",
"node-os-utils": "^1.3.7",
"nodemailer": "^6.8.0",
"path-to-regexp": "^6.2.1",
"playfab-sdk": "^2.122.230320",
"posthog-js": "^1.77.0",
"prom-client": "^14.2.0",
"query-string": "^7.1.1",
"rand-seed": "^1.0.2",
"randomstring": "^1.3.0",
"rate-limiter-flexible": "^2.4.1",
"react": "18.2.0",
"react-blurhash": "^0.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-freeze": "^1.0.3",
"react-hook-form": "^7.45.0",
"react-instantsearch": "^7.0.1",
"react-instantsearch-router-nextjs": "^7.0.1",
"react-intersection-observer": "^9.4.0",
"react-markdown": "^8.0.3",
"react-social-media-embed": "^2.3.5",
"react-virtuoso": "^4.3.11",
"redis": "^4.6.4",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.1",
"remark-parse": "^10.0.1",
"request-ip": "^3.3.0",
"run-queue": "^2.0.1",
"sanitize-html": "^2.7.3",
"sharp": "^0.31.2",
"slate": "^0.94.1",
"slate-history": "^0.93.0",
"slate-react": "^0.95.0",
"slugify": "^1.6.5",
"socket.io-client": "^4.5.4",
"stripe": "^11.6.0",
"superjson": "1.9.1",
"tippy.js": "^6.3.7",
"trie-memoize": "^1.2.0",
"unified": "^10.1.2",
"uuid": "^9.0.0",
"zod": "^3.22.3",
"zustand": "^4.1.2"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@next/eslint-plugin-next": "^12.1.4",
"@types/cloudflare": "^2.7.9",
"@types/jsonwebtoken": "^9.0.2",
"@types/lodash": "^4.14.189",
"@types/lodash-es": "^4.17.7",
"@types/mailchimp__mailchimp_marketing": "^3.0.12",
"@types/marked": "^4.0.7",
"@types/node": "18.11.0",
"@types/node-os-utils": "^1.3.1",
"@types/nodemailer": "^6.4.7",
"@types/offscreencanvas": "^2019.7.0",
"@types/randomstring": "^1.1.8",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"@types/request-ip": "^0.0.37",
"@types/sanitize-html": "^2.6.2",
"@types/sharp": "^0.31.0",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"babel-plugin-superjson-next": "^0.4.5",
"eslint": "8.22.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-mantine": "2.0.0",
"eslint-config-next": "12.3.1",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.6.2",
"prisma": "^5.4.2",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},
"ct3aMetadata": {
"initVersion": "6.2.1"
}
}