assembly/package.json

35 lines
849 B
JSON
Raw Normal View History

2021-07-17 16:50:30 +00:00
{
"name": "assembly-nuxt",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
2021-07-17 21:44:21 +00:00
"@nuxtjs/composition-api": "^0.24.7",
2021-07-20 21:39:22 +00:00
"@portis/web3": "^4.0.5",
2021-07-17 21:44:21 +00:00
"@tailwindcss/forms": "^0.3.3",
2021-07-19 19:35:31 +00:00
"@vueuse/core": "^5.1.4",
"@walletconnect/web3-provider": "^1.4.1",
2021-07-21 20:53:46 +00:00
"bignumber.js": "^9.0.1",
2021-07-17 16:50:30 +00:00
"core-js": "^3.15.1",
2021-07-19 19:35:31 +00:00
"dsa-connect": "^0.4.2",
2021-07-17 21:44:21 +00:00
"nuxt": "^2.15.7",
2021-07-19 19:35:31 +00:00
"v-click-outside": "^3.1.2",
"walletlink": "^2.1.6",
"web3": "^1.4.0",
"web3modal": "^1.9.3"
2021-07-17 16:50:30 +00:00
},
"devDependencies": {
"@nuxt/types": "^2.15.7",
"@nuxt/typescript-build": "^2.1.0",
2021-07-17 21:44:21 +00:00
"@nuxtjs/google-fonts": "^1.3.0",
"@nuxtjs/svg": "^0.1.12",
2021-07-17 16:50:30 +00:00
"@nuxtjs/tailwindcss": "^4.2.0",
"postcss": "^8.3.5"
}
2021-07-17 21:44:21 +00:00
}