forked from yearn/yearn-comms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.36 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
{
"name": "yuitemplate",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"analyze": "ANALYZE=true next build",
"start": "next start",
"export": "next export",
"lint": "eslint . --ext .js",
"lintfix": "eslint . --ext .js --fix"
},
"dependencies": {
"@headlessui/react": "^1.4.3",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.0",
"@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.8",
"autoprefixer": "^10.4.2",
"axios": "^0.25.0",
"dotenv-webpack": "^7.0.3",
"ethcall": "^4.3.2",
"ethers": "^5.5.3",
"gray-matter": "^4.0.3",
"next": "12.1.0",
"next-seo": "^4.29.0",
"react": "17.0.2",
"react-dom": "^17.0.2",
"react-markdown": "^8.0.0",
"rehype-raw": "^6.1.1",
"remark": "14.0.2",
"remark-gfm": "^3.0.1",
"remark-html": "15.0.1",
"sharp": "^0.29.3",
"tailwindcss": "^3.0.16",
"url-metadata": "^2.5.0"
},
"devDependencies": {
"eslint": "^8.7.0",
"eslint-config-next": "^12.0.8",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-tailwindcss": "^3.3.6",
"postcss": "^8.4.5"
}
}