mirror of
https://github.com/Instadapp/assembly.git
synced 2024-07-29 22:37:06 +00:00
35 lines
849 B
JSON
35 lines
849 B
JSON
{
|
|
"name": "assembly-nuxt",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start",
|
|
"generate": "nuxt generate"
|
|
},
|
|
"dependencies": {
|
|
"@nuxtjs/composition-api": "^0.24.7",
|
|
"@portis/web3": "^4.0.5",
|
|
"@tailwindcss/forms": "^0.3.3",
|
|
"@vueuse/core": "^5.1.4",
|
|
"@walletconnect/web3-provider": "^1.4.1",
|
|
"bignumber.js": "^9.0.1",
|
|
"core-js": "^3.15.1",
|
|
"dsa-connect": "^0.4.2",
|
|
"nuxt": "^2.15.7",
|
|
"v-click-outside": "^3.1.2",
|
|
"walletlink": "^2.1.6",
|
|
"web3": "^1.4.0",
|
|
"web3modal": "^1.9.3"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/types": "^2.15.7",
|
|
"@nuxt/typescript-build": "^2.1.0",
|
|
"@nuxtjs/google-fonts": "^1.3.0",
|
|
"@nuxtjs/svg": "^0.1.12",
|
|
"@nuxtjs/tailwindcss": "^4.2.0",
|
|
"postcss": "^8.3.5"
|
|
}
|
|
}
|