-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
122 lines (122 loc) · 4 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "limitless-exchange",
"version": "2.0.3",
"private": false,
"author": "Limitless Labs",
"license": "MIT",
"scripts": {
"dev": "NODE_ENV=development wagmi generate && next dev --experimental-https",
"build": "wagmi generate && next build",
"analyze": "ANALYZE=true yarn build",
"deploy": "vercel",
"frog-dev": "frog dev",
"start": "next start",
"lint": "next lint",
"wagmi": "wagmi generate",
"postinstall": "wagmi generate",
"typecheck": "tsc --noEmit",
"eslint": "eslint \"**/*.+(js|jsx|ts|tsx)\"",
"eslint:fix": "eslint --fix \"**/*.+(js|jsx|ts|tsx)\"",
"prettier": "prettier --check \"**/*.+(js|jsx|ts|tsx|json|yml|yaml|md|css)\"",
"prettier:fix": "prettier --write \"**/*.+(js|jsx|ts|tsx|json|yml|yaml|md|css)\"",
"prepare": "husky install",
"pre-commit": "lint-staged",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"@amplitude/analytics-browser": "^2.11.6",
"@amplitude/session-replay-browser": "^1.11.5",
"@chakra-ui/react": "^2.6.1",
"@dicebear/collection": "^9.2.1",
"@dicebear/core": "^9.2.1",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@etherspot/prime-sdk": "^1.8.0",
"@fvictorio/newton-raphson-method": "^1.0.5",
"@hookform/resolvers": "^3.9.0",
"@next/bundle-analyzer": "^14.2.3",
"@pythnetwork/price-service-client": "^1.9.0",
"@rainbow-me/rainbowkit": "^2.1.6",
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query": "^5.26.3",
"@tanstack/react-query-devtools": "^5.36.0",
"@types/html2canvas": "^1.0.0",
"@types/js-cookie": "^3.0.6",
"@types/lodash.debounce": "^4.0.9",
"@types/react-copy-to-clipboard": "^5.0.7",
"@vercel/analytics": "^1.0.1",
"@vercel/functions": "^1.4.1",
"@vercel/speed-insights": "^1.0.2",
"@walletconnect/modal": "^2.6.2",
"@web3auth/base": "^8.6.2",
"@web3auth/coinbase-adapter": "^8.6.2",
"@web3auth/ethereum-provider": "^8.6.2",
"@web3auth/metamask-adapter": "^8.6.2",
"@web3auth/modal": "^8.6.2",
"@web3auth/wallet-connect-v2-adapter": "^8.6.2",
"@web3auth/web3auth-wagmi-connector": "^6.0.0",
"axios": "^1.7.4",
"big.js": "^6.2.1",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.2.0",
"dayzed": "^3.2.3",
"dompurify": "^3.1.7",
"embla-carousel-autoplay": "^8.3.0",
"embla-carousel-react": "^8.3.0",
"ethereum-multicall": "^2.25.0",
"framer-motion": "^11.3.8",
"frog": "^0.15.7",
"graphql": "^16.8.1",
"highcharts": "^11.4.1",
"highcharts-react-official": "^3.2.1",
"hono": "^4",
"html2canvas": "^1.4.1",
"js-cookie": "^3.0.5",
"konva": "^9.3.14",
"lodash.debounce": "^4.0.8",
"moment": "^2.30.1",
"next": "^14.2.3",
"react": "^18.3.1",
"react-copy-to-clipboard": "^5.1.0",
"react-datepicker": "^7.3.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.3.1",
"react-fast-marquee": "^1.6.4",
"react-hook-form": "^7.53.0",
"react-icons": "^5.0.1",
"react-infinite-scroll-component": "^6.1.0",
"react-konva": "^18.2.10",
"react-qr-code": "^2.0.12",
"react-select": "^5.8.0",
"react-timezone-select": "^3.2.8",
"subscriptions-transport-ws": "^0.11.0",
"supports-color": "^8.1.1",
"uuid": "^9.0.1",
"vaul": "^0.9.1",
"viem": "^2.21.7",
"wagmi": "^2.12.11",
"yup": "^1.4.0"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/dompurify": "^3.0.5",
"@types/node": "^17.0.31",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/react-highcharts": "^16.0.6",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@wagmi/cli": "^2.1.2",
"eslint": "^8.15.0",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^8.8.0",
"husky": "^8.0.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"typescript": "^5.0.4",
"vercel": "^32.4.1"
}
}