package.json 1.5 KB

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