forked from yearn/yearn-vaults-descriptions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·37 lines (37 loc) · 931 Bytes
/
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
{
"name": "starts-watch",
"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.2",
"@tailwindcss/forms": "^0.3.4",
"@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^10.4.0",
"axios": "^0.24.0",
"cors": "^2.8.5",
"dotenv-webpack": "^7.0.3",
"ethcall": "4.2.5",
"ethers": "^5.5.1",
"next": "12.0.4",
"next-seo": "^4.28.1",
"postcss": "^8.4.1",
"react": "17.0.2",
"react-dom": "^17.0.2",
"tailwindcss": "^2.2.19"
},
"devDependencies": {
"eslint": "^8.3.0",
"eslint-config-next": "^12.0.4",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0"
}
}