-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
43 lines (43 loc) · 1.13 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
{
"name": "nft-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"build:sitemap": "node generate-sitemap.js",
"lint": "next lint"
},
"dependencies": {
"@ethersproject/providers": "5.5.1",
"@gnosis.pm/safe-apps-provider": "^0.15.1",
"@gnosis.pm/safe-apps-sdk": "^7.8.0",
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-toast": "^1.1.3",
"@radix-ui/react-tooltip": "^1.0.5",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"bignumber.js": "^9.1.1",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"eslint-config-standard": "16.0.3",
"eslint-config-standard-jsx": "10.0.0",
"eslint-plugin-node": "~11.1.0",
"eslint-plugin-promise": "~5.1.0",
"eslint-plugin-unused-imports": "2.0.0",
"merkletreejs": "^0.3.11",
"next": "13.5.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@svgr/webpack": "^6.5.1",
"sass": "1.59.3"
},
"volta": {
"node": "20.11.1",
"yarn": "1.22.19"
}
}