-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.54 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 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
55
{
"name": "linko",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@rainbow-me/rainbowkit": "^2.1.0",
"@tanstack/react-query": "^5.28.0",
"axios": "^1.6.8",
"framer-motion": "^11.0.0",
"next": "14.2.0",
"pinata": "^2.5.1",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"viem": "^2.9.0",
"wagmi": "^2.5.0",
"web3.storage": "^4.5.5"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.1.0",
"@nomicfoundation/hardhat-ethers": "^3.1.0",
"@nomicfoundation/hardhat-ignition": "^0.15.13",
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.14",
"@nomicfoundation/hardhat-network-helpers": "^3.0.1",
"@nomicfoundation/hardhat-toolbox": "^6.1.0",
"@nomicfoundation/hardhat-verify": "^2.1.1",
"@nomicfoundation/ignition-core": "^0.15.13",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
"@types/mocha": "^10.0.10",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.19",
"chai": "^6.2.0",
"dotenv": "^17.2.3",
"eslint": "^8",
"eslint-config-next": "14.2.0",
"ethers": "^6.15.0",
"hardhat": "^2.26.3",
"hardhat-gas-reporter": "^2.3.0",
"mocha": "^11.7.4",
"postcss": "^8.4.38",
"solidity-coverage": "^0.8.16",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
"typescript": "^5"
}
}