package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name": "json-visio",
  3. "private": true,
  4. "version": "v1.9.0",
  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. "next": "^12.1.5",
  19. "next-transpile-modules": "^9.0.0",
  20. "parse-json": "^6.0.2",
  21. "react": "^18.0.0",
  22. "react-dom": "^18.0.0",
  23. "react-hot-toast": "^2.2.0",
  24. "react-icons": "^4.3.1",
  25. "react-render-if-visible": "^2.1.0",
  26. "react-twitter-embed": "^4.0.4",
  27. "react-zoom-pan-pinch": "^2.1.3",
  28. "reaflow": "^5.0.4",
  29. "save-html-as-image": "^1.7.1",
  30. "styled-components": "^5.3.5"
  31. },
  32. "devDependencies": {
  33. "@testing-library/jest-dom": "^5.16.4",
  34. "@testing-library/react": "^13.1.1",
  35. "@testing-library/user-event": "^14.1.0",
  36. "@types/enzyme": "^3.10.12",
  37. "@types/jest": "^27.4.1",
  38. "@types/node": "^17.0.30",
  39. "@types/parse-json": "^4.0.0",
  40. "@types/react": "18.0.5",
  41. "@types/react-splitter-layout": "^3.0.2",
  42. "@types/styled-components": "^5.1.25",
  43. "babel-jest": "^28",
  44. "enzyme": "^3.11.0",
  45. "eslint": "8.13.0",
  46. "eslint-config-next": "12.1.5",
  47. "eslint-plugin-testing-library": "^5.3.1",
  48. "gh-pages": "^4.0.0",
  49. "jest": "^28",
  50. "jest-environment-jsdom": "^28.0.0",
  51. "next-compose-plugins": "^2.2.1",
  52. "next-pwa": "^5.5.2",
  53. "prettier": "^2.6.2",
  54. "ts-node": "^10.7.0",
  55. "typescript": "4.6.3"
  56. }
  57. }