package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "name": "json-crack",
  3. "private": true,
  4. "version": "v2.0.3",
  5. "author": "https://github.com/AykutSarac",
  6. "homepage": "https://jsoncrack.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. "lint:fix": "prettier --write \"./**/*.{ts,tsx,json}\"",
  14. "deploy": "gh-pages -d out -t true"
  15. },
  16. "dependencies": {
  17. "@monaco-editor/react": "^4.4.5",
  18. "@sentry/nextjs": "^7.12.1",
  19. "allotment": "^1.17.0",
  20. "compress-json": "^2.1.1",
  21. "html-to-image": "^1.10.8",
  22. "next": "^12.3.0",
  23. "next-transpile-modules": "^9.0.0",
  24. "parse-json": "^6.0.2",
  25. "react": "^18.2.0",
  26. "react-color": "^2.19.3",
  27. "react-dom": "^18.2.0",
  28. "react-hot-toast": "^2.3.0",
  29. "react-icons": "^4.4.0",
  30. "react-in-viewport": "^1.0.0-alpha.28",
  31. "react-linkify-it": "^1.0.7",
  32. "react-twitter-embed": "^4.0.4",
  33. "react-zoom-pan-pinch": "^2.1.3",
  34. "reaflow": "^5.0.6",
  35. "styled-components": "^5.3.5",
  36. "zustand": "^4.1.1"
  37. },
  38. "devDependencies": {
  39. "@testing-library/jest-dom": "^5.16.5",
  40. "@testing-library/react": "^13.3.0",
  41. "@testing-library/user-event": "^14.4.3",
  42. "@trivago/prettier-plugin-sort-imports": "^3.3.0",
  43. "@types/enzyme": "^3.10.12",
  44. "@types/jest": "^29.0.0",
  45. "@types/node": "^18.7.14",
  46. "@types/parse-json": "^4.0.0",
  47. "@types/react": "18.0.18",
  48. "@types/react-color": "^3.0.6",
  49. "@types/react-splitter-layout": "^3.0.2",
  50. "@types/styled-components": "^5.1.26",
  51. "babel-jest": "^29.0.2",
  52. "enzyme": "^3.11.0",
  53. "eslint": "8.23.0",
  54. "eslint-config-next": "12.2.5",
  55. "eslint-plugin-testing-library": "^5.6.1",
  56. "eslint-plugin-unused-imports": "^2.0.0",
  57. "gh-pages": "^4.0.0",
  58. "jest": "^29.0.2",
  59. "jest-environment-jsdom": "^29.0.2",
  60. "next-compose-plugins": "^2.2.1",
  61. "next-pwa": "5.6.0",
  62. "prettier": "^2.7.1",
  63. "ts-node": "^10.9.1",
  64. "typescript": "4.8.2"
  65. }
  66. }