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.
33 lines
829 B
33 lines
829 B
{
|
|
"name": "degen-domains-frontend",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"serve": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.11.5",
|
|
"bootstrap": "^5.1.3",
|
|
"bootstrap-icons": "^1.7.2",
|
|
"buffer": "^6.0.3",
|
|
"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.8.0",
|
|
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
|
|
"@rollup/plugin-inject": "^4.0.4",
|
|
"svelte": "^3.44.0",
|
|
"svelte-check": "^2.2.7",
|
|
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.30",
|
|
"svelte-preprocess": "^4.9.8",
|
|
"util": "^0.12.4"
|
|
}
|
|
}
|
|
|