-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.97 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
65
66
67
68
69
70
71
72
73
{
"name": "kodo-app",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"build2": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@dopex-io/web3-multicall": "^0.1.6",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.1",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@popperjs/core": "^2.11.8",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@vercel/analytics": "^1.2.2",
"@web3modal/ethers": "^4.1.11",
"bignumber.js": "^9.0.2",
"ethers": "^6.12.0",
"flux": "^4.0.3",
"keccak256": "1.0.6",
"lottie-react": "^2.2.1",
"merkletreejs": "0.2.27",
"moment": "^2.29.1",
"next": "^14.2.3",
"rc-slider": "^10.6.2",
"react": "18",
"react-dom": "18",
"react-loader-spinner": "^6.1.6",
"react-number-format": "^5.3.3",
"react-popper": "^2.3.0",
"react-tooltip": "^5.26.0",
"tailwindcss": "^3.4.0",
"uuid": "^8.3.2",
"web3": "^1.7.1"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/plugin-transform-react-jsx": "^7.17.3",
"eslint": "^8.10.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^12.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.3",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-unused-imports": "^2.0.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^9.3.0",
"prettier": "^2.5.1"
}
}