-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·53 lines (53 loc) · 1.24 KB
/
package.json
File metadata and controls
executable file
·53 lines (53 loc) · 1.24 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
{
"name": "frontend",
"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.3",
"@tanstack/react-query": "^5.28.4",
"@tsparticles/engine": "^3.5.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.5.0",
"aos": "^2.3.4",
"axios": "^1.7.4",
"bootstrap": "^5.2.1",
"ipfs-http-client": "^60.0.1",
"next": "^14.2.10",
"nft.storage": "^7.2.0",
"pinata": "^0.3.4",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-icons": "^5.2.1",
"semantic-ui-react": "^2.1.5",
"uuid": "^10.0.0",
"viem": "2.9.31",
"wagmi": "^2.9.2",
"secp256k1": ">=5.0.1",
"ws": ">=8.17.1",
"send": ">=0.19.0",
"serve-static": ">=1.16.0",
"micromatch": ">=4.0.8"
},
"devDependencies": {
"@types/aos": "^3.0.7",
"@types/node": "^18.19.3",
"@types/react": "^18.3.0",
"eslint": "^9.10.0",
"next": "^14.2.10",
"typescript": "5.4.2",
"secp256k1": ">=5.0.1",
"ws": ">=8.17.1",
"send": ">=0.19.0",
"serve-static": ">=1.16.0",
"micromatch": ">=4.0.8"
},
"engines": {
"node": ">=18.0.0"
}
}