forked from civitai/civitai
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
148 lines (148 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
{
"name": "model-share",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "next start",
"dev": "next dev",
"release": "git checkout release && git pull && git rebase main && git push && git checkout main",
"yolo": "npm run release",
"build": "next build",
"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:deploy": "node scripts/prisma-migrate-with-views-workaround.mjs -p",
"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",
"@dnd-kit/core": "^6.0.5",
"@dnd-kit/sortable": "^7.0.1",
"@dnd-kit/utilities": "^3.2.0",
"@emotion/react": "^11.10.4",
"@emotion/server": "^11.10.0",
"@hookform/resolvers": "^2.9.10",
"@mantine/carousel": "^5.9.5",
"@mantine/core": "^5.9.5",
"@mantine/dates": "^5.9.5",
"@mantine/dropzone": "^5.9.5",
"@mantine/form": "^5.9.5",
"@mantine/hooks": "^5.9.5",
"@mantine/modals": "^5.9.5",
"@mantine/next": "^5.9.5",
"@mantine/notifications": "^5.9.5",
"@mantine/rte": "^5.9.5",
"@mantine/tiptap": "^5.9.5",
"@next-auth/prisma-adapter": "^1.0.5",
"@prisma/client": "^4.8.0",
"@react-hook/window-size": "^3.1.1",
"@stripe/react-stripe-js": "^1.16.3",
"@stripe/stripe-js": "^1.46.0",
"@tabler/icons": "1.118",
"@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-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-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.7.0",
"@trpc/next": "^10.7.0",
"@trpc/react-query": "^10.7.0",
"@trpc/server": "^10.7.0",
"@types/offscreencanvas": "^2019.7.0",
"@types/stripe": "^8.0.417",
"arraybuffer-to-buffer": "^0.0.7",
"axios": "^1.2.3",
"babel-plugin-superjson-next": "^0.4.4",
"blurhash": "^2.0.4",
"chalk": "^5.2.0",
"cookies-next": "^2.1.1",
"cron-parser": "^4.6.0",
"dayjs": "^1.11.6",
"embla-carousel-react": "^7.0.3",
"exifr": "^7.1.3",
"gray-matter": "^4.0.3",
"immer": "^9.0.15",
"lodash": "^4.17.21",
"masonic": "^3.7.0",
"micro": "^10.0.1",
"next": "12.3.1",
"next-auth": "^4.19.0",
"nodemailer": "^6.8.0",
"query-string": "^7.1.1",
"react": "18.2.0",
"react-blurhash": "^0.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.39.1",
"react-intersection-observer": "^9.4.0",
"react-markdown": "^8.0.3",
"redis": "^4.6.4",
"rehype-raw": "^6.1.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",
"slugify": "^1.6.5",
"stripe": "^11.6.0",
"superjson": "1.9.1",
"tippy.js": "^6.3.7",
"unified": "^10.1.2",
"uuid": "^9.0.0",
"zod": "^3.19.1",
"zustand": "^4.1.2"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@next/eslint-plugin-next": "^12.1.4",
"@types/lodash": "^4.14.189",
"@types/marked": "^4.0.7",
"@types/node": "18.11.0",
"@types/nodemailer": "^6.4.7",
"@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",
"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": "^4.8.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},
"ct3aMetadata": {
"initVersion": "6.2.1"
}
}