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",
|
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",
|
2022-11-10 15:36:38 -04:00
|
|
|
"deploy": "npm run build && npm run db:deploy",
|
2022-10-11 16:56:51 -04:00
|
|
|
"postinstall": "prisma generate",
|
2022-10-12 15:05:56 -04:00
|
|
|
"typecheck": "tsc --noEmit",
|
2022-12-02 22:58:15 -07:00
|
|
|
"lint": "next lint",
|
2022-10-12 15:05:56 -04:00
|
|
|
"prettier:check": "prettier --check \"**/*.{ts,tsx}\"",
|
2022-10-13 10:26:04 -04:00
|
|
|
"prettier:write": "prettier --write \"**/*.{ts,tsx}\"",
|
2022-10-14 13:28:40 -04:00
|
|
|
"db:ui": "prisma studio",
|
2022-10-18 17:58:13 -06:00
|
|
|
"db:pull": "prisma db pull",
|
|
|
|
|
"db:push": "prisma db push",
|
2022-10-19 16:02:57 -06:00
|
|
|
"db:migrate": "node scripts/prisma-migrate-with-views-workaround.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-03-02 21:48:05 -05:00
|
|
|
"@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",
|
2022-11-09 12:35:41 -07:00
|
|
|
"@hookform/resolvers": "^2.9.10",
|
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",
|
|
|
|
|
"@mantine/rte": "^5.10.4",
|
|
|
|
|
"@mantine/tiptap": "^5.10.4",
|
2022-12-28 11:56:44 -07:00
|
|
|
"@next-auth/prisma-adapter": "^1.0.5",
|
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-02-21 12:04:00 -04:00
|
|
|
"@tabler/icons": "^1.119.0",
|
2022-10-14 18:31:21 -06:00
|
|
|
"@tanstack/react-query": "^4.12.0",
|
2022-10-27 15:06:39 -06:00
|
|
|
"@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",
|
2022-12-22 15:55:52 -04:00
|
|
|
"@tiptap/extension-image": "^2.0.0-beta.209",
|
|
|
|
|
"@tiptap/extension-link": "^2.0.0-beta.209",
|
2023-01-17 15:00:16 -04:00
|
|
|
"@tiptap/extension-mention": "^2.0.0-beta.209",
|
2022-12-22 15:55:52 -04:00
|
|
|
"@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",
|
2023-01-17 15:00:16 -04:00
|
|
|
"@tiptap/suggestion": "^2.0.0-beta.209",
|
2023-01-03 16:00:28 -07:00
|
|
|
"@trpc/client": "^10.7.0",
|
|
|
|
|
"@trpc/next": "^10.7.0",
|
|
|
|
|
"@trpc/react-query": "^10.7.0",
|
|
|
|
|
"@trpc/server": "^10.7.0",
|
2023-03-17 19:53:25 -06:00
|
|
|
"@types/lodash-es": "^4.17.7",
|
2023-01-10 23:05:59 -07:00
|
|
|
"@types/offscreencanvas": "^2019.7.0",
|
2023-01-18 12:16:40 -07:00
|
|
|
"@types/stripe": "^8.0.417",
|
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",
|
2022-11-18 00:08:31 -07:00
|
|
|
"babel-plugin-superjson-next": "^0.4.4",
|
2022-11-01 13:56:32 -06:00
|
|
|
"blurhash": "^2.0.4",
|
2023-01-26 13:01:48 -07:00
|
|
|
"chalk": "^5.2.0",
|
2022-10-12 15:05:56 -04:00
|
|
|
"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",
|
2022-11-16 13:19:40 -07:00
|
|
|
"exifr": "^7.1.3",
|
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",
|
2022-11-12 01:19:29 -07:00
|
|
|
"lodash": "^4.17.21",
|
2023-03-17 19:53:25 -06:00
|
|
|
"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-02-01 14:58:01 -07:00
|
|
|
"micro": "^10.0.1",
|
2023-03-25 04:19:00 -06:00
|
|
|
"next": "^12.3.4",
|
2023-01-29 10:35:22 -07:00
|
|
|
"next-auth": "^4.19.0",
|
2023-03-21 00:24:05 -06:00
|
|
|
"next-plausible": "^3.7.2",
|
2023-01-02 15:59:36 -07:00
|
|
|
"nodemailer": "^6.8.0",
|
2022-10-19 17:03:43 -06:00
|
|
|
"query-string": "^7.1.1",
|
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",
|
2022-11-01 17:57:29 -06:00
|
|
|
"react-blurhash": "^0.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",
|
2022-11-09 12:35:41 -07:00
|
|
|
"react-hook-form": "^7.39.1",
|
2022-10-17 13:53:53 -06:00
|
|
|
"react-intersection-observer": "^9.4.0",
|
2022-11-10 15:59:15 -07:00
|
|
|
"react-markdown": "^8.0.3",
|
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",
|
2022-11-14 21:39:23 -07:00
|
|
|
"remark-html": "^15.0.1",
|
|
|
|
|
"remark-parse": "^10.0.1",
|
2022-12-22 14:41:29 -07:00
|
|
|
"request-ip": "^3.3.0",
|
2023-01-10 17:54:28 -07:00
|
|
|
"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",
|
2022-11-28 12:00:57 -04:00
|
|
|
"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",
|
2023-01-17 15:00:16 -04:00
|
|
|
"tippy.js": "^6.3.7",
|
2022-11-14 21:39:23 -07:00
|
|
|
"unified": "^10.1.2",
|
2023-01-10 17:54:28 -07:00
|
|
|
"uuid": "^9.0.0",
|
2022-10-19 17:03:43 -06:00
|
|
|
"zod": "^3.19.1",
|
|
|
|
|
"zustand": "^4.1.2"
|
2022-10-11 16:56:51 -04:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@babel/core": "^7.19.3",
|
2022-10-12 15:05:56 -04:00
|
|
|
"@next/eslint-plugin-next": "^12.1.4",
|
2022-11-15 14:39:45 -07:00
|
|
|
"@types/lodash": "^4.14.189",
|
2023-01-09 16:53:29 -07:00
|
|
|
"@types/marked": "^4.0.7",
|
2022-10-14 18:31:21 -06:00
|
|
|
"@types/node": "18.11.0",
|
2023-01-02 15:59:36 -07:00
|
|
|
"@types/nodemailer": "^6.4.7",
|
2022-10-11 16:56:51 -04:00
|
|
|
"@types/react": "18.0.14",
|
|
|
|
|
"@types/react-dom": "18.0.5",
|
2022-12-22 14:41:29 -07:00
|
|
|
"@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",
|
2023-01-10 17:54:28 -07:00
|
|
|
"@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",
|
|
|
|
|
"eslint": "8.22.0",
|
2022-10-12 14:13:04 -06:00
|
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
|
|
|
"eslint-config-airbnb-typescript": "^17.0.0",
|
2022-10-12 15:05:56 -04:00
|
|
|
"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",
|
2022-10-12 15:05:56 -04:00
|
|
|
"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",
|
2022-10-12 15:05:56 -04:00
|
|
|
"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"
|
|
|
|
|
}
|
2023-03-25 04:19:00 -06:00
|
|
|
}
|