forked from decentxyz/Start-Decent
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
53 lines (53 loc) · 1.27 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
{
"name": "start-decent",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "sh liftoff.sh && next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@decent.xyz/the-box": "^1.1.31",
"@headlessui/react": "^1.7.16",
"@rainbow-me/rainbowkit": "^1.0.8",
"axios": "^1.3.4",
"ethers": "^5.7.2",
"next": "^13.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-toastify": "^9.1.1",
"viem": "^1.5.4",
"wagmi": "^1.3.9"
},
"devDependencies": {
"@types/node": "^17.0.35",
"@types/react": "^18.0.9",
"autoprefixer": "^10.4.12",
"eslint": "^8.15.0",
"eslint-config-next": "^13.0.0",
"postcss": "^8.4.17",
"tailwindcss": "^3.1.8",
"typescript": "^5.1.6"
},
"description": "Build your NFT minting page with The Box!",
"main": "next.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/decentxyz/Minting-Page.git"
},
"keywords": [
"nfts",
"nft-generator",
"web3-app",
"nextjs",
"nft-react-app"
],
"author": "cdsiren",
"license": "MIT",
"bugs": {
"url": "https://github.com/decentxyz/Start-Decent/issues"
},
"homepage": "https://github.com/decentxyz/Start-Decent#readme"
}