-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.53 KB
/
package.json
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
{
"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"
},
"dependencies": {
"@apollo/client": "^3.10.1",
"@dagrejs/dagre": "^1.1.4",
"@guildxyz/sdk": "^2.6.8",
"@helia/verified-fetch": "^1.4.3",
"@popperjs/core": "^2.11.8",
"@rainbow-me/rainbowkit": "^2.2.0",
"@superfluid-finance/sdk-core": "^0.7.0",
"@tanstack/react-query": "^5.59.15",
"@transak/transak-sdk": "^3.1.1",
"@wagmi/core": "^2.9.7",
"@xyflow/react": "^12.3.2",
"bootstrap": "^5.3.3",
"dayjs": "^1.11.11",
"ethers": "^5.7.0",
"graphql": "^16.8.1",
"graphql-request": "^7.1.2",
"next": "14.2.4",
"posthog-js": "^1.201.0",
"react": "^18",
"react-bootstrap": "^2.10.2",
"react-dom": "^18",
"react-intersection-observer": "^9.10.2",
"react-jazzicon": "^1.0.4",
"react-markdown": "^9.0.1",
"rehype-external-links": "^3.0.0",
"remark-gfm": "^4.0.0",
"remove-markdown": "^0.5.5",
"sass": "^1.75.0",
"sharp": "^0.33.5",
"use-clamp-text": "^1.1.1",
"viem": "2.x",
"wagmi": "^2.12.22"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@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",
"typescript": "^5"
}
}