assembly/package.json

41 lines
1.0 KiB
JSON
Raw Normal View History

2021-07-17 16:50:30 +00:00
{
2021-08-11 19:46:17 +00:00
"name": "assembly",
2021-07-17 16:50:30 +00:00
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
2021-08-01 18:29:41 +00:00
"@nuxtjs/axios": "^5.13.6",
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-24 23:40:30 +00:00
"css-color-function": "^1.3.3",
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-08-04 19:17:26 +00:00
"qrcode": "^1.4.4",
2021-07-19 19:35:31 +00:00
"v-click-outside": "^3.1.2",
2021-07-24 23:40:30 +00:00
"v-tooltip": "^2.1.3",
2021-08-04 19:17:26 +00:00
"vue-clipboard2": "^0.3.1",
2021-07-27 21:43:51 +00:00
"vue-composable": "^1.0.0-beta.23",
2021-07-19 19:35:31 +00:00
"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
}