-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
133 lines (133 loc) · 4.14 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
{
"name": "automod",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "pnpm exec prisma generate && remix build --sourcemap && sentry-upload-sourcemaps --org double-play --project auto-mod",
"db:reset": "./scripts/dbReset.sh",
"db:prod": "fly pg connect -a automod-pg -d automod",
"dev": "remix dev --manual",
"bullboard": "tsx bullboard/index.ts",
"test": "exit 0",
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
"start": "remix-serve ./build/index.js",
"typecheck": "tsc"
},
"dependencies": {
"@airstack/node": "^0.0.7",
"@bull-board/api": "^5.15.1",
"@bull-board/express": "^5.15.1",
"@bull-board/ui": "^5.15.1",
"@faker-js/faker": "^8.4.1",
"@farcaster/auth-kit": "^0.3.1",
"@farcaster/hub-nodejs": "^0.10.23",
"@neynar/nodejs-sdk": "^1.31.0",
"@prisma/client": "^5.8.1",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@remix-run/css-bundle": "^2.5.0",
"@remix-run/node": "^2.5.0",
"@remix-run/react": "^2.5.0",
"@remix-run/serve": "^2.5.0",
"@sentry/remix": "^7.103.0",
"@standard-crypto/farcaster-js-hub-rest": "^1.2.1",
"@types/express": "^4.17.21",
"@types/human-number": "^1.0.2",
"@types/mime-types": "^2.1.4",
"@types/safe-regex": "^1.1.6",
"@types/uuid": "^9.0.8",
"@uidotdev/usehooks": "^2.4.1",
"alchemy-sdk": "^3.2.0",
"axios": "^1.6.7",
"bottleneck": "^2.19.5",
"bullmq": "^5.4.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
"csv-stringify": "^6.5.0",
"deep-object-diff": "^1.1.9",
"emoji-regex": "^10.3.0",
"express": "^4.18.3",
"framer-motion": "^11.0.14",
"google-auth-library": "^9.4.2",
"google-spreadsheet": "^4.1.1",
"googleapis": "^131.0.0",
"graphql": "^16.9.0",
"graphql-request": "^7.1.0",
"human-number": "^2.0.4",
"ioredis": "^5.3.2",
"isbot": "^5.1.17",
"js-abbreviation-number": "^1.4.0",
"lucide-react": "^0.317.0",
"mime-types": "^2.1.35",
"next-themes": "^0.2.1",
"node-cache": "^5.1.2",
"plur": "^5.1.0",
"posthog-js": "^1.110.0",
"posthog-node": "^3.6.3",
"re2": "^1.20.12",
"react": "^18.2.0",
"react-colorful": "^5.6.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.50.1",
"react-select": "^5.8.0",
"remix-auth": "^3.6.0",
"remix-typedjson": "^0.4.1",
"remix-utils": "^7.5.0",
"satori": "^0.10.11",
"sharp": "^0.33.2",
"siwe": "^2.1.4",
"sonner": "^1.4.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"tiny-invariant": "^1.3.1",
"tinyld": "^1.3.4",
"tsx": "^4.7.1",
"uuid": "^9.0.1",
"viem": "^2.5.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@flydotio/dockerfile": "^0.5.0",
"@remix-run/dev": "^2.5.0",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.38.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"happy-dom": "^13.3.8",
"prisma": "^5.8.1",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vite-tsconfig-paths": "^4.2.3",
"vitest": "^1.1.3"
},
"engines": {
"node": ">=20.3.0"
},
"prisma": {
"seed": "tsx prisma/seed.ts"
}
}