-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.78 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.78 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
56
57
58
59
60
61
62
63
64
{
"name": "mybling",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"deploy:prod": "next build && pm2 startOrRestart ecosystem.config.js --env production"
},
"dependencies": {
"@alch/alchemy-web3": "^1.4.7",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@metamask/detect-provider": "^2.0.0",
"@mui/icons-material": "^5.11.11",
"@mui/joy": "^5.0.0-alpha.74",
"@mui/lab": "^5.0.0-alpha.127",
"@mui/material": "^5.11.15",
"@mui/styled-engine-sc": "^5.11.11",
"@pinata/sdk": "^2.1.0",
"@prisma/client": "^4.13.0",
"@tailwindcss/forms": "^0.5.3",
"@tanstack/react-query": "^4.29.7",
"@tanstack/react-query-devtools": "^4.29.7",
"@types/formidable": "^2.0.5",
"@types/node": "18.15.10",
"@types/react": "18.0.29",
"@types/react-dom": "18.0.11",
"axios": "^1.4.0",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"ethers": "^6.3.0",
"etherscan-api": "^10.3.0",
"formidable": "^2.1.1",
"fs": "^0.0.1-security",
"ipfs-http-client": "^60.0.0",
"iron-session": "^6.3.1",
"minidenticons": "^3.1.2",
"next": "13.2.4",
"nft.storage": "^7.1.0",
"prettier": "^2.8.8",
"react": "18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.9",
"react-icons": "^4.8.0",
"redis": "^4.6.6",
"sharp": "^0.32.1",
"styled-components": "^5.3.9",
"swiper": "^9.3.2",
"typescript": "5.0.2",
"web3.storage": "^4.5.4",
"web3modal": "^1.9.12"
},
"devDependencies": {
"@svgr/webpack": "^7.0.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"prisma": "^4.14.0",
"tailwindcss": "^3.3.0"
}
}