forked from hashlips-lab/nft-erc721-collection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.01 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
{
"homepage": "https://rarebitscanvas.com",
"name": "rarebitscanvas",
"description": "An all-in-one solution for ERC721 collections.",
"author": "Marco Lipparini <developer@liarco.net>",
"license": "MIT",
"version": "2.4.4",
"repository": {
"type": "git",
"url": "https://github.com/hashlips-lab/nft-erc721-collection.git"
},
"scripts": {
"build-dapp": "cd smart-contract; yarn; yarn compile; cd ../minting-dapp; yarn; yarn build"
},
"dependencies": {
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@material-ui/icons": "^4.11.3",
"@mui/icons-material": "^5.11.9",
"@mui/material": "^5.11.9",
"@mui/styles": "^5.11.9",
"@types/react-router": "^5.1.20",
"antd": "^5.2.2",
"bootstrap": "^5.2.3",
"react": "^18.2.0",
"react-bootstrap": "^2.7.2",
"react-dom": "^18.2.0",
"react-loading": "^2.0.3",
"react-router-dom": "^6.8.1",
"react-share": "^4.4.1",
"react-twitter-share-link": "^1.2.1"
}
}