package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. "js-base64": "^3.7.2",
  16. "@monaco-editor/react": "^4.4.5",
  17. "@sentry/nextjs": "^7.1.1",
  18. "allotment": "^1.14.2",
  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. },
  34. "devDependencies": {
  35. "@testing-library/jest-dom": "^5.16.4",
  36. "@testing-library/react": "^13.1.1",
  37. "@testing-library/user-event": "^14.1.0",
  38. "@types/enzyme": "^3.10.12",
  39. "@types/jest": "^27.4.1",
  40. "@types/node": "^17.0.30",
  41. "@types/parse-json": "^4.0.0",
  42. "@types/react": "18.0.5",
  43. "@types/react-splitter-layout": "^3.0.2",
  44. "@types/styled-components": "^5.1.25",
  45. "babel-jest": "^28",
  46. "enzyme": "^3.11.0",
  47. "eslint": "8.13.0",
  48. "eslint-config-next": "12.1.5",
  49. "eslint-plugin-testing-library": "^5.3.1",
  50. "gh-pages": "^4.0.0",
  51. "jest": "^28",
  52. "jest-environment-jsdom": "^28.0.0",
  53. "next-compose-plugins": "^2.2.1",
  54. "next-pwa": "^5.5.2",
  55. "prettier": "^2.6.2",
  56. "ts-node": "^10.7.0",
  57. "typescript": "4.6.3"
  58. }
  59. }