-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.07 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.07 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
{
"name": "snc-cards",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@base-ui/react": "^1.3.0",
"@leeoniya/ufuzzy": "^1.0.19",
"canvas-confetti": "^1.9.4",
"class-variance-authority": "^0.7.1",
"clsx": "2.1.1",
"dexie-react-hooks": "^4.2.0",
"imask": "^7.6.1",
"lucide-react": "0.577.0",
"motion": "12.38.0",
"next": "16.1.7",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-imask": "^7.6.1",
"recharts": "^3.8.0",
"shiki": "^4.0.2",
"tailwind-merge": "3.5.0"
},
"devDependencies": {
"@eslint/js": "10.0.1",
"@next/eslint-plugin-next": "16.1.7",
"@tailwindcss/postcss": "4.2.1",
"@types/canvas-confetti": "^1.9.0",
"@types/node": "25.5.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "10.0.3",
"postcss": "8.5.8",
"tailwindcss": "4.2.1",
"typescript": "5.9.3",
"typescript-eslint": "8.57.1"
}
}