UNPKG

@archway-kit/vue

Version:

Vue components to interact with the Archway network

98 lines (97 loc) 2.53 kB
{ "name": "@archway-kit/vue", "version": "0.5.51", "description": "Vue components to interact with the Archway network", "homepage": "https://docs.archway.io", "repository": { "type": "git", "url": "git+https://github.com/archway-network/archway-kit.git", "directory": "packages/@archway-kit-vue" }, "keywords": [ "archway", "atom", "blockchain", "cosmjs", "cosmos", "cosmosjs", "dapp", "dapps", "vue", "wasm", "web3" ], "author": "Archway Network (https://archway.io)", "license": "Apache-2.0", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "type": "module", "main": "dist/index.umd.cjs", "module": "./dist/index.js", "types": "dist/src/index.d.ts", "files": [ "README.md", "dist" ], "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.umd.cjs", "types": "./dist/src/index.d.ts" }, "./dist/style.css": "./dist/style.css" }, "sideEffects": false, "engines": { "node": ">=16" }, "scripts": { "prepublishOnly": "npm run build", "build": "vite build", "watch": "vite build --watch", "test": "../../scripts/test.sh", "lint": "../../scripts/lint.sh", "clean": "shx rm -rf ./dist", "prebuild": "npm run build --workspace=@archway-kit/utils --workspace=@archway-kit/wallet", "story:build": "histoire build", "story:preview": "histoire preview", "story:dev": "histoire dev" }, "dependencies": { "@archway-kit/icons": "0.5.51", "@archway-kit/tailwind-plugin": "0.5.51", "@archway-kit/utils": "0.5.51", "@archway-kit/wallet": "0.5.51", "@archwayhq/arch3.js": "^0.7.3", "@headlessui/vue": "^1.7.23", "@keplr-wallet/types": "^0.12.143", "@vueuse/core": "^11.1.0", "bignumber.js": "^9.1.2", "date-fns": "^4.1.0", "floating-vue": "5.2.2", "qrcode-vue3": "^1.7.1", "swiper": "^11.1.4", "vue": "^3.5.5", "vue-3-slider-component": "^1.0.1", "vue-router": "^4.4.5" }, "devDependencies": { "@histoire/plugin-vue": "^0.17.17", "@testing-library/vue": "^8.1.0", "@vitejs/plugin-vue": "^5.1.4", "@vue/test-utils": "^2.4.6", "autoprefixer": "^10.4.20", "histoire": "^0.17.17", "postcss": "^8.4.47", "postcss-import": "^16.1.0", "tailwindcss": "^3.4.14", "typescript": "^5.6.3", "vite": "^5.4.10", "vite-plugin-dts": "^4.3.0" }, "peerDependencies": { "vue": "^3.5.5" } }