package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "name": "@pythnetwork/api-reference",
  3. "version": "0.0.0",
  4. "private": true,
  5. "type": "module",
  6. "engines": {
  7. "node": "20"
  8. },
  9. "scripts": {
  10. "build": "next build",
  11. "fix": "pnpm fix:lint && pnpm fix:format",
  12. "fix:format": "prettier --write .",
  13. "fix:lint": "eslint --fix .",
  14. "pull:env": "VERCEL_ORG_ID=team_BKQrg3JJFLxZyTqpuYtIY0rj VERCEL_PROJECT_ID=prj_gbljYVzp0m5EpCuOF6nZpM4WMFM6 vercel env pull",
  15. "start:dev": "next dev",
  16. "start:prod": "next start",
  17. "test": "tsc && jest",
  18. "test:format": "jest --selectProjects format",
  19. "test:lint": "jest --selectProjects lint",
  20. "test:types": "tsc",
  21. "test:unit": "jest --selectProjects unit --passWithNoTests"
  22. },
  23. "dependencies": {
  24. "@amplitude/analytics-browser": "^2.9.0",
  25. "@amplitude/plugin-autocapture-browser": "^0.9.0",
  26. "@floating-ui/react": "^0.26.17",
  27. "@headlessui/react": "^2.0.4",
  28. "@heroicons/react": "^2.1.4",
  29. "@next/third-parties": "^14.2.4",
  30. "@pythnetwork/client": "^2.22.0",
  31. "@pythnetwork/pyth-sdk-solidity": "workspace:^",
  32. "@solana/web3.js": "^1.95.1",
  33. "@tanstack/react-query": "^5.45.1",
  34. "bs58": "^5.0.0",
  35. "clsx": "^2.1.1",
  36. "connectkit": "^1.8.2",
  37. "cryptocurrency-icons": "^0.18.1",
  38. "framer-motion": "^11.3.8",
  39. "next": "^14.2.4",
  40. "next-themes": "^0.3.0",
  41. "pino": "^9.2.0",
  42. "react": "^18.3.1",
  43. "react-dom": "^18.3.1",
  44. "react-markdown": "^9.0.1",
  45. "shiki": "^1.7.0",
  46. "viem": "^2.15.1",
  47. "wagmi": "^2.10.4",
  48. "zod": "^3.23.8"
  49. },
  50. "devDependencies": {
  51. "@axe-core/react": "^4.9.1",
  52. "@cprussin/eslint-config": "^3.0.0",
  53. "@cprussin/jest-config": "^1.4.1",
  54. "@cprussin/prettier-config": "^2.1.1",
  55. "@cprussin/tsconfig": "^3.0.1",
  56. "@svgr/webpack": "^8.1.0",
  57. "@tailwindcss/forms": "^0.5.7",
  58. "@types/jest": "^29.5.12",
  59. "@types/node": "^20.14.6",
  60. "@types/react": "^18.3.3",
  61. "@types/react-dom": "^18.3.0",
  62. "autoprefixer": "^10.4.19",
  63. "eslint": "^9.5.0",
  64. "jest": "^29.7.0",
  65. "postcss": "^8.4.38",
  66. "prettier": "^3.3.2",
  67. "tailwindcss": "^3.4.4",
  68. "typescript": "^5.5.2",
  69. "vercel": "^34.2.7"
  70. }
  71. }