forked from Vero-protocol/vero-guardian-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.73 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.73 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "vero-guardian-dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watch",
"relayer": "node index.js",
"simulate": "node scripts/mock-webhook.js"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@stellar/freighter-api": "^6.0.1",
"@stellar/stellar-sdk": "^11.3.0",
"clsx": "^2.1.1",
"cytoscape": "^3.30.2",
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.1.0",
"express": "^4.18.2",
"gridstack": "^12.6.0",
"i18next": "^25.2.1",
"jspdf": "^4.2.1",
"lucide-react": "^0.395.0",
"next": "14.2.4",
"papaparse": "^5.5.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.5.3",
"recharts": "2.12.7",
"shepherd.js": "13.0.3",
"socket.io-client": "^4.8.3",
"tailwind-merge": "^2.3.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.6.1",
"@types/cytoscape": "^3.21.7",
"@types/d3-scale": "^4.0.9",
"@types/d3-scale-chromatic": "^3.1.0",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.14",
"@types/node": "^20.14.2",
"@types/papaparse": "^5.5.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.4",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5"
}
}