-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.66 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
{
"name": "trailer-stack",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "remix build",
"dev": "remix dev -c \"rdt-serve ./build/index.js\" --manual",
"start": "remix-serve ./build/index.js",
"typecheck": "tsc",
"lint": "eslint --cache .",
"force-format": "prettier --write .",
"prepare": "is-ci || husky install"
},
"dependencies": {
"@conform-to/react": "^0.9.1",
"@conform-to/zod": "^0.9.1",
"@epic-web/totp": "^1.1.1",
"@nasa-gcn/remix-seo": "^2.0.0",
"@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-label": "^2.0.2",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-email/components": "^0.0.12",
"@remix-run/css-bundle": "^2.3.1",
"@remix-run/node": "^2.3.1",
"@remix-run/react": "^2.3.1",
"@remix-run/serve": "^2.3.1",
"capitalize": "^2.0.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"copy-to-clipboard": "^3.3.3",
"deep-email-validator": "^0.1.21",
"esbuild": "^0.19.10",
"glob": "^10.3.10",
"is-mobile": "^4.0.0",
"isbot": "^3.6.8",
"lucide-react": "^0.294.0",
"node-watch": "^0.7.4",
"nodemailer": "^6.9.7",
"normalize-email": "^1.1.1",
"qrcode": "^1.5.3",
"re-resizable": "^6.9.11",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-otp-input": "^3.1.1",
"remix-utils": "^7.3.0",
"sonner": "^1.2.4",
"surrealdb.node": "^0.3.0",
"tailwind-merge": "^2.1.0",
"tailwindcss-animate": "^1.0.7",
"tiny-invariant": "^1.3.1",
"uuid": "^9.0.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@remix-run/dev": "^2.3.1",
"@remix-run/eslint-config": "^2.3.1",
"@types/capitalize": "^2.0.2",
"@types/jsonwebtoken": "^9.0.5",
"@types/nodemailer": "^6.4.14",
"@types/qrcode": "^1.5.5",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/uuid": "^9.0.7",
"autoprefixer": "^10.4.16",
"eslint": "^8.38.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.0.1",
"husky": "^8.0.0",
"is-ci": "^3.0.1",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.9",
"remix-development-tools": "^3.7.2",
"remix-flat-routes": "^0.6.4",
"tailwindcss": "^3.3.6",
"typescript": "^5.1.6"
},
"engines": {
"node": ">=18.0.0"
}
}