package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "json-visio",
  3. "private": true,
  4. "version": "v1.3.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. "next": "^12.1.2",
  16. "next-transpile-modules": "^9.0.0",
  17. "parse-json": "^6.0.2",
  18. "react": "17.0.2",
  19. "react-ace": "^9.5.0",
  20. "react-dom": "17.0.2",
  21. "react-hot-toast": "^2.2.0",
  22. "react-icons": "^4.3.1",
  23. "react-split-pane": "^0.1.92",
  24. "react-zoom-pan-pinch": "^2.1.3",
  25. "reaflow": "^4.2.16",
  26. "styled-components": "^5.3.5"
  27. },
  28. "devDependencies": {
  29. "@testing-library/jest-dom": "^5.16.3",
  30. "@testing-library/react": "^12.1.4",
  31. "@testing-library/user-event": "^14.0.0",
  32. "@types/enzyme": "^3.10.11",
  33. "@types/jest": "^27.4.1",
  34. "@types/node": "17.0.23",
  35. "@types/parse-json": "^4.0.0",
  36. "@types/react": "17.0.43",
  37. "@types/react-splitter-layout": "^3.0.2",
  38. "@types/styled-components": "^5.1.24",
  39. "babel-jest": "^27.5.1",
  40. "enzyme": "^3.11.0",
  41. "eslint": "8.12.0",
  42. "eslint-config-next": "12.1.2",
  43. "eslint-plugin-testing-library": "^5.1.0",
  44. "gh-pages": "^3.2.3",
  45. "jest": "^27.5.1",
  46. "prettier": "^2.6.1",
  47. "ts-node": "^10.7.0",
  48. "typescript": "4.6.3"
  49. }
  50. }