12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "name": "@phantom/sign-in-with-solana",
- "version": "1.0.0",
- "description": "Reference implementation of Sign-In With Solana",
- "license": "MIT",
- "keywords": [
- "phantom",
- "phantom wallet",
- "phantom-wallet",
- "codesandbox",
- "solana",
- "ethereum",
- "crypto",
- "blockchain",
- "love"
- ],
- "dependencies": {
- "@solana/wallet-adapter-ant-design": "^0.11.28",
- "@solana/wallet-adapter-base": "0.9.23",
- "@solana/wallet-adapter-material-ui": "^0.16.30",
- "@solana/wallet-adapter-react": "0.15.34",
- "@solana/wallet-adapter-react-ui": "^0.9.31",
- "@solana/wallet-standard-features": "1.1.0",
- "@solana/wallet-standard-util": "1.1.0",
- "@solana/web3.js": "1.63.1",
- "@types/node": "^16.7.13",
- "@types/react": "^18.0.0",
- "@types/react-dom": "^18.0.0",
- "@@wallet-standard/base": "1.0.1",
- "bs58": "^5.0.0",
- "react": "^17.0.2",
- "react-dom": "^17.0.2",
- "react-router-dom": "^6.10.0",
- "react-scripts": "5.0.1",
- "styled-components": "^5.3.5",
- "typescript": "^4.4.2",
- "tweetnacl": "1.0.3"
- },
- "devDependencies": {
- "@types/react": "^18.0.0",
- "@types/react-dom": "^18.0.0",
- "@types/styled-components": "^5.1.25",
- "react": "^17.0.2",
- "react-dom": "^17.0.2",
- "react-scripts": "5.0.1",
- "styled-components": "^5.3.5",
- "typescript": "^4.4.2"
- },
- "peerDependencies": {
- "react": "^17.0.2",
- "react-dom": "^17.0.2",
- "styled-components": "^5.3.5"
- },
- "scripts": {
- "start": "react-scripts start",
- "build": "react-scripts build",
- "test": "react-scripts test",
- "eject": "react-scripts eject",
- "tsc": "tsc"
- },
- "eslintConfig": {
- "extends": [
- "react-app",
- "react-app/jest"
- ]
- },
- "browserslist": [
- ">0.2%",
- "not dead",
- "not ie <= 11",
- "not op_mini all"
- ]
- }
|