package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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:format": "prettier --write .",
  12. "fix:lint": "eslint --fix .",
  13. "pull:env": "[ $CI ] || VERCEL_ORG_ID=team_BKQrg3JJFLxZyTqpuYtIY0rj VERCEL_PROJECT_ID=prj_gbljYVzp0m5EpCuOF6nZpM4WMFM6 vercel env pull",
  14. "start:dev": "next dev --port 3002",
  15. "start:prod": "next start --port 3002",
  16. "test:format": "prettier --check .",
  17. "test:lint": "eslint .",
  18. "test:types": "tsc"
  19. },
  20. "dependencies": {
  21. "@amplitude/analytics-browser": "^2.9.0",
  22. "@amplitude/plugin-autocapture-browser": "^0.9.0",
  23. "@floating-ui/react": "^0.26.17",
  24. "@headlessui/react": "^2.2.0",
  25. "@heroicons/react": "^2.1.4",
  26. "@next/third-parties": "^14.2.4",
  27. "@pythnetwork/client": "^2.22.0",
  28. "@pythnetwork/pyth-sdk-solidity": "workspace:^",
  29. "@solana/web3.js": "^1.95.1",
  30. "@tanstack/react-query": "^5.45.1",
  31. "bs58": "^5.0.0",
  32. "clsx": "^2.1.1",
  33. "connectkit": "^1.8.2",
  34. "cryptocurrency-icons": "^0.18.1",
  35. "framer-motion": "^11.3.8",
  36. "next": "catalog:",
  37. "next-themes": "^0.3.0",
  38. "pino": "^9.2.0",
  39. "react": "catalog:",
  40. "react-dom": "catalog:",
  41. "react-markdown": "^9.0.1",
  42. "shiki": "^1.7.0",
  43. "viem": "^2.21.32",
  44. "wagmi": "^2.10.4",
  45. "zod": "^3.23.8"
  46. },
  47. "devDependencies": {
  48. "@axe-core/react": "^4.9.1",
  49. "@cprussin/eslint-config": "catalog:",
  50. "@cprussin/jest-config": "catalog:",
  51. "@cprussin/prettier-config": "catalog:",
  52. "@cprussin/tsconfig": "catalog:",
  53. "@svgr/webpack": "^8.1.0",
  54. "@tailwindcss/forms": "^0.5.7",
  55. "@types/jest": "^29.5.12",
  56. "@types/node": "^20.14.6",
  57. "@types/react": "catalog:",
  58. "@types/react-dom": "catalog:",
  59. "autoprefixer": "^10.4.19",
  60. "eslint": "^9.5.0",
  61. "jest": "^29.7.0",
  62. "postcss": "^8.4.38",
  63. "prettier": "^3.3.2",
  64. "tailwindcss": "^3.4.4",
  65. "typescript": "^5.5.2",
  66. "vercel": "^34.2.7"
  67. }
  68. }