-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 926 Bytes
/
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
{
"name": "hardhat-nft-marketplace-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"moralis:sync": "moralis-admin-cli connect-local-devchain --chain hardhat --moralisSubdomain nypk5spqdzzx.usemoralis.com --frpcPath ./frp/frpc",
"moralis:cloud": "moralis-admin-cli watch-cloud-folder --moralisSubdomain nypk5spqdzzx.usemoralis.com --autoSave 1 --moralisCloudfolder ./cloudFunctions"
},
"dependencies": {
"magic-sdk": "^9.0.0",
"moralis": "1.11.0",
"next": "^12.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-moralis": "1.3.5",
"web3uikit": "^0.0.133"
},
"devDependencies": {
"autoprefixer": "^10.4.5",
"dotenv": "^16.0.0",
"eslint": "8.14.0",
"eslint-config-next": "12.1.5",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.24"
}
}