-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
65 lines (65 loc) · 1.98 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
{
"name": "synthwave-stack",
"description": "",
"license": "MIT",
"sideEffects": false,
"scripts": {
"build": "remix build",
"dev": "remix dev",
"start": "remix-serve build",
"format": "prettier --write .",
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
"typecheck": "tsc -b"
},
"dependencies": {
"@aws-sdk/client-s3": "3.431.0",
"@aws-sdk/lib-storage": "3.431.0",
"@i4o/catalystui": "0.9.3",
"@prisma/client": "5.4.2",
"@radix-ui/react-icons": "1.3.0",
"@remix-run/node": "2.1.0",
"@remix-run/react": "2.1.0",
"@remix-run/serve": "2.1.0",
"@sendgrid/client": "7.7.0",
"@sendgrid/mail": "7.7.0",
"@tailwindcss/aspect-ratio": "0.4.2",
"aws-sdk": "2.1476.0",
"classnames": "2.3.2",
"formidable": "3.5.1",
"framer-motion": "10.16.4",
"isbot": "^3.7.0",
"nanoid": "5.0.2",
"nprogress": "0.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"remix-auth": "3.6.0",
"remix-auth-email-link": "2.1.0",
"remix-auth-google": "1.3.0",
"remix-auth-twitter": "2.0.1",
"twitter-api-v2": "^1.15.2",
"zod": "^3.22.4",
"zodix": "^0.4.4"
},
"devDependencies": {
"@flydotio/dockerfile": "^0.4.10",
"@remix-run/dev": "2.1.0",
"@remix-run/eslint-config": "2.1.0",
"@types/formidable": "3.4.4",
"@types/nprogress": "^0.2.2",
"@types/react": "18.2.29",
"@types/react-dom": "18.2.14",
"autoprefixer": "10.4.16",
"eslint": "8.51.0",
"eslint-config-prettier": "9.0.0",
"postcss": "8.4.31",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.6",
"prisma": "5.4.2",
"tailwindcss": "3.3.3",
"ts-node": "10.9.1",
"typescript": "5.2.2"
},
"engines": {
"node": ">=16"
}
}