-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.15 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.15 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
{
"name": "@authfire/admin",
"version": "1.0.0",
"author": "Vinkas",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@authfire/core": "^1.0.3",
"@nanostores/react": "^1.0.0",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tooltip": "^1.2.8",
"@tailwindcss/postcss": "^4.1.14",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"firebase": "^12.4.0",
"lucide-react": "^0.545.0",
"nanostores": "^1.0.1",
"next": "^15.5.4",
"next-themes": "^0.4.6",
"postcss": "^8.5.6",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.14"
},
"devDependencies": {
"@types/node": "24.7.1",
"@types/react": "^19.2.2",
"tw-animate-css": "^1.4.0",
"typescript": "5.9.3"
}
}