generated from yearn/web-template
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
64 lines (64 loc) · 1.9 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
{
"name": "yfibuyback",
"version": "0.1.0",
"private": false,
"scripts": {
"dev": "next",
"dev:ts": "tsc --watch",
"start": "tsc && next build && next start",
"build": "tsc && next build",
"export": "tsc && next build && next export",
"analyze": "ANALYZE=true next build",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lintfix": "eslint . --ext .js,.jsx,.ts,.tsx --fix"
},
"dependencies": {
"@headlessui/react": "^1.6.5",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/network-connector": "^6.2.9",
"@web3-react/types": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.2.13",
"@yearn-finance/web-lib": "^0.9.3",
"autoprefixer": "^10.4.7",
"axios": "^0.27.2",
"chart.js": "^3.8.0",
"dotenv-webpack": "^7.1.0",
"ethcall": "^4.7.2",
"ethers": "^5.6.9",
"graphql": "^16.5.0",
"graphql-request": "^4.3.0",
"json2csv": "^5.0.7",
"next": "12.1.6",
"next-pwa": "^5.6.0",
"next-seo": "^5.5.0",
"postcss-nesting": "^10.1.8",
"react": "18.1.0",
"react-chartjs-2": "^4.2.0",
"react-countup": "^6.2.0",
"react-dom": "^18.1.0",
"react-flip-move": "^3.0.4",
"react-hot-toast": "^2.2.0",
"sharp": "^0.30.6",
"swr": "^2.1.1",
"tailwindcss": "^3.1.4"
},
"devDependencies": {
"@types/next": "^9.0.0",
"@types/node": "^17.0.42",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"eslint": "^8.17.0",
"eslint-config-next": "^12.1.6",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"eslint-plugin-tailwindcss": "^3.5.2",
"postcss": "^8.4.14",
"postcss-import": "^14.1.0",
"ts-loader": "^9.3.0",
"typescript": "^4.7.3"
}
}