-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.72 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
{
"name": "unified-ui",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "npm run wagmi && next dev",
"build": "npm run wagmi && next build",
"start": "next start",
"lint": "next lint",
"wagmi": "wagmi generate",
"graphql:build": "graphclient build"
},
"dependencies": {
"@apollo/client": "^3.7.15",
"@chakra-ui/icons": "^2.0.19",
"@chakra-ui/next-js": "^2.1.3",
"@chakra-ui/react": "^2.6.1",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@eth-optimism/contracts": "^0.5.32",
"@eth-optimism/sdk": "^1.3.1",
"@ethersproject/rlp": "^5.7.0",
"@fontsource/poppins": "^4.5.10",
"@fontsource/quicksand": "^5.0.8",
"@graphql-codegen/cli": "^2.15.0",
"@graphql-codegen/client-preset": "^1.2.1",
"@graphql-codegen/typescript": "^2.8.3",
"@graphql-codegen/typescript-operations": "^2.5.8",
"@graphql-codegen/typescript-react-apollo": "^3.3.7",
"@graphql-codegen/typescript-resolvers": "^2.7.8",
"@habx/apollo-multi-endpoint-link": "^2.9.0",
"@tanstack/react-query": "^4.29.17",
"@tokamak-network/titan-sdk": "^0.0.8",
"@tokamak-network/tokamak-layer2-sdk": "^0.0.4",
"@uniswap/conedison": "^1.8.0",
"@uniswap/sdk-core": "^3.2.2",
"@uniswap/v3-sdk": "^3.8.3",
"@wagmi/cli": "^1.0.0",
"add-to-calendar-button": "^2.3.4",
"add-to-calendar-button-react": "^2.3.3",
"apollo-link-http": "^1.5.17",
"axios": "^1.7.1",
"d3": "^7.8.5",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"decimal.js": "^10.4.3",
"ethers": "^5.7.2",
"framer-motion": "^10.12.10",
"fs": "^0.0.1-security",
"graphql": "^16.7.1",
"jsbi": "^3.1.4",
"net": "^1.0.2",
"next": "^13.4.0",
"polished": "^4.2.2",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"react-redux": "^8.1.1",
"react-relay": "^15.0.0",
"react-select": "^5.7.3",
"react-stacked-center-carousel": "^1.0.12",
"recoil": "^0.7.7",
"recoil-relay": "^0.1.0",
"styled-components": "^6.0.7",
"tls": "^0.0.1",
"viem": "~0.3.18",
"wagmi": "^1.4.13"
},
"devDependencies": {
"@babel/preset-env": "^7.22.4",
"@graphprotocol/client-cli": "^3.0.0",
"@lingui/macro": "^4.4.1",
"@tanstack/eslint-plugin-query": "^4.29.9",
"@types/apollo-upload-client": "^17.0.2",
"@types/d3": "^7.4.0",
"@types/jest": "^29.5.1",
"@types/node": "^17.0.31",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3",
"babel-jest": "^29.5.0",
"dotenv": "^16.1.1",
"eslint": "^8.15.0",
"eslint-config-next": "^12.1.6",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
}
}