-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
59 lines (59 loc) · 1.56 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
58
59
{
"name": "bigsb-market",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"@apollo/client": "^3.8.6",
"@formkit/auto-animate": "^0.8.0",
"@headlessui/react": "^1.7.18",
"@nextui-org/react": "^2.4.8",
"@polkadot/api": "^10.11.2",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.5.1",
"@pushprotocol/restapi": "^1.7.25",
"@pushprotocol/socket": "^0.5.3",
"@rainbow-me/rainbowkit": "^2.0.5",
"@tanstack/react-query": "^5.29.2",
"axios": "^1.6.8",
"big.js": "^6.2.1",
"date-fns": "^3.3.1",
"ethers": "^5.7",
"framer-motion": "^11.3.19",
"graphql": "^16.8.1",
"graphql-ws": "^5.14.2",
"http-proxy-middleware": "^3.0.0",
"jotai": "^2.5.0",
"js-cookie": "^3.0.5",
"lightweight-charts": "^4.1.6",
"lightweight-charts-react-wrapper": "^2.1.1",
"next": "^14.2.13",
"react": "^18.3.1",
"react-cookie": "^7.1.4",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.11.0",
"react-loading": "^2.0.3",
"react-number-format": "^5.3.1",
"react-tooltip": "^5.26.3",
"truncate-eth-address": "^1.0.2",
"viem": "2.x",
"wagmi": "^2.5.19"
},
"devDependencies": {
"@types/big.js": "^6.2.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"postcss": "^8",
"tailwindcss": "^3",
"typescript": "^5"
}
}