-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.02 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
{
"name": "gelato-test",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@gelatonetwork/core": "^1.6.0",
"@gelatonetwork/gelato-user-proxy": "^1.0.0",
"@tailwindcss/forms": "^0.2.1",
"autoprefixer": "^10.2.1",
"bnc-notify": "^1.5.1",
"contract-proxy-kit": "https://github.com/gelatodigital/contract-proxy-kit",
"ethers": "^5.0.26",
"next": "10.0.5",
"postcss": "^8.2.4",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-hook-form": "^6.14.1",
"tailwindcss": "^2.0.2",
"web3": "^1.3.1",
"web3modal": "^1.9.3"
},
"devDependencies": {
"eslint": "^7.17.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^14.0.0",
"postcss-preset-env": "^6.7.0"
}
}