Files
civitai__civitai/package.json
T

207 lines
6.9 KiB
JSON
Raw Normal View History

2022-10-11 16:56:51 -04:00
{
"name": "model-share",
"version": "0.1.0",
"private": true,
"scripts": {
2022-12-02 22:58:15 -07:00
"start": "next start",
2022-10-11 16:56:51 -04:00
"dev": "next dev",
2023-04-12 20:34:56 +01:00
"boost": "next-boost",
2022-12-16 20:27:54 -07:00
"release": "git checkout release && git pull && git rebase main && git push && git checkout main",
2022-12-16 20:32:46 -07:00
"yolo": "npm run release",
2022-12-02 22:58:15 -07:00
"build": "next build",
2023-10-02 11:42:40 -04:00
"postbuild": "next-sitemap",
"deploy": "npm run build && npm run db:deploy",
2022-10-11 16:56:51 -04:00
"postinstall": "prisma generate",
"typecheck": "tsc --noEmit",
2022-12-02 22:58:15 -07:00
"lint": "next lint",
"prettier:check": "prettier --check \"**/*.{ts,tsx}\"",
2022-10-13 10:26:04 -04:00
"prettier:write": "prettier --write \"**/*.{ts,tsx}\"",
"db:ui": "prisma studio",
2022-10-18 17:58:13 -06:00
"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",
2023-03-24 09:40:41 -06:00
"db:deploy": "node scripts/prisma-migrate-with-views-workaround.mjs -p && db:program",
"db:program": "node scripts/prisma-prepare-programmability.mjs",
2022-11-11 12:21:02 -07:00
"db:generate": "prisma generate",
"db:seed": "prisma db seed"
2022-10-11 16:56:51 -04:00
},
2022-10-14 11:05:04 -06:00
"prisma": {
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
},
2022-10-11 16:56:51 -04:00
"dependencies": {
2022-10-14 11:28:55 -06:00
"@aws-sdk/client-s3": "^3.188.0",
"@aws-sdk/lib-storage": "^3.188.0",
2022-10-17 13:57:18 -06:00
"@aws-sdk/s3-request-presigner": "^3.188.0",
2023-07-03 11:13:10 -06:00
"@axiomhq/axiom-node": "^0.12.0",
2023-09-21 15:20:15 -06:00
"@clickhouse/client": "^0.2.2",
"@cloudamqp/amqp-client": "^2.1.1",
2022-10-17 20:33:54 -04:00
"@dnd-kit/core": "^6.0.5",
"@dnd-kit/sortable": "^7.0.1",
"@dnd-kit/utilities": "^3.2.0",
2022-10-11 16:56:51 -04:00
"@emotion/react": "^11.10.4",
"@emotion/server": "^11.10.0",
2023-04-10 18:15:45 -06:00
"@essentials/memoize-one": "^1.1.0",
"@essentials/one-key-map": "^1.2.0",
"@hookform/resolvers": "^2.9.10",
2023-09-23 14:20:33 -06:00
"@mailchimp/mailchimp_marketing": "^3.0.80",
2023-02-21 12:04:00 -04:00
"@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",
2023-04-17 14:43:40 -04:00
"@mantine/nprogress": "^5.10.4",
2023-02-21 12:04:00 -04:00
"@mantine/rte": "^5.10.4",
"@mantine/spotlight": "^5.10.4",
2023-02-21 12:04:00 -04:00
"@mantine/tiptap": "^5.10.4",
"@meilisearch/instant-meilisearch": "^0.13.5",
2023-08-17 15:00:34 -04:00
"@microsoft/signalr": "^7.0.10",
"@next-auth/prisma-adapter": "^1.0.5",
2023-04-12 20:34:56 +01:00
"@next-boost/next-boost": "^0.15.2",
"@next-boost/redis-cache": "^0.4.0",
2023-02-03 02:53:56 -07:00
"@okikio/sharedworker": "^1.0.4",
2023-02-21 09:53:06 -07:00
"@prisma/client": "^4.10.1",
2022-10-17 17:46:54 -06:00
"@react-hook/window-size": "^3.1.1",
2023-01-18 12:16:40 -07:00
"@stripe/react-stripe-js": "^1.16.3",
"@stripe/stripe-js": "^1.46.0",
2023-05-23 15:55:43 -06:00
"@tabler/icons-react": "^2.20.0",
"@tanstack/react-query": "^4.12.0",
"@tanstack/react-query-devtools": "^4.13.0",
2023-01-05 00:06:36 -07:00
"@tensorflow/tfjs": "^4.2.0",
"@tensorflow/tfjs-backend-wasm": "^4.2.0",
2023-05-24 16:57:15 -04:00
"@tiptap/extension-color": "^2.0.3",
2023-05-26 15:13:42 -04:00
"@tiptap/extension-heading": "^2.0.3",
2022-12-22 15:55:52 -04:00
"@tiptap/extension-image": "^2.0.0-beta.209",
"@tiptap/extension-link": "^2.0.0-beta.209",
"@tiptap/extension-mention": "^2.0.0-beta.209",
2022-12-22 15:55:52 -04:00
"@tiptap/extension-placeholder": "^2.0.0-beta.209",
2023-05-24 16:57:15 -04:00
"@tiptap/extension-text-style": "^2.0.3",
2022-12-22 15:55:52 -04:00
"@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",
2023-04-17 14:43:40 -04:00
"@trpc/client": "^10.20.0",
"@trpc/next": "^10.20.0",
"@trpc/react-query": "^10.20.0",
"@trpc/server": "^10.20.0",
2023-02-16 18:54:09 -07:00
"@vladmandic/human": "^3.0.5",
2022-11-14 21:39:23 -07:00
"arraybuffer-to-buffer": "^0.0.7",
2023-01-18 12:16:40 -07:00
"axios": "^1.2.3",
"blurhash": "^2.0.4",
2023-09-22 14:10:48 -06:00
"cacheable-lookup": "^7.0.0",
2023-01-26 13:01:48 -07:00
"chalk": "^5.2.0",
"chart.js": "^4.4.0",
2023-05-23 15:14:42 -06:00
"cloudflare": "^2.9.1",
"cookies-next": "^2.1.1",
2022-11-11 20:20:46 -07:00
"cron-parser": "^4.6.0",
2022-10-24 13:34:43 -04:00
"dayjs": "^1.11.6",
2023-03-03 05:22:43 -07:00
"discord.js": "^14.7.1",
2022-10-28 19:08:31 -04:00
"embla-carousel-react": "^7.0.3",
"exifreader": "^4.13.0",
2022-11-03 15:56:32 -06:00
"gray-matter": "^4.0.3",
2023-02-09 02:58:57 -07:00
"idb-keyval": "^6.2.0",
2022-10-19 17:03:43 -06:00
"immer": "^9.0.15",
2023-08-11 14:34:24 -04:00
"instantsearch.js": "^4.56.9",
2023-07-17 21:15:16 -06:00
"jsonwebtoken": "^9.0.1",
"jszip": "^3.10.1",
"lodash-es": "^4.17.21",
2023-03-23 09:22:51 -06:00
"mantine-react-table": "^0.9.5",
2022-10-17 17:46:54 -06:00
"masonic": "^3.7.0",
2023-06-07 09:24:14 -06:00
"meilisearch": "^0.33.0",
2023-02-01 14:58:01 -07:00
"micro": "^10.0.1",
"next": "^12.3.4",
"next-auth": "^4.21.1",
2023-05-16 00:07:08 +01:00
"next-axiom": "^0.17.0",
2023-03-21 00:24:05 -06:00
"next-plausible": "^3.7.2",
2023-10-02 11:42:40 -04:00
"next-sitemap": "^4.2.3",
2023-04-20 11:07:36 -06:00
"node-os-utils": "^1.3.7",
2023-01-02 15:59:36 -07:00
"nodemailer": "^6.8.0",
2023-05-12 11:18:56 -06:00
"path-to-regexp": "^6.2.1",
2023-04-01 21:09:48 -06:00
"playfab-sdk": "^2.122.230320",
2023-08-21 12:25:33 -06:00
"posthog-js": "^1.77.0",
2023-04-06 23:55:48 +01:00
"prom-client": "^14.2.0",
2022-10-19 17:03:43 -06:00
"query-string": "^7.1.1",
2023-09-18 18:10:21 -04:00
"randomstring": "^1.3.0",
2023-03-12 16:26:27 -06:00
"rate-limiter-flexible": "^2.4.1",
2022-10-11 16:56:51 -04:00
"react": "18.2.0",
"react-blurhash": "^0.2.0",
"react-chartjs-2": "^5.2.0",
2022-10-11 16:56:51 -04:00
"react-dom": "18.2.0",
2023-03-10 16:19:29 -07:00
"react-freeze": "^1.0.3",
2023-06-25 16:33:36 -06:00
"react-hook-form": "^7.45.0",
2023-08-11 14:28:28 -04:00
"react-instantsearch": "^7.0.1",
2023-08-09 15:31:44 -04:00
"react-instantsearch-router-nextjs": "^7.0.1",
"react-intersection-observer": "^9.4.0",
2022-11-10 15:59:15 -07:00
"react-markdown": "^8.0.3",
"react-social-media-embed": "^2.3.5",
"react-virtuoso": "^4.3.11",
2023-02-10 15:52:54 -07:00
"redis": "^4.6.4",
2022-12-16 15:30:31 -07:00
"rehype-raw": "^6.1.1",
2023-08-25 12:51:03 -04:00
"remark-gfm": "^3.0.1",
2022-11-14 21:39:23 -07:00
"remark-html": "^15.0.1",
"remark-parse": "^10.0.1",
"request-ip": "^3.3.0",
"run-queue": "^2.0.1",
2022-11-08 19:09:38 -04:00
"sanitize-html": "^2.7.3",
2022-11-14 21:39:23 -07:00
"sharp": "^0.31.2",
"slate": "^0.94.1",
"slate-history": "^0.93.0",
"slate-react": "^0.95.0",
"slugify": "^1.6.5",
2023-02-03 02:53:56 -07:00
"socket.io-client": "^4.5.4",
2023-01-18 12:16:40 -07:00
"stripe": "^11.6.0",
2022-10-11 16:56:51 -04:00
"superjson": "1.9.1",
"tippy.js": "^6.3.7",
2023-04-10 18:15:45 -06:00
"trie-memoize": "^1.2.0",
2022-11-14 21:39:23 -07:00
"unified": "^10.1.2",
"uuid": "^9.0.0",
2023-10-04 17:10:43 +02:00
"zod": "^3.22.3",
2022-10-19 17:03:43 -06:00
"zustand": "^4.1.2"
2022-10-11 16:56:51 -04:00
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@next/eslint-plugin-next": "^12.1.4",
2023-05-23 15:14:42 -06:00
"@types/cloudflare": "^2.7.9",
2023-07-17 21:15:16 -06:00
"@types/jsonwebtoken": "^9.0.2",
"@types/lodash": "^4.14.189",
2023-03-28 09:00:14 +00:00
"@types/lodash-es": "^4.17.7",
2023-09-23 14:20:33 -06:00
"@types/mailchimp__mailchimp_marketing": "^3.0.12",
2023-01-09 16:53:29 -07:00
"@types/marked": "^4.0.7",
"@types/node": "18.11.0",
2023-04-20 11:07:36 -06:00
"@types/node-os-utils": "^1.3.1",
2023-01-02 15:59:36 -07:00
"@types/nodemailer": "^6.4.7",
2023-03-28 09:00:14 +00:00
"@types/offscreencanvas": "^2019.7.0",
2023-09-18 18:23:03 -04:00
"@types/randomstring": "^1.1.8",
2022-10-11 16:56:51 -04:00
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"@types/request-ip": "^0.0.37",
2022-11-08 19:09:38 -04:00
"@types/sanitize-html": "^2.6.2",
2022-11-14 21:39:23 -07:00
"@types/sharp": "^0.31.0",
"@types/uuid": "^9.0.0",
2022-10-11 16:56:51 -04:00
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
2023-03-28 09:00:14 +00:00
"babel-plugin-superjson-next": "^0.4.5",
2022-10-11 16:56:51 -04:00
"eslint": "8.22.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-mantine": "2.0.0",
2022-10-11 16:56:51 -04:00
"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",
2022-10-11 16:56:51 -04:00
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.6.2",
2023-02-21 09:53:06 -07:00
"prisma": "^4.10.1",
2022-10-14 11:05:04 -06:00
"ts-node": "^10.9.1",
2022-10-11 16:56:51 -04:00
"typescript": "^4.8.4"
},
"ct3aMetadata": {
"initVersion": "6.2.1"
}
}