-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.75 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": "attendance",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"dev": "remix vite:dev",
"start": "remix-serve ./build/server/index.js",
"build:dev": "remix vite:build --sourcemap && sentry-upload-sourcemaps",
"build:prod": "remix vite:build",
"typecheck": "tsc",
"format": "prettier app --write"
},
"dependencies": {
"@fontsource/rubik": "^5.0.18",
"@hookform/resolvers": "^3.3.4",
"@isaacs/ttlcache": "^1.4.1",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@remix-run/node": "^2.7.0",
"@remix-run/react": "^2.7.0",
"@remix-run/serve": "^2.7.0",
"@sentry/remix": "^7.102.0",
"@types/papaparse": "^5.3.14",
"@yudiel/react-qr-scanner": "^1.2.10",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^0.2.1",
"isbot": "^5.1.0",
"jotai": "^2.6.4",
"lucide-react": "^0.335.0",
"nanoid": "^5.0.6",
"papaparse": "^5.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.50.1",
"react-qrcode-logo": "^2.9.0",
"remix-utils": "^7.5.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"vite-tsconfig-paths": "^4.3.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@remix-run/dev": "^2.7.0",
"@remix-run/eslint-config": "^2.7.0",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vite": "^5.1.3",
"wrangler": "~3.28.4"
},
"engines": {
"node": ">=18.0.0"
}
}