-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.82 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.82 KB
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
{
"name": "moaclayco",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "remix build",
"deploy": "fly deploy --remote-only",
"dev": "remix dev",
"start": "remix-serve ./build/index.js",
"typecheck": "tsc"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.441.0",
"@aws-sdk/lib-storage": "^3.441.0",
"@google-cloud/vision": "^4.3.2",
"@hookform/resolvers": "^3.3.4",
"@remix-run/css-bundle": "^2.3.0",
"@remix-run/node": "^2.3.0",
"@remix-run/react": "^2.3.0",
"@remix-run/serve": "^2.3.0",
"@stripe/react-stripe-js": "^2.3.1",
"@stripe/stripe-js": "^2.1.7",
"framer-motion": "^10.16.4",
"isbot": "^3.6.8",
"mongoose": "^7.5.3",
"node-cron": "^3.0.2",
"node-fetch": "^3.3.2",
"nodemailer": "^6.9.5",
"openai": "^4.68.4",
"patch-package": "^8.0.0",
"pdf-parse": "^1.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.2",
"react-router-hash-link": "^2.4.3",
"react-select": "^5.8.0",
"react-swipeable": "^7.0.1",
"react-toastify": "^9.1.3",
"react-use-cart": "^1.13.0",
"remix-auth": "^3.6.0",
"remix-auth-email-link": "^2.1.0",
"sharp": "^0.32.6",
"stripe": "^13.8.0",
"tesseract.js": "^5.1.1",
"uuid": "^9.0.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@remix-run/dev": "^2.3.0",
"@remix-run/eslint-config": "^2.3.0",
"@types/node-cron": "^3.0.9",
"@types/nodemailer": "^6.4.11",
"@types/pdf-parse": "^1.1.4",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/react-router-hash-link": "^2.4.7",
"@types/stripe": "^8.0.417",
"@types/uuid": "^9.0.6",
"eslint": "^8.38.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6"
},
"engines": {
"node": ">=18.0.0"
}
}