package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "name": "json-visio",
  3. "private": true,
  4. "version": "v2.0.0",
  5. "author": "https://github.com/AykutSarac",
  6. "homepage": "https://jsonvisio.com",
  7. "scripts": {
  8. "dev": "next dev",
  9. "build": "next build && next export",
  10. "test": "jest",
  11. "start": "next start",
  12. "lint": "next lint",
  13. "deploy": "gh-pages -d out -t true"
  14. },
  15. "dependencies": {
  16. "@monaco-editor/react": "^4.4.5",
  17. "@sentry/nextjs": "^7.9.0",
  18. "allotment": "^1.15.0",
  19. "compress-json": "^2.0.1",
  20. "html-to-image": "^1.10.0",
  21. "next": "^12.2.5",
  22. "next-transpile-modules": "^9.0.0",
  23. "parse-json": "^6.0.2",
  24. "react": "^18.2.0",
  25. "react-color": "^2.19.3",
  26. "react-dom": "^18.2.0",
  27. "react-hot-toast": "^2.3.0",
  28. "react-icons": "^4.4.0",
  29. "react-linkify-it": "^1.0.7",
  30. "react-render-if-visible": "^2.1.0",
  31. "react-twitter-embed": "^4.0.4",
  32. "react-zoom-pan-pinch": "^2.1.3",
  33. "reaflow": "^5.0.6",
  34. "styled-components": "^5.3.5",
  35. "zustand": "^4.0.0"
  36. },
  37. "devDependencies": {
  38. "@testing-library/jest-dom": "^5.16.5",
  39. "@testing-library/react": "^13.3.0",
  40. "@testing-library/user-event": "^14.4.2",
  41. "@types/enzyme": "^3.10.12",
  42. "@types/jest": "^28.1.6",
  43. "@types/node": "^18.6.5",
  44. "@types/parse-json": "^4.0.0",
  45. "@types/react": "18.0.17",
  46. "@types/react-color": "^3.0.6",
  47. "@types/react-splitter-layout": "^3.0.2",
  48. "@types/styled-components": "^5.1.25",
  49. "babel-jest": "^28.1.3",
  50. "enzyme": "^3.11.0",
  51. "eslint": "8.21.0",
  52. "eslint-config-next": "12.2.4",
  53. "eslint-plugin-testing-library": "^5.6.0",
  54. "gh-pages": "^4.0.0",
  55. "jest": "^28.1.3",
  56. "jest-environment-jsdom": "^28.1.3",
  57. "next-compose-plugins": "^2.2.1",
  58. "next-pwa": "5.5.3",
  59. "prettier": "^2.7.1",
  60. "ts-node": "^10.9.1",
  61. "typescript": "4.7.4"
  62. }
  63. }