-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.29 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.29 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "sqf-admin",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit",
"prettier": "prettier -w src",
"db:generate": "prisma generate",
"db:migrate": "prisma migrate dev",
"db:deploy": "prisma migrate deploy"
},
"dependencies": {
"@apollo/client": "^3.10.1",
"@aws-sdk/client-s3": "^3.967.0",
"@aws-sdk/client-ses": "^3.971.0",
"@aws-sdk/s3-request-presigner": "^3.967.0",
"@dagrejs/dagre": "^1.1.4",
"@helia/verified-fetch": "^1.5.0",
"@neondatabase/serverless": "^0.10.4",
"@observablehq/plot": "^0.6.16",
"@popperjs/core": "^2.11.8",
"@rainbow-me/rainbowkit": "2.2.8",
"@stackso/js-core": "^0.5.11",
"@supabase/supabase-js": "^2.83.0",
"@superfluid-finance/sdk-core": "^0.7.0",
"@tanstack/react-query": "^5.59.15",
"@transak/transak-sdk": "^3.1.1",
"@wagmi/core": "2.19.0",
"@xyflow/react": "^12.3.2",
"bootstrap": "^5.3.3",
"d3": "^7.9.0",
"d3-sankey": "^0.12.3",
"dayjs": "^1.11.11",
"ethers": "^5.7.0",
"graphql": "^16.8.1",
"graphql-request": "^7.1.2",
"kysely": "^0.28.0",
"kysely-neon": "^1.3.0",
"next": "15.3.8",
"next-auth": "^4.24.11",
"papaparse": "^5.4.1",
"posthog-js": "^1.201.0",
"react": "^19",
"react-bootstrap": "^2.10.2",
"react-dom": "^19",
"react-intersection-observer": "^9.10.2",
"react-jazzicon": "^1.0.4",
"react-markdown": "^9.0.1",
"recharts": "^2.15.3",
"rehype-external-links": "^3.0.0",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.0",
"remove-markdown": "^0.5.5",
"sass": "^1.75.0",
"sharp": "^0.33.5",
"siwe": "^3.0.0",
"use-clamp-text": "^1.1.1",
"viem": "2.33.3",
"wagmi": "2.16.3",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/d3-sankey": "^0.12.4",
"@types/node": "^20",
"@types/papaparse": "^5.3.15",
"@types/react": "^19",
"@types/react-dom": "^19",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"prettier": "^3.2.5",
"prisma": "^7.2.0",
"prisma-kysely": "^2.2.1",
"typescript": "^5"
}
}