package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "json-visio",
  3. "private": true,
  4. "version": "v1.0.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.0.9",
  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.15",
  26. "styled-components": "^5.3.3",
  27. "usehooks-ts": "^2.3.0"
  28. },
  29. "devDependencies": {
  30. "@testing-library/jest-dom": "^5.16.2",
  31. "@testing-library/react": "^12.1.2",
  32. "@testing-library/user-event": "^13.5.0",
  33. "@types/enzyme": "^3.10.11",
  34. "@types/jest": "^27.4.0",
  35. "@types/node": "17.0.13",
  36. "@types/parse-json": "^4.0.0",
  37. "@types/react": "17.0.38",
  38. "@types/react-splitter-layout": "^3.0.2",
  39. "@types/styled-components": "^5.1.21",
  40. "babel-jest": "^27.4.6",
  41. "enzyme": "^3.11.0",
  42. "eslint": "8.8.0",
  43. "eslint-config-next": "12.0.9",
  44. "eslint-plugin-testing-library": "^5.0.5",
  45. "gh-pages": "^3.2.3",
  46. "jest": "^27.4.7",
  47. "prettier": "^2.5.1",
  48. "ts-node": "^10.4.0",
  49. "typescript": "4.5.5"
  50. }
  51. }