forked from colorstackorg/oyster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.5 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
{
"name": "@oyster/member-profile",
"version": "0.0.0",
"private": true,
"sideEffects": false,
"type": "module",
"license": "MIT",
"scripts": {
"build": "remix vite:build",
"dev": "remix vite:dev",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"start": "remix-serve ./build/server/index.js",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.576.0",
"@aws-sdk/s3-request-presigner": "^3.577.0",
"@oyster/core": "*",
"@oyster/db": "*",
"@oyster/infrastructure": "*",
"@oyster/types": "*",
"@oyster/ui": "*",
"@oyster/utils": "*",
"@remix-run/node": "^2.8.1",
"@remix-run/react": "^2.8.1",
"@remix-run/serve": "^2.8.1",
"@sentry/remix": "^7.37.1",
"dayjs": "^1.11.5",
"ioredis": "^5.3.2",
"is-ip": "^5.0.1",
"isbot": "^3.6.5",
"mixpanel": "^0.18.0",
"node-emoji": "^2.1.3",
"normalize-url": "^8.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"react-textarea-autosize": "^8.5.3",
"slack-message-parser": "^3.0.2",
"ts-pattern": "4.3.0",
"ua-parser-js": "^1.0.36",
"zod": "^3.20.2"
},
"devDependencies": {
"@oyster/eslint-config": "*",
"@oyster/tailwind": "*",
"@oyster/tsconfig": "*",
"@remix-run/dev": "^2.8.1",
"@types/node": "^18.7.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/ua-parser-js": "^0.7.37",
"vite": "^5.1.6",
"vite-tsconfig-paths": "^4.3.2"
}
}