-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.23 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.23 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "material-passport",
"engines": {
"node": ">=22.14.0 <23"
},
"packageManager": "pnpm@10.8.0+sha512.0e82714d1b5b43c74610193cb20734897c1d00de89d0e18420aebc5977fa13d780a9cb05734624e81ebd81cc876cd464794850641c48b9544326b5622ca29971",
"pnpm": {
"onlyBuiltDependencies": [
"sharp"
]
},
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"devv": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"fix": "eslint --fix ."
},
"dependencies": {
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@vercel/blob": "^0.27.3",
"@yudiel/react-qr-scanner": "^2.4.1",
"airtable": "^0.12.2",
"airtable-ts": "^1.8.0",
"autoprefixer": "^10.4.22",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"es-toolkit": "^1.43.0",
"framer-motion": "^12.23.26",
"lucide-react": "^0.474.0",
"nanoid": "^5.1.6",
"nanoid-dictionary": "^4.3.0",
"next": "15.5.9",
"pdfkit": "^0.16.0",
"qrcode": "^1.5.4",
"react": "^19.2.3",
"react-device-detect": "^2.2.3",
"react-dom": "^19.2.3",
"react-webcam": "^7.2.0",
"server-only": "^0.0.1",
"svg-to-pdfkit": "^0.1.8",
"swr": "^2.3.7",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.3",
"@next/eslint-plugin-next": "^15.5.9",
"@stylistic/eslint-plugin": "^4.4.1",
"@types/nanoid-dictionary": "^4.2.3",
"@types/node": "^22.19.2",
"@types/pdfkit": "^0.13.9",
"@types/qrcode": "^1.5.6",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/svg-to-pdfkit": "^0.1.3",
"eslint": "^9.39.1",
"eslint-config-next": "15.1.6",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^3.10.1",
"eslint-plugin-import-newlines": "^1.4.0",
"eslint-plugin-import-x": "^4.16.1",
"eslint-plugin-react-hooks": "^5.2.0",
"postcss": "^8.5.6",
"react-html-props": "^2.1.1",
"tailwindcss": "^3.4.19",
"typescript": "^5.9.3"
}
}