Skip to content

Commit

Permalink
Merge pull request #16 from PoCInnovation/dev
Browse files Browse the repository at this point in the history
merge dev to main
  • Loading branch information
Intermarch3 authored Oct 5, 2024
2 parents 5132b8f + 573630d commit e34e9e2
Show file tree
Hide file tree
Showing 55 changed files with 2,050 additions and 1,599 deletions.
148 changes: 146 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,15 @@
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"lint": "eslint pretty-metamask --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"lint": "eslint src --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src"
},
"dependencies": {
"@abimate/solmate": "^0.0.9",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@headlessui/vue": "^1.7.22",
"@openzeppelin/contracts": "^5.0.2",
Expand All @@ -22,8 +26,11 @@
"alchemy-sdk": "^3.3.1",
"axios": "^1.7.2",
"bignumber.js": "^9.1.2",
"bn.js": "^5.2.1",
"crypto-js": "^4.2.0",
"crypto-ts": "^1.0.2",
"ether.js": "^1.0.0",
"ethers": "^6.13.2",
"viem": "^2.14.2",
"vue": "^3.4.21",
"vuex": "^4.1.0"
Expand Down
Binary file added public/img/Aprilia Shiver 750 Owner's Manual.pdf
Binary file not shown.
Binary file added public/img/gas-station.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/padlock.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/sepolia_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/unlock_padlock.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/unlock_padlock_blue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e34e9e2

Please sign in to comment.