-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.71 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 2.71 KB
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
{
"name": "all-weather-frontend-2",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "NODE_OPTIONS='--max-old-space-size=4096' next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --fix",
"export": "next export",
"format": "prettier --write . --ignore-path .prettierignore",
"check-format": "prettier --check . --ignore-path .prettierignore",
"test": "TEST=true vitest",
"coverage": "TEST=true vitest --run --coverage --no-watch",
"test-ui": "vitest --ui",
"prepare": "husky"
},
"dependencies": {
"@0xsquid/sdk": "^2.9.2",
"@0xsquid/squid-types": "^0.1.163",
"@across-protocol/app-sdk": "^0.0.4",
"@ant-design/graphs": "^2.0.1",
"@ant-design/plots": "1.2.5",
"@balancer/sdk": "^1.1.0",
"@flaticon/flaticon-uicons": "^3.0.0",
"@headlessui/react": "^2.1.2",
"@heroicons/react": "^2.1.3",
"@next/third-parties": "^15.3.5",
"@reduxjs/toolkit": "^2.2.3",
"@sentry/nextjs": "^7.101.0",
"@tailwindcss/forms": "^0.5.7",
"@tanstack/query-core": "^5.20.5",
"@tanstack/react-query": "4.36.1",
"@vercel/og": "^0.7.2",
"@vitest/ui": "^3.2.4",
"@walletconnect/ethereum-provider": "^2.11.0",
"@walletconnect/modal": "^2.5.1",
"antd": "5.8.2",
"autoprefixer": "^10.4.19",
"axios": "^1.7.2",
"axios-retry": "^4.4.1",
"bignumber.js": "^9.1.1",
"bind-decorator": "^1.0.11",
"create-next-app": "13.3.1",
"dotenv": "^16.4.2",
"eth-hooks": "2.3.19",
"ethers": "5.4.1",
"graphql": "^16.8.1",
"husky": "^9.1.7",
"lodash": "^4.17.21",
"lokijs": "^1.5.12",
"lz-string": "^1.5.0",
"next": "13.3.1",
"next-pwa": "^5.6.0",
"postcss": "^8.4.38",
"public-google-sheets-parser": "^1.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1",
"react-redux": "^9.1.1",
"react-vis": "^1.12.1",
"react-window": "^1.8.11",
"recharts": "^2.15.3",
"sass": "^1.64.0",
"subscriptions-transport-ws": "^0.11.0",
"tailwindcss": "^3.4.3",
"thirdweb": "^5.68.0",
"tslib": "^2.6.2",
"viem": "2.x",
"zod": "^3.22.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.1.2",
"@types/node": "^18.16.12",
"@types/react": "^18.2.6",
"@types/testing-library__user-event": "^4.2.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^3.2.4",
"autoprefixer": "^10.4.19",
"eslint": "^8.15.0",
"eslint-config-next": "^13.4.3",
"jsdom": "^24.0.0",
"next-router-mock": "^0.9.13",
"postcss": "^8.4.38",
"prettier": "3.0.2",
"tailwindcss": "^3.4.3",
"typescript": "^5.0.4",
"vitest": "^3.2.4"
}
}