package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "json-visio",
  3. "private": true,
  4. "version": "v1.9.2",
  5. "homepage": "https://jsonvisio.com",
  6. "scripts": {
  7. "dev": "next dev",
  8. "build": "next build && next export",
  9. "test": "jest",
  10. "start": "next start",
  11. "lint": "next lint",
  12. "deploy": "gh-pages -d out -t true"
  13. },
  14. "dependencies": {
  15. "@monaco-editor/react": "^4.4.5",
  16. "@sentry/nextjs": "^7.1.1",
  17. "allotment": "^1.14.2",
  18. "compress-json": "^2.0.1",
  19. "next": "^12.1.5",
  20. "next-transpile-modules": "^9.0.0",
  21. "parse-json": "^6.0.2",
  22. "react": "^18.0.0",
  23. "react-dom": "^18.0.0",
  24. "react-hot-toast": "^2.2.0",
  25. "react-icons": "^4.3.1",
  26. "react-render-if-visible": "^2.1.0",
  27. "react-twitter-embed": "^4.0.4",
  28. "react-zoom-pan-pinch": "^2.1.3",
  29. "reaflow": "^5.0.4",
  30. "save-html-as-image": "^1.7.1",
  31. "styled-components": "^5.3.5",
  32. "usehooks-ts": "^2.5.2",
  33. "zustand": "^4.0.0-rc.4"
  34. },
  35. "devDependencies": {
  36. "@testing-library/jest-dom": "^5.16.4",
  37. "@testing-library/react": "^13.1.1",
  38. "@testing-library/user-event": "^14.1.0",
  39. "@types/enzyme": "^3.10.12",
  40. "@types/jest": "^27.4.1",
  41. "@types/node": "^17.0.30",
  42. "@types/parse-json": "^4.0.0",
  43. "@types/react": "18.0.5",
  44. "@types/react-splitter-layout": "^3.0.2",
  45. "@types/styled-components": "^5.1.25",
  46. "babel-jest": "^28",
  47. "enzyme": "^3.11.0",
  48. "eslint": "8.13.0",
  49. "eslint-config-next": "12.1.5",
  50. "eslint-plugin-testing-library": "^5.3.1",
  51. "gh-pages": "^4.0.0",
  52. "jest": "^28",
  53. "jest-environment-jsdom": "^28.0.0",
  54. "next-compose-plugins": "^2.2.1",
  55. "next-pwa": "^5.5.2",
  56. "prettier": "^2.6.2",
  57. "ts-node": "^10.7.0",
  58. "typescript": "4.6.3"
  59. }
  60. }