-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.54 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.54 KB
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": "saigon-marketplace",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chainlink/contracts": "^0.4.1",
"@heroicons/react": "^2.0.10",
"@openzeppelin/contracts-ethereum-package": "^3.0.0",
"axios": "^0.27.2",
"connectkit": "^0.0.2",
"dotenv": "^16.0.2",
"hardhat-contract-sizer": "^2.6.1",
"hardhat-gas-reporter": "^1.0.9",
"ipfs-http-client": "^57.0.3",
"next": "12.2.5",
"next-themes": "^0.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"solidity-coverage": "^0.8.2",
"solmate": "^6.6.1",
"source-map-support": "^0.5.21",
"typescript": "^4.8.2",
"wagmi": "^0.6.4",
"web3modal": "^1.9.9"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.19.1",
"@nomiclabs/hardhat-ethers": "^2.1.1",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@nomiclabs/hardhat-solhint": "^2.0.1",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/contracts": "^4.7.3",
"@openzeppelin/hardhat-upgrades": "^1.20.0",
"@types/react": "^18.0.18",
"autoprefixer": "^10.4.8",
"babel-eslint": "^10.1.0",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"chai": "^4.3.6",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.7.1",
"hardhat": "^2.11.2",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8"
}
}