-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.28 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
{
"name": "email-manager-client",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "remix build",
"dev": "remix dev --manual",
"start": "remix-serve ./build/index.js",
"typecheck": "tsc"
},
"dependencies": {
"@prisma/client": "5.17.0",
"@radix-ui/react-checkbox": "1.1.1",
"@radix-ui/react-dialog": "1.1.1",
"@radix-ui/react-label": "2.1.0",
"@radix-ui/react-slot": "1.1.0",
"@radix-ui/react-toast": "1.2.1",
"@remix-run/css-bundle": "2.10.3",
"@remix-run/node": "2.10.3",
"@remix-run/react": "2.10.3",
"@remix-run/serve": "2.10.3",
"@tanstack/react-table": "8.19.3",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.0",
"clsx": "2.1.1",
"isbot": "5.1.13",
"lucide-react": "0.412.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwind-merge": "2.4.0",
"tailwindcss-animate": "^1.0.7",
"valibot": "0.36.0"
},
"devDependencies": {
"@remix-run/dev": "^2.10.3",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"prisma": "^5.17.0",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.3"
},
"engines": {
"node": ">=18.0.0"
}
}