| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "name": "@solana/wallet-adapter-example",
- "version": "0.18.9",
- "author": "Solana Maintainers <maintainers@solana.foundation>",
- "repository": "https://github.com/solana-labs/wallet-adapter",
- "license": "Apache-2.0",
- "type": "module",
- "sideEffects": false,
- "engines": {
- "node": ">=16"
- },
- "publishConfig": {
- "access": "public"
- },
- "files": [
- "public",
- "src",
- ".editorconfig",
- ".eslintrc.json",
- ".gitignore",
- ".prettierignore",
- ".prettierrc",
- "LICENSE",
- "next.config.js",
- "next-env.d.ts",
- "package.json",
- "README.md",
- "tsconfig.json"
- ],
- "scripts": {
- "clean": "shx rm -rf .next .swc lib",
- "dev": "NODE_OPTIONS='--inspect' next dev",
- "build": "next build",
- "start": "next start",
- "lint": "next lint",
- "export": "next export"
- },
- "dependencies": {
- "@ant-design/icons": "^4.0.0",
- "@emotion/react": "^11.10.0",
- "@emotion/styled": "^11.10.0",
- "@mui/icons-material": "^5.8.4",
- "@mui/material": "^5.9.3",
- "@solana/wallet-adapter-ant-design": "^0.11.10",
- "@solana/wallet-adapter-base": "^0.9.13",
- "@solana/wallet-adapter-material-ui": "^0.16.11",
- "@solana/wallet-adapter-react": "^0.15.15",
- "@solana/wallet-adapter-react-ui": "^0.9.13",
- "@solana/wallet-adapter-wallets": "^0.18.2",
- "@solana/web3.js": "^1.50.1",
- "antd": "^4.22.6",
- "bs58": "^4.0.1",
- "next": "12.2.0",
- "notistack": "^2.0.3",
- "react": "^18.0.0",
- "react-dom": "^18.0.0",
- "tweetnacl": "^1.0.3"
- },
- "devDependencies": {
- "@types/node-fetch": "^2.6.2",
- "@types/react": "^18.0.0",
- "@types/react-dom": "^18.0.0",
- "eslint": "^8.22.0",
- "eslint-config-next": "^12.2.5",
- "next-compose-plugins": "^2.2.1",
- "next-plugin-antd-less": "^1.8.0",
- "prettier": "^2.7.1",
- "shx": "^0.3.4",
- "typescript": "^4.7.4"
- }
- }
|