UNPKG

@metaspacecy/information-sdk

Version:
48 lines (47 loc) 1.47 kB
{ "name": "nextjs-example", "version": "1.0.6", "private": true, "license": "Apache-2.0", "scripts": { "dev": "next dev", "build": "next build", "export": "next export", "start": "next start", "lint": "next lint" }, "dependencies": { "@aptos-labs/wallet-adapter-ant-design": "", "@aptos-labs/wallet-adapter-mui-design": "", "@aptos-labs/wallet-adapter-react": "", "@blocto/aptos-wallet-adapter-plugin": "^0.1.2", "@martianwallet/aptos-wallet-adapter": "^0.0.3", "@metaspacecy/information-sdk": "^1.0.0", "@nightlylabs/aptos-wallet-adapter-plugin": "0.2.12", "@openblockhq/aptos-wallet-adapter": "^0.1.5", "@pontem/wallet-adapter-plugin": "^0.1.4", "@rise-wallet/wallet-adapter": "^0.1.2", "@tp-lab/aptos-wallet-adapter": "^1.0.1", "@trustwallet/aptos-wallet-adapter": "^0.1.6", "@welldone-studio/aptos-wallet-adapter": "^0.1.2", "antd": "^5.1.2", "aptos": "^1.3.17", "fewcha-plugin-wallet-adapter": "^0.1.2", "msafe-plugin-wallet-adapter": "^0.1.0", "next": "13.0.0", "petra-plugin-wallet-adapter": "^0.1.2", "react": "18.2.0", "react-dom": "18.2.0" }, "devDependencies": { "@babel/core": "^7.0.0", "@types/node": "^17.0.12", "@types/react": "^18.0.22", "@types/react-dom": "^18.0.7", "autoprefixer": "^10.4.13", "eslint": "^8.15.0", "postcss": "^8.4.19", "tailwindcss": "^3.2.4", "typescript": "^4.5.3" } }