forked from celo-org/make-crypto-mobile-hackathon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.24 KB
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
{
"name": "multimedia-nft-marketplace",
"version": "0.1.0",
"description": "Multimedia NFT MarketPlace",
"author": "dev@geto.finance",
"homepage": ".",
"engines": {
"node": "14.17.3"
},
"dependencies": {
"@celo/contractkit": "^1.3.3",
"@celo/wallet-local": "^1.3.3",
"@truffle/hdwallet-provider": "^1.2.3",
"bootstrap": "^5.0.2",
"ipfs-http-client": "^51.0.1",
"react": "^17.0.2",
"react-bootstrap": "^1.6.1",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3",
"scrypt": "github:barrysteyn/node-scrypt#fb60a8d3c158fe115a624b5ffa7480f3a24b03fb",
"web3": "^1.4.0"
},
"devDependencies": {
"@openzeppelin/contracts": "^4.2.0",
"@openzeppelin/test-helpers": "^0.5.12",
"dotenv": "^10.0.0",
"truffle": "^5.3.14",
"truffle-hdwallet-provider-privkey": "^0.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}