forked from synapsecns/sanguine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
110 lines (110 loc) · 3.35 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
{
"name": "@synapsecns/synapse-interface",
"version": "0.19.1",
"private": true,
"engines": {
"node": ">=18.17.0"
},
"scripts": {
"cf:build": "npx @cloudflare/next-on-pages",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"cypress:run": "echo 'No cypress tests defined.'",
"test:coverage": "echo 'No tests defined.'",
"lint:fix": "npm run lint -- --fix",
"lint:check": "eslint . --max-warnings=0",
"ci:lint": "npm run lint:check",
"build:go": " ",
"build:slither": " ",
"graphql:generate": "graphql-codegen --config codegen.ts",
"maps:generate": "node scripts/generateMaps.js",
"test": "echo 'No jest tests defined.'"
},
"dependencies": {
"@cloudflare/next-on-pages": "^1.11.0",
"@ethersproject/bignumber": "5.7.0",
"@ethersproject/providers": "5.7.2",
"@ethersproject/units": "5.7.0",
"@headlessui/react": "^1.7.15",
"@heroicons/react": "1.0.6",
"@rainbow-me/rainbowkit": "^2.0.4",
"@reduxjs/toolkit": "^1.9.5",
"@rtk-query/graphql-request-base-query": "^2.2.0",
"@segment/analytics-next": "^1.53.0",
"@synapsecns/sdk-router": "^0.4.3",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@tanstack/react-query": "^4.28.0",
"@types/node": "18.14.2",
"@types/web3": "^1.2.2",
"@visx/chord": "^3.0.0",
"@visx/shape": "^3.0.0",
"@wagmi/connectors": "^4.1.24",
"@wagmi/core": "^2.6.15",
"babel-plugin-transform-bigint": "^1.0.32",
"eslint": "^8.37.0",
"eslint-config-next": "^13.5.6",
"ethers": "5.7.2",
"fuse.js": "^6.6.2",
"graphql": "^16.7.1",
"lodash": "^4.17.21",
"logrocket": "^7.0.0",
"logrocket-react": "^6.0.3",
"next": "^14.1.3",
"numeral": "^2.0.6",
"postcss": "^8.4.31",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga": "^3.3.1",
"react-hot-toast": "^2.4.0",
"react-input-slider": "^6.0.1",
"react-redux": "^8.1.0",
"redux-persist": "^6.0.0",
"swr": "1.3.0",
"tailwind-merge": "^1.10.0",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss": "^3.4.1",
"tailwindcss-border-gradient-radius": "^3.0.1",
"typescript": "5.1.6",
"use-persisted-state": "^0.3.3",
"viem": "^2.9.8",
"wagmi": "^2.5.18",
"yarn": "^1.22.19"
},
"browserslist": {
"production": [
"chrome >= 67",
"edge >= 79",
"firefox >= 68",
"opera >= 54",
"safari >= 14"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).",
"main": ".eslintrc.js",
"author": "",
"license": "ISC",
"keywords": [],
"devDependencies": {
"@depay/web3-mock": "^14.0.0",
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/client-preset": "4.1.0",
"@graphql-codegen/introspection": "4.0.0",
"@graphql-codegen/typescript-rtk-query": "^2.4.1",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"@types/redux-persist": "^4.3.1",
"dayjs": "^1.11.7",
"start-server-and-test": "^2.0.0",
"vercel": "^33.6.2"
}
}