package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "name": "@phantom/sign-in-with-solana",
  3. "version": "1.0.0",
  4. "description": "Reference implementation of Sign-In With Solana",
  5. "license": "MIT",
  6. "keywords": [
  7. "phantom",
  8. "phantom wallet",
  9. "phantom-wallet",
  10. "codesandbox",
  11. "solana",
  12. "ethereum",
  13. "crypto",
  14. "blockchain",
  15. "love"
  16. ],
  17. "dependencies": {
  18. "@solana/wallet-adapter-ant-design": "^0.11.28",
  19. "@solana/wallet-adapter-base": "0.9.23",
  20. "@solana/wallet-adapter-material-ui": "^0.16.30",
  21. "@solana/wallet-adapter-react": "0.15.34",
  22. "@solana/wallet-adapter-react-ui": "^0.9.31",
  23. "@solana/wallet-standard-features": "1.1.0",
  24. "@solana/wallet-standard-util": "1.1.0",
  25. "@solana/web3.js": "1.63.1",
  26. "@types/node": "^16.7.13",
  27. "@types/react": "^18.0.0",
  28. "@types/react-dom": "^18.0.0",
  29. "@@wallet-standard/base": "1.0.1",
  30. "bs58": "^5.0.0",
  31. "react": "^17.0.2",
  32. "react-dom": "^17.0.2",
  33. "react-router-dom": "^6.10.0",
  34. "react-scripts": "5.0.1",
  35. "styled-components": "^5.3.5",
  36. "typescript": "^4.4.2",
  37. "tweetnacl": "1.0.3"
  38. },
  39. "devDependencies": {
  40. "@types/react": "^18.0.0",
  41. "@types/react-dom": "^18.0.0",
  42. "@types/styled-components": "^5.1.25",
  43. "react": "^17.0.2",
  44. "react-dom": "^17.0.2",
  45. "react-scripts": "5.0.1",
  46. "styled-components": "^5.3.5",
  47. "typescript": "^4.4.2"
  48. },
  49. "peerDependencies": {
  50. "react": "^17.0.2",
  51. "react-dom": "^17.0.2",
  52. "styled-components": "^5.3.5"
  53. },
  54. "scripts": {
  55. "start": "react-scripts start",
  56. "build": "react-scripts build",
  57. "test": "react-scripts test",
  58. "eject": "react-scripts eject",
  59. "tsc": "tsc"
  60. },
  61. "eslintConfig": {
  62. "extends": [
  63. "react-app",
  64. "react-app/jest"
  65. ]
  66. },
  67. "browserslist": [
  68. ">0.2%",
  69. "not dead",
  70. "not ie <= 11",
  71. "not op_mini all"
  72. ]
  73. }