vue-web3/nuxt/package.json

43 lines
1.1 KiB
JSON
Raw Normal View History

2022-06-06 11:31:36 +00:00
{
"name": "@instadapp/vue-web3-nuxt",
2022-10-07 17:07:35 +00:00
"version": "0.9.2",
2022-06-06 11:31:36 +00:00
"license": "MIT",
"type": "module",
"exports": {
".": {
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
}
},
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
"files": [
"dist"
],
"scripts": {
"prepack": "nuxt-module-build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground"
},
"dependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
2022-10-07 17:07:35 +00:00
"@instadapp/vue-web3": "^0.9.1",
"@nuxt/kit": "^3.0.0-rc.11",
2022-06-06 12:18:59 +00:00
"events": "^3.3.0",
2022-10-07 17:07:35 +00:00
"mkdirp-promise": "4",
2022-06-06 11:31:36 +00:00
"rollup-plugin-node-polyfills": "^0.2.1"
},
"devDependencies": {
"@nuxt/module-builder": "latest",
2022-10-07 17:24:55 +00:00
"@nuxt/ui": "^0.3.3",
"@nuxtjs/eslint-config-typescript": "11.0.0",
2022-10-07 17:07:35 +00:00
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/network-connector": "^6.2.9",
"@web3-react/walletconnect-connector": "^6.2.13",
2022-10-07 17:24:55 +00:00
"eslint": "8.24.0",
2022-10-07 17:07:35 +00:00
"nuxt": "^3.0.0-rc.11"
2022-06-06 11:31:36 +00:00
}
}