forked from yearn/yearn.fi
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 2.68 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
{
"name": "yearnfi",
"version": "0.1.23",
"scripts": {
"dev": "next",
"inspect": "NODE_OPTIONS='--inspect' next",
"dev:ts": "tsc --watch",
"start": "tsc && next build && next start",
"build": "tsc && next build",
"export": "tsc && next build && next export -o ipfs",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"bump": "bump",
"test": "vitest run"
},
"dependencies": {
"@cowprotocol/cow-sdk": "^2.1.0",
"@headlessui/react": "^1.7.15",
"@next/bundle-analyzer": "^13.4.5",
"@popperjs/core": "^2.11.8",
"@react-hookz/deep-equal": "^1.0.4",
"@sentry/nextjs": "^7.54.0",
"@wagmi/core": "^1.1.1",
"@yearn-finance/web-lib": "^0.20.77",
"axios": "^1.4.0",
"dayjs": "^1.11.8",
"ethers": "5.7.2",
"formidable": "^2.1.1",
"framer-motion": "^10.12.16",
"graphql": "^16.6.0",
"graphql-request": "^6.1.0",
"html2canvas": "^1.4.1",
"next": "^13.4.5",
"next-pwa": "^5.6.0",
"next-seo": "^6.0.0",
"nprogress": "^0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-paginate": "^8.2.0",
"react-popper": "^2.3.0",
"react-wrap-balancer": "^0.5.0",
"recharts": "^2.6.2",
"swr": "^2.1.5",
"tailwindcss": "^3.3.2",
"telegraf": "^4.12.2",
"viem": "^1.0.5",
"wagmi": "^1.1.1",
"wido": "^0.2.8",
"zod": "^3.21.4"
},
"devDependencies": {
"@testing-library/react": "^14.0.0",
"@types/node": "^20.3.0",
"@types/nprogress": "^0.2.0",
"@types/react": "^18.2.11",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.14",
"babel-loader": "^9.1.2",
"bump": "^0.2.5",
"eslint": "8.42.0",
"eslint-config-next": "^13.4.5",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-brackets": "^0.1.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-tailwindcss": "^3.12.1",
"eslint-plugin-unused-imports": "^2.0.0",
"next-transpile-modules": "^10.0.0",
"postcss": "^8.4.24",
"postcss-import": "^15.1.0",
"postcss-nesting": "^11.2.2",
"sass": "^1.63.3",
"sharp": "^0.32.1",
"ts-loader": "^9.4.3",
"typescript": "^5.1.3",
"vitest": "^0.32.0"
},
"resolutions": {
"bn.js": "5.2.1",
"babel-loader": "9.1.0",
"framer-motion": "7.6.15",
"ethereumjs-util": "6.1.0",
"schema-utils": "4.0.0",
"tr46": "1.0.1",
"d3-color": "^3.1.0",
"json5": ">=2.2.2"
},
"engines": {
"node": ">=18.0.0"
}
}