Minting dapp for Degen Domains
https://degendomains.io
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
509 B
24 lines
509 B
{
|
|
"name": "punk-domains-frontend",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"serve": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"bootstrap": "^5.1.3",
|
|
"bootstrap-icons": "^1.7.2",
|
|
"ethers": "^5.6.9",
|
|
"vue": "^3.2.16",
|
|
"vue-dapp": "^0.4.2",
|
|
"vue-router": "4",
|
|
"vue-toastification": "^2.0.0-rc.5",
|
|
"vuex": "^4.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^1.9.2",
|
|
"typescript": "^4.4.3",
|
|
"vite": "^2.6.0"
|
|
}
|
|
}
|
|
|