-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.02 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
{
"name": "thegraph_nextjs_frontend_for_nft-marketplace",
"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 jyzhyxkwfgpj.usemoralis.com --frpcPath ./frp/frpc",
"moralis:cloud": "moralis-admin-cli watch-cloud-folder --moralisSubdomain jyzhyxkwfgpj.usemoralis.com --autoSave 1 --moralisCloudfolder ./cloudFunctions"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@web3uikit/core": "^0.1.10",
"@web3uikit/icons": "^0.1.5",
"@web3uikit/web3": "^0.1.9",
"graphql": "^16.6.0",
"moralis-v1": "^1.11.0",
"next": "12.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-moralis": "^1.4.2"
},
"devDependencies": {
"autoprefixer": "^10.4.12",
"dotenv": "^16.0.2",
"eslint": "8.23.1",
"eslint-config-next": "12.3.1",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8"
}
}