-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.33 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
54
55
{
"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/sdk": "^0.3.0",
"@hookform/error-message": "^2.0.0",
"@hookform/resolvers": "^2.9.8",
"@privy-io/react-auth": "^1.21.0",
"@privy-io/wagmi-connector": "^0.0.7",
"ethers": "^5.7.2",
"next": "^13.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.37.0",
"react-icons": "^4.4.0",
"wagmi": "^0.11.5",
"yup": "^0.32.11"
},
"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": "^4.7.2"
},
"description": "This is a [Privy](https://privy.io) + [wagmi](https://wagmi.sh) + [Next.js](https://nextjs.org/) project.",
"main": "next.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/decentxyz/Start-Decent.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"
}