mirror of
https://github.com/Instadapp/vue-web3.git
synced 2024-07-29 21:48:25 +00:00
38 lines
954 B
JSON
38 lines
954 B
JSON
{
|
|
"name": "@instadapp/vue-web3-nuxt",
|
|
"version": "1.0.0",
|
|
"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",
|
|
"@instadapp/vue-web3": "^0.7.0",
|
|
"@nuxt/kit": "^3.0.0-rc.3",
|
|
"rollup-plugin-node-polyfills": "^0.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/module-builder": "latest",
|
|
"@nuxt/ui": "^0.1.1",
|
|
"@nuxtjs/eslint-config-typescript": "latest",
|
|
"eslint": "latest",
|
|
"nuxt": "^3.0.0-rc.3"
|
|
}
|
|
}
|