-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 982 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 982 Bytes
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
{
"name": "@example/app",
"version": "0.0.1",
"private": true,
"license": "MIT",
"engines": {
"node": "24",
"pnpm": "10.25.0"
},
"packageManager": "pnpm@10.25.0",
"dependencies": {
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"effect": "^3.19.19",
"@effect/platform-browser": "^0.74.0",
"firebase": "^12.8.0",
"tailwind-merge": "^3.4.0",
"react": "19.2.4",
"@nx/react": "22.4.5",
"@tanstack/react-router": "^1.139.3",
"react-dom": "19.2.4",
"@tanstack/react-router-devtools": "^1.139.3",
"vite": "7.3.2",
"@vitejs/plugin-react": "^4.2.0",
"@nx/vite": "22.5.4",
"@tanstack/router-plugin": "^1.139.3"
},
"devDependencies": {
"@effect-firebase/client": "workspace:*",
"@example/shared": "workspace:*",
"effect-firebase": "workspace:*",
"vite": "7.3.2"
},
"peerDependencies": {
"@effect-firebase/client": "workspace:*",
"@example/shared": "workspace:*"
}
}