|
| 1 | +{ |
| 2 | + "name": "siws-accs-browser", |
| 3 | + "private": true, |
| 4 | + "version": "0.0.0", |
| 5 | + "type": "module", |
| 6 | + "scripts": { |
| 7 | + "dev": "vite", |
| 8 | + "build": "tsc -b && vite build", |
| 9 | + "build:lit-action": "deno task bundle", |
| 10 | + "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", |
| 11 | + "preview": "vite preview" |
| 12 | + }, |
| 13 | + "dependencies": { |
| 14 | + "@esbuild-plugins/node-globals-polyfill": "^0.2.3", |
| 15 | + "@esbuild-plugins/node-modules-polyfill": "^0.2.2", |
| 16 | + "@lit-protocol/auth-browser": "^6.7.0", |
| 17 | + "@lit-protocol/auth-helpers": "^6.5.3", |
| 18 | + "@lit-protocol/constants": "^6.5.3", |
| 19 | + "@lit-protocol/contracts-sdk": "^6.8.1", |
| 20 | + "@lit-protocol/lit-node-client": "^6.5.3", |
| 21 | + "@simplewebauthn/browser": "^10.0.0", |
| 22 | + "@solana/wallet-adapter-base": "^0.9.23", |
| 23 | + "@solana/wallet-adapter-react": "^0.15.35", |
| 24 | + "@solana/wallet-adapter-react-ui": "^0.9.35", |
| 25 | + "@solana/wallet-adapter-wallets": "^0.19.32", |
| 26 | + "@solana/wallet-standard-features": "^1.2.0", |
| 27 | + "@solana/wallet-standard-util": "^1.1.1", |
| 28 | + "@solana/web3.js": "^1.95.3", |
| 29 | + "@vitejs/plugin-react-swc": "^3.7.0", |
| 30 | + "ethers": "v5", |
| 31 | + "ipfs-only-hash": "^4.0.0", |
| 32 | + "react": "^18.3.1", |
| 33 | + "react-dom": "^18.3.1", |
| 34 | + "rollup-plugin-polyfill-node": "^0.13.0", |
| 35 | + "vite-plugin-node-polyfills": "^0.22.0" |
| 36 | + }, |
| 37 | + "devDependencies": { |
| 38 | + "@lit-protocol/types": "^6.6.0", |
| 39 | + "@types/react": "^18.3.3", |
| 40 | + "@types/react-dom": "^18.3.0", |
| 41 | + "@typescript-eslint/eslint-plugin": "^7.13.1", |
| 42 | + "@typescript-eslint/parser": "^7.13.1", |
| 43 | + "@vitejs/plugin-react": "^4.3.1", |
| 44 | + "eslint": "^8.57.0", |
| 45 | + "eslint-plugin-react-hooks": "^4.6.2", |
| 46 | + "eslint-plugin-react-refresh": "^0.4.7", |
| 47 | + "typescript": "^5.5.3", |
| 48 | + "typestub-ipfs-only-hash": "^4.0.0", |
| 49 | + "vite": "^5.3.1" |
| 50 | + } |
| 51 | +} |
0 commit comments