mirror of
https://github.com/Instadapp/assembly.git
synced 2024-07-29 22:37:06 +00:00
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "assembly",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start",
|
|
"generate": "nuxt generate"
|
|
},
|
|
"dependencies": {
|
|
"@nuxtjs/axios": "^5.13.6",
|
|
"@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",
|
|
"css-color-function": "^1.3.3",
|
|
"dsa-connect": "^0.4.2",
|
|
"nuxt": "^2.15.7",
|
|
"qrcode": "^1.4.4",
|
|
"v-click-outside": "^3.1.2",
|
|
"v-tooltip": "^2.1.3",
|
|
"vue-clipboard2": "^0.3.1",
|
|
"vue-composable": "^1.0.0-beta.23",
|
|
"waait": "^1.0.5",
|
|
"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"
|
|
}
|
|
}
|