-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.1 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
{
"name": "nft-exchange",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@openzeppelin/contracts": "^4.1.0",
"ipfs-http-client": "^50.1.1",
"mocha": "^8.4.0",
"next": "^11.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"solc": "^0.8.0",
"truffle-hdwallet-provider": "^1.0.17",
"web3": "^1.3.6"
},
"description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"devDependencies": {
"autoprefixer": "^10.2.6",
"eslint": "^7.28.0",
"eslint-config-next": "^11.0.0",
"postcss": "^8.3.2",
"tailwindcss": "^2.1.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adriandelgg/NFT-Exchange.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/adriandelgg/NFT-Exchange/issues"
},
"homepage": "https://github.com/adriandelgg/NFT-Exchange#readme"
}