forked from yearn/ape-tax
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·54 lines (54 loc) · 1.52 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
{
"name": "ape_tax",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "npm run open-browser && next dev",
"open-browser": "open http://localhost:3000",
"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.7.13",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@yearn-finance/web-lib": "^0.18.17",
"axios": "^1.3.4",
"cors": "^2.8.5",
"ethcall": "^4.7.2",
"ethers": "^5.6.9",
"grapheme-splitter": "^1.0.4",
"graphql": "^16.6.0",
"graphql-request": "^5.2.0",
"memoizee": "^0.4.15",
"next": "^13.2.4",
"next-seo": "^5.15.0",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"swr": "^2.1.0",
"tailwindcss": "^3.2.7",
"web3": "^1.8.2",
"web3-eth-contract": "^1.8.2"
},
"devDependencies": {
"eslint": "8.36.0",
"eslint-config-next": "^13.2.4",
"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.10.1",
"eslint-plugin-unused-imports": "^2.0.0",
"inquirer": "^9.1.5",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"postcss-import": "^15.1.0",
"postcss-nesting": "^11.2.1"
}
}