-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 972 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 972 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
39
{
"name": "customer-dashboard",
"version": "1.0.0",
"type": "module",
"private": true,
"scripts": {
"dev": "next dev --port 3001",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@storacha/client": "^2.0.0",
"@storacha/ui-react": "^2.0.0",
"@ucanto/client": "^9.0.2",
"@ucanto/core": "^10.4.5",
"@ucanto/interface": "^11.0.1",
"@ucanto/transport": "^9.2.1",
"multiformats": "^13.3.6",
"next": "^15.5.7",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"swr": "^2.2.4",
"recharts": "^2.15.0",
"date-fns": "^4.1.0",
"react-hot-toast": "^2.4.1"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/react": "^19.2.1",
"@types/react-dom": "^19.2.1",
"typescript": "^5.8.3",
"tailwindcss": "^3.4.17",
"postcss": "^8.4.49",
"autoprefixer": "^10.4.20",
"eslint": "^8.53.0",
"eslint-config-next": "^15.5.7"
}
}