-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
49 lines (49 loc) · 1.43 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
{
"name": "yearn-vaults-descriptions",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "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",
"prettier": "prettier --check --use-tabs --tab-width=4 **/**.json"
},
"dependencies": {
"@headlessui/react": "^1.6.6",
"@yearn-finance/web-lib": "^0.13.19",
"ethcall": "^4.8.2",
"ethers": "^5.6.9",
"next": "^12.2.5",
"next-pwa": "^5.6.0",
"next-seo": "^5.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.1.8"
},
"devDependencies": {
"@types/next": "^9.0.0",
"@types/node": "^18.7.6",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"autoprefixer": "^10.4.8",
"eslint": "^8.22.0",
"eslint-config-next": "^12.2.5",
"eslint-import-resolver-typescript": "^3.4.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-tailwindcss": "^3.6.0",
"postcss": "^8.4.16",
"postcss-import": "^14.1.0",
"postcss-nesting": "^10.1.10",
"sass": "^1.54.4",
"sharp": "^0.30.7",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4"
}
}