-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 1.99 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
74
{
"name": "nxt-search",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "latest",
"@emotion/react": "latest",
"@emotion/server": "latest",
"@emotion/styled": "latest",
"@mui/icons-material": "latest",
"@mui/material": "^5.11.13",
"@mui/styled-engine-sc": "^5.11.11",
"@mui/x-data-grid": "^6.0.1",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^3.0.0",
"@nuclia/core": "^1.2.1",
"@openzeppelin/contracts": "^4.8.2",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.2",
"@types/chai": "^4.2.0",
"@types/mocha": ">=9.1.0",
"add": "^2.0.6",
"axios": "^1.3.4",
"cloudinary": "^1.35.0",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"ethers": "5.7.2",
"file-saver": "^2.0.5",
"file-system": "^2.2.2",
"firebase": "^9.17.2",
"form-data": "^4.0.0",
"hardhat": "^2.13.0",
"hardhat-gas-reporter": "^1.0.8",
"isomorphic-unfetch": "^4.0.2",
"localstorage-polyfill": "^1.0.1",
"moralis": "^2.16.1",
"next": "13.2.4",
"next-auth": "^4.20.1",
"prop-types": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-json-to-excel": "^1.0.7",
"rxjs": "^7.8.0",
"sanity": "^3.7.0",
"solidity-coverage": "^0.8.1",
"styled-components": "^5.3.9",
"typechain": "^8.1.0",
"typescript": ">=4.5.0",
"wagmi": "^0.12.1",
"web3modal": "^1.9.12",
"xlsx": "^0.18.5"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"web-vitals": "^3.3.1"
},
"browser": {
"fs": false,
"path": false,
"os": false
}
}