-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.08 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.08 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
{
"name": "uniform",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "biome check .",
"lint:fix": "biome check --write --unsafe .",
"format": "biome format . --write",
"type-check": "tsc --noEmit",
"prepare": "husky install"
},
"dependencies": {
"@hello-pangea/dnd": "^18.0.1",
"@hookform/resolvers": "^5.0.1",
"@radix-ui/react-accordion": "^1.2.10",
"@radix-ui/react-checkbox": "^1.3.1",
"@radix-ui/react-radio-group": "^1.3.6",
"@radix-ui/react-select": "^2.2.4",
"@tanstack/react-query": "^5.62.11",
"@tanstack/react-query-next-experimental": "^5.62.1",
"broadcast-channel": "^7.0.0",
"browser-image-compression": "^2.0.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cookie": "^1.0.2",
"crypto-js": "^4.2.0",
"date-fns": "^4.1.0",
"firebase": "^11.7.1",
"firebase-admin": "^13.4.0",
"lucide-react": "^0.468.0",
"next": "^15.2.4",
"next-themes": "^0.4.6",
"react": "^19.0.0",
"react-day-picker": "^9.4.4",
"react-dom": "^19.0.0",
"react-hook-form": "^7.56.4",
"sonner": "^2.0.3",
"tailwind-merge": "^3.3.0",
"zod": "^3.24.4",
"zustand": "^5.0.4"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/postcss": "^4.1.18",
"@types/cookie": "^1.0.0",
"@types/crypto-js": "^4.2.2",
"@types/node": "^22.10.5",
"@types/react": "^19.0.6",
"@types/react-dom": "^19.0.2",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.2.9",
"typescript": "^5.7.2"
},
"lint-staged": {
"*.{js,ts,jsx,tsx,json}": ["biome check --write --unsafe --no-errors-on-unmatched"]
},
"msw": {
"workerDirectory": ["public"]
},
"packageManager": "yarn@4.9.1+sha512.f95ce356460e05be48d66401c1ae64ef84d163dd689964962c6888a9810865e39097a5e9de748876c2e0bf89b232d583c33982773e9903ae7a76257270986538"
}