-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 948 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
31
32
33
34
35
36
37
38
39
40
{
"name": "crazy-nft",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"axios": "^0.21.1",
"buffer": "^6.0.3",
"carbites": "^1.0.6",
"ethereumjs-tx": "^2.1.2",
"ethers": "^5.4.1",
"firebase": "^8.9.0",
"fs": "0.0.1-security",
"ipfs-api": "^26.1.2",
"ipfs-core": "^0.8.0",
"ipfs-mini": "^1.1.5",
"next": "11.0.1",
"nft.storage": "^3.0.1",
"node-fetch": "^2.6.1",
"react": "17.0.2",
"react-credit-cards": "^0.8.3",
"react-dom": "17.0.2",
"react-hook-form": "^7.9.0",
"reactjs-popup": "^2.0.4",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.3",
"web3": "^1.3.6"
},
"devDependencies": {
"eslint": "7.29.0",
"eslint-config-next": "11.0.1"
},
"proxy": "http://localhost:8000/"
}