-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.2 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
{
"name": "shortx",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@0x/contract-addresses": "^8.13.0",
"@0x/protocol-utils": "^11.24.2",
"@auth0/nextjs-auth0": "^3.5.0",
"@privy-io/react-auth": "^1.56.2",
"@rainbow-me/rainbowkit": "^2.0.0",
"@tanstack/react-query": "^5.28.9",
"apexcharts": "^3.46.0",
"axios": "^1.6.8",
"ethers": "^5.5.1",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"graphql-tag": "^2.12.6",
"lodash": "^4.17.21",
"next": "14.1.0",
"ngrok": "^5.0.0-beta.2",
"react": "^18",
"react-apexcharts": "^1.4.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-query": "^3.34.2",
"tailwind-merge": "^2.2.1",
"universal-cookie": "^7.1.0",
"viem": "^2.9.4",
"wagmi": "^2.5.13",
"web3": "^1.6.0"
},
"devDependencies": {
"@types/lodash": "^4.17.4",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"daisyui": "^4.9.0",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"ts-node": "^10.9.2",
"typescript": "^5"
}
}