2022-06-06 11:31:36 +00:00
|
|
|
{
|
|
|
|
"name": "@instadapp/vue-web3-nuxt",
|
2023-09-28 17:09:47 +00:00
|
|
|
"version": "0.11.1",
|
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": {
|
2023-09-28 17:09:47 +00:00
|
|
|
"@instadapp/vue-web3": "^0.11.1",
|
2023-01-24 18:14:49 +00:00
|
|
|
"@nuxt/kit": "^3.1.0",
|
2022-10-07 17:07:35 +00:00
|
|
|
"mkdirp-promise": "4",
|
2023-01-24 18:14:49 +00:00
|
|
|
"vite-plugin-node-polyfills": "^0.7.0"
|
2022-06-06 11:31:36 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-11-23 19:15:40 +00:00
|
|
|
"@nuxt/module-builder": "^0.2.1",
|
2023-01-24 18:14:49 +00:00
|
|
|
"@nuxt/ui": "^0.4.0",
|
2022-10-07 17:24:55 +00:00
|
|
|
"@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",
|
2023-01-24 18:14:49 +00:00
|
|
|
"eslint": "8.32.0",
|
|
|
|
"nuxt": "^3.1.0"
|
2022-06-06 11:31:36 +00:00
|
|
|
}
|
|
|
|
}
|