-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.5 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.5 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
{
"private": true,
"sideEffects": false,
"scripts": {
"build": "remix build && prisma generate",
"dev": "remix dev",
"typecheck": "tsc"
},
"dependencies": {
"@prisma/client": "^4.14.0",
"@radix-ui/react-checkbox": "^1.0.3",
"@radix-ui/react-label": "^2.0.1",
"@radix-ui/react-slot": "^1.0.1",
"@remix-run/node": "^1.15.0",
"@remix-run/react": "^1.15.0",
"@remix-run/vercel": "^1.15.0",
"@tremor/react": "^2.6.1",
"@uploadthing/react": "^3.0.4",
"@vercel/edge-config": "^0.1.10",
"@vercel/node": "^2.6.4",
"axios": "^1.3.6",
"bcrypt": "^5.1.0",
"class-variance-authority": "^0.5.3",
"clsx": "^1.2.1",
"concurrently": "^8.0.1",
"framer-motion": "^10.12.10",
"isbot": "^3.6.10",
"lucide-react": "^0.216.0",
"luxon": "^3.3.0",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"prisma": "^4.14.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-spinners": "^0.13.8",
"sonner": "^0.3.5",
"tailwind-merge": "^1.12.0",
"uploadthing": "^3.0.4",
"zod": "^3.21.4"
},
"devDependencies": {
"@remix-run/dev": "^1.15.0",
"@remix-run/eslint-config": "^1.15.0",
"@remix-run/serve": "^1.15.0",
"@types/bcrypt": "^5.0.0",
"@types/luxon": "^3.3.0",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"eslint": "^8.29.0",
"tailwindcss": "^3.3.2",
"typescript": "^4.9.5"
},
"engines": {
"node": ">=14"
}
}