067e19fec9
* Attach webhook to http endpoint * Create internal webhook handler job * Fix delivery * Add webhook trigger * Index webhooks * Fix webhook connect * Webhook activation * Rename to TriggerWebhook * Save webhooks to index * Extend register payload * Revert attachSource * Add update webhook helper * Use crud interface for registration * Remove filter from params * Destructure options * Missing ohash dep * Chainable trigger filter * Optional request verification * Handler call with context * Update config on register success * Rename to webhookData * Add basic key-value store * Improve kv store * Webhook trigger UI * Webhook delivery UI * Some fixes * Airtable experiments * Fix tabs transitions * Only run register if config differs * Use subtasks for delivery * Missing dep * Error handing and fixes * Namespace cursor * Fix hmac verification * Gut Airtable * Lockfile * Template optional api key * Template event sources and icons * Template remove filter from params * Fix models template * Template fixme * Fix webhook trigger header * Actually send params for registration.. * Add back oauthed client * Verify signature header encoding param * Fix delivery context * Webhook create retry with prior delete * Webhook source type fixes * Webhook config merge * Update webhook icon * Verify webhook task options * Rename handler to generateEvents * Send event icons * Shopify with webhooks * Shopify job-catalog entry * Lockfile * Add webhook migration * Better icons * Type fixes * Make param type optional * Scope type * More examples * More schemas * Trigger catalog * Bump versions * Just a few more events they said * Simplify session and config * Typed serializer * Fix payload type * Remove unused getters * Reduce logging output * Rest resource tasks * Lockfile * Bump version * Remaining triggers * Fix event types * Fix import * Link from webhook trigger to http endpoint * Use rest resource tasks for crud * Fix rest save type * Improve KV types * Improve attach webhook logging * Make header schema more lenient * Fix save type again * Final error callback * Shorten keys * Remove ohash diff * Disable Airtable webhooks * Webhook environments * Fix shopify error import * Link to integration and http endpoint * Integration catalog entry * Disable oauth * Require api key, simplify client secret * Move trigger types * Update catalog example * Small KV endpoint refactor * Fix custom migration * Webhook environment migration * Improve crud types * Remove unused schema * Fix crud context type * KV limits and HTTP verbs * KV improvements * Jobless webhook delivery * Airtable delivery fixes * Make deliveries sexy again * Some docs * Fix payload types.. again * Final payload pass * Schema cleanup * Refactor handler service * Remove more stale schemas * registerJobNamespace import * Expose KV on TriggerClient * Remove dummy click handler * Remove unused components * Fix delivery pagination * Enable registration rerun button * Comment out registration route action handler * Rename KV as not tied to IO anymore * Swap api with trigger client * Disabled fields param * KV docs * Changeset * Shopify docs fixes
190 lines
6.4 KiB
JSON
190 lines
6.4 KiB
JSON
{
|
|
"private": true,
|
|
"name": "webapp",
|
|
"version": "1.0.0",
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"build": "run-s build:**",
|
|
"build:db:seed": "esbuild --platform=node --bundle --minify --format=cjs ./prisma/seed.ts --outdir=prisma",
|
|
"build:remix": "remix build",
|
|
"build:server": "esbuild --platform=node --format=cjs ./server.ts --outdir=build",
|
|
"dev": "cross-env PORT=3030 remix dev",
|
|
"format": "prettier --write .",
|
|
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
|
|
"start": "cross-env NODE_ENV=production node --max-old-space-size=8192 ./build/server.js",
|
|
"start:local": "cross-env node --max-old-space-size=8192 ./build/server.js",
|
|
"typecheck": "tsc -p ./tsconfig.check.json",
|
|
"db:seed": "node prisma/seed.js",
|
|
"db:seed:local": "ts-node prisma/seed.ts",
|
|
"generate:sourcemaps": "remix build --sourcemap",
|
|
"clean:sourcemaps": "run-s clean:sourcemaps:*",
|
|
"clean:sourcemaps:public": "rimraf ./build/**/*.map",
|
|
"clean:sourcemaps:build": "rimraf ./public/build/**/*.map",
|
|
"storybook": "storybook dev -p 6006 --no-open",
|
|
"build-storybook": "storybook build"
|
|
},
|
|
"eslintIgnore": [
|
|
"/node_modules",
|
|
"/build",
|
|
"/public/build"
|
|
],
|
|
"dependencies": {
|
|
"@aws-sdk/client-sqs": "^3.445.0",
|
|
"@codemirror/autocomplete": "^6.3.1",
|
|
"@codemirror/commands": "^6.1.2",
|
|
"@codemirror/lang-javascript": "^6.1.1",
|
|
"@codemirror/lang-json": "^6.0.1",
|
|
"@codemirror/language": "^6.3.1",
|
|
"@codemirror/lint": "^6.4.2",
|
|
"@codemirror/search": "^6.2.3",
|
|
"@codemirror/state": "^6.1.3",
|
|
"@codemirror/view": "^6.5.0",
|
|
"@conform-to/react": "^0.6.1",
|
|
"@conform-to/zod": "^0.6.1",
|
|
"@headlessui/react": "^1.7.8",
|
|
"@heroicons/react": "^2.0.12",
|
|
"@highlight-run/node": "^3.1.0",
|
|
"@highlight-run/react": "^3.2.0",
|
|
"@lezer/highlight": "^1.1.6",
|
|
"@radix-ui/react-alert-dialog": "^1.0.4",
|
|
"@radix-ui/react-dialog": "^1.0.3",
|
|
"@radix-ui/react-label": "^2.0.1",
|
|
"@radix-ui/react-popover": "^1.0.5",
|
|
"@radix-ui/react-radio-group": "^1.1.3",
|
|
"@radix-ui/react-select": "^1.2.1",
|
|
"@radix-ui/react-switch": "^1.0.3",
|
|
"@radix-ui/react-tabs": "^1.0.3",
|
|
"@radix-ui/react-tooltip": "^1.0.5",
|
|
"@remix-run/express": "2.1.0",
|
|
"@remix-run/node": "2.1.0",
|
|
"@remix-run/react": "2.1.0",
|
|
"@remix-run/serve": "2.1.0",
|
|
"@remix-run/server-runtime": "2.1.0",
|
|
"@remix-run/v1-meta": "^0.1.3",
|
|
"@tabler/icons-react": "^2.39.0",
|
|
"@team-plain/typescript-sdk": "^2.2.0",
|
|
"@trigger.dev/companyicons": "^1.5.32",
|
|
"@trigger.dev/core": "workspace:*",
|
|
"@trigger.dev/core-backend": "workspace:*",
|
|
"@trigger.dev/database": "workspace:*",
|
|
"@trigger.dev/sdk": "workspace:*",
|
|
"@types/pg": "8.6.6",
|
|
"@uiw/react-codemirror": "^4.19.5",
|
|
"@whatwg-node/fetch": "^0.9.14",
|
|
"class-variance-authority": "^0.5.2",
|
|
"clsx": "^1.2.1",
|
|
"compression": "^1.7.4",
|
|
"cron-parser": "^4.7.1",
|
|
"cross-env": "^7.0.3",
|
|
"cuid": "^2.1.8",
|
|
"emails": "workspace:*",
|
|
"express": "^4.18.1",
|
|
"framer-motion": "^10.12.11",
|
|
"graphile-worker": "^0.13.0",
|
|
"highlight.run": "^7.3.4",
|
|
"humanize-duration": "^3.27.3",
|
|
"intl-parse-accept-language": "^1.0.0",
|
|
"isbot": "^3.6.5",
|
|
"jsonpointer": "^5.0.1",
|
|
"lodash.omit": "^4.5.0",
|
|
"lucide-react": "^0.229.0",
|
|
"marked": "^4.0.18",
|
|
"morgan": "^1.10.0",
|
|
"nanoid": "^3.3.4",
|
|
"ohash": "^1.1.3",
|
|
"postcss-import": "^14.1.0",
|
|
"posthog-js": "^1.83.0",
|
|
"posthog-node": "^3.1.1",
|
|
"prism-react-renderer": "^1.3.5",
|
|
"prismjs": "^1.29.0",
|
|
"random-words": "^2.0.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hotkeys-hook": "^4.4.1",
|
|
"react-use": "^17.4.0",
|
|
"recharts": "^2.8.0",
|
|
"remix-auth": "^3.6.0",
|
|
"remix-auth-email-link": "2.0.2",
|
|
"remix-auth-github": "^1.6.0",
|
|
"remix-typedjson": "0.3.1",
|
|
"remix-utils": "^7.1.0",
|
|
"semver": "^7.5.0",
|
|
"simple-oauth2": "^5.0.0",
|
|
"simplur": "^3.0.1",
|
|
"slug": "^6.0.0",
|
|
"sonner": "^1.0.3",
|
|
"sqs-consumer": "^7.4.0",
|
|
"tailwind-merge": "^1.12.0",
|
|
"tailwind-scrollbar-hide": "^1.1.7",
|
|
"tailwindcss-animate": "^1.0.5",
|
|
"tiny-invariant": "^1.2.0",
|
|
"ulid": "^2.3.0",
|
|
"zod": "3.22.3",
|
|
"zod-error": "1.5.0",
|
|
"zod-validation-error": "^1.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@remix-run/dev": "2.1.0",
|
|
"@remix-run/eslint-config": "2.1.0",
|
|
"@remix-run/testing": "^2.1.0",
|
|
"@storybook/addon-backgrounds": "^7.0.7",
|
|
"@storybook/addon-docs": "^7.0.12",
|
|
"@storybook/addon-essentials": "^7.0.7",
|
|
"@storybook/addon-interactions": "^7.0.7",
|
|
"@storybook/addon-links": "^7.0.7",
|
|
"@storybook/addon-styling": "^1.0.5",
|
|
"@storybook/addon-viewport": "^7.0.7",
|
|
"@storybook/blocks": "^7.0.7",
|
|
"@storybook/react": "^7.0.7",
|
|
"@storybook/react-webpack5": "^7.0.7",
|
|
"@storybook/testing-library": "^0.0.14-next.2",
|
|
"@swc/core": "^1.3.4",
|
|
"@swc/helpers": "^0.4.11",
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"@total-typescript/ts-reset": "^0.4.2",
|
|
"@trigger.dev/tailwind-config": "workspace:*",
|
|
"@types/bcryptjs": "^2.4.2",
|
|
"@types/compression": "^1.7.2",
|
|
"@types/eslint": "^8.4.6",
|
|
"@types/express": "^4.17.13",
|
|
"@types/humanize-duration": "^3.27.1",
|
|
"@types/json-query": "^2.2.3",
|
|
"@types/lodash.omit": "^4.5.7",
|
|
"@types/marked": "^4.0.3",
|
|
"@types/morgan": "^1.9.3",
|
|
"@types/node": "^18.11.15",
|
|
"@types/node-fetch": "^2.6.2",
|
|
"@types/prismjs": "^1.26.0",
|
|
"@types/qs": "^6.9.7",
|
|
"@types/react": "18.2.17",
|
|
"@types/react-dom": "18.2.7",
|
|
"@types/semver": "^7.3.13",
|
|
"@types/simple-oauth2": "^5.0.4",
|
|
"@types/slug": "^5.0.3",
|
|
"@types/tar": "^6.1.4",
|
|
"@typescript-eslint/eslint-plugin": "^5.59.6",
|
|
"@typescript-eslint/parser": "^5.59.6",
|
|
"autoprefixer": "^10.4.13",
|
|
"esbuild": "^0.15.10",
|
|
"eslint": "^8.24.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"postcss": "^8.4.21",
|
|
"prettier": "^2.8.8",
|
|
"prettier-plugin-tailwindcss": "^0.3.0",
|
|
"prop-types": "^15.8.1",
|
|
"rimraf": "^3.0.2",
|
|
"storybook": "^7.0.7",
|
|
"storybook-addon-designs": "7.0.0-beta.2",
|
|
"storybook-addon-variants": "^0.2.0",
|
|
"tailwind-scrollbar": "^3.0.1",
|
|
"tailwindcss": "3.3.2",
|
|
"ts-node": "^10.7.0",
|
|
"tsconfig-paths": "^3.14.1",
|
|
"typescript": "^5.1.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
} |