package.json 673 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "e2e-tests",
  3. "private": true,
  4. "scripts": {
  5. "test": "vitest run --config vitest.config.ts"
  6. },
  7. "devDependencies": {
  8. "@ai-sdk/gateway": "^3.0.53",
  9. "@json-render/core": "workspace:*",
  10. "@json-render/jotai": "workspace:*",
  11. "@json-render/react": "workspace:*",
  12. "@json-render/redux": "workspace:*",
  13. "@json-render/zustand": "workspace:*",
  14. "@reduxjs/toolkit": "^2.11.2",
  15. "ai": "^6.0.97",
  16. "jotai": "^2.18.0",
  17. "redux": "^5.0.1",
  18. "vitest": "^4.0.17",
  19. "zod": "^4.3.6",
  20. "zustand": "^5.0.11",
  21. "@json-render/ink": "workspace:*",
  22. "ink": "^6.8.0",
  23. "react": "^19.0.0",
  24. "@types/react": "^19.0.0"
  25. }
  26. }