-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.46 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 2.46 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
{
"name": "friendly-web",
"version": "2026.2.1",
"private": true,
"packageManager": "pnpm@11.1.2",
"scripts": {
"dev": "vite",
"compile": "tsc -p tsconfig.json --noEmit --pretty false",
"watch": "tsc -p tsconfig.json --noEmit --pretty false -w",
"build": "vite build",
"start": "vite preview --host 0.0.0.0",
"format": "eslint --fix '**/*.ts*' && prettier --write .",
"lint": "eslint '**/*.ts*' && prettier --check ."
},
"engines": {
"node": ">=24.0.0"
},
"dependencies": {
"@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",
"@radix-ui/react-visually-hidden": "^1.2.4",
"@tanstack/react-query": "^5.100.9",
"@types/omggif": "^1.0.5",
"axios": "^1.16.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"firebase": "^12.13.0",
"input-otp": "^1.4.2",
"lucide": "^1.14.0",
"lucide-react": "^1.14.0",
"next-themes": "^0.4.6",
"omggif": "^1.0.10",
"postcss": "^8.5.14",
"prettier": "^3.8.3",
"qr-code-styling": "^1.9.2",
"radix-ui": "^1.4.3",
"react": "^19.2.6",
"react-aria-components": "^1.17.0",
"react-dom": "^19.2.6",
"react-image-crop": "^11.0.10",
"react-qr-code": "^2.0.21",
"react-router": "^7.10.1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-react-aria-components": "^2.1.0",
"typescript-eslint": "^8.59.2",
"use-intl": "^4.11.0",
"zod": "^4.4.3",
"zustand": "^5.0.13"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"@tailwindcss/postcss": "^4.2.4",
"@types/node": "^25.6.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"baseline-browser-mapping": "^2.10.27",
"eslint": "10.3.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-n": "18.0.1",
"eslint-plugin-prettier": "5.5.5",
"eslint-plugin-react-hooks": "^7.0.1",
"tailwindcss": "^4.2.4",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.3",
"vite": "^7.2.7",
"vite-plugin-pwa": "^1.3.0"
}
}