-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 875 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 875 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
{
"name": "moltfi-dashboard",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=20.9.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p ${PORT:-3000}"
},
"dependencies": {
"@base-ui/react": "^1.3.0",
"@tanstack/react-query": "^5.94.5",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.577.0",
"next": "^16.2.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"shadcn": "^4.1.0",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"viem": "^2.47.6",
"wagmi": "^2.19.5"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.2",
"@types/node": "25.5.0",
"postcss": "^8.5.8",
"tailwindcss": "^4.2.2"
}
}