Skip to content

Commit

Permalink
General packages cleanup (#208)
Browse files Browse the repository at this point in the history
* General packages cleanup

* Adding empty root package

* Adding a script for DAPP deployment from the project root

* Cleaning up package.json
  • Loading branch information
liarco authored Apr 3, 2022
1 parent e29e211 commit 7234fd3
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
7 changes: 3 additions & 4 deletions minting-dapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@hashlips-lab/nft-erc721-collection-dapp",
"version": "2.1.0",
"name": "@hashlips-lab/nft-erc721-collection-minting-dapp",
"version": "0.0.0",
"private": true,
"devDependencies": {
"@babel/preset-react": "^7.0.0",
"@metamask/detect-provider": "^1.2.0",
Expand Down Expand Up @@ -30,8 +31,6 @@
"typescript": "^4.5.4",
"webpack-notifier": "^1.6.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
Expand Down
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "@hashlips-lab/nft-erc721-collection",
"description": "An all-in-one solution for ERC721 collections.",
"author": "Marco Lipparini <[email protected]>",
"license": "MIT",
"version": "2.1.1",
"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"
}
}
3 changes: 2 additions & 1 deletion smart-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@hashlips-lab/nft-erc721-collection-smart-contract",
"version": "2.1.0",
"version": "0.0.0",
"private": true,
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.4",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
Expand Down
4 changes: 4 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


0 comments on commit 7234fd3

Please sign in to comment.