package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "json-crack",
  3. "private": true,
  4. "version": "v3.0.0",
  5. "author": "https://github.com/AykutSarac",
  6. "homepage": "https://jsoncrack.com",
  7. "scripts": {
  8. "dev": "next dev",
  9. "build": "next build && next export",
  10. "start": "next start",
  11. "lint": "next lint",
  12. "lint:fix": "prettier --write \"./**/*.{ts,tsx,json}\"",
  13. "deploy": "gh-pages -d out -t true"
  14. },
  15. "dependencies": {
  16. "@monaco-editor/react": "^4.4.6",
  17. "@react-oauth/google": "^0.4.0",
  18. "@sentry/nextjs": "^7.16.0",
  19. "@tanstack/react-query": "^4.19.1",
  20. "allotment": "^1.17.0",
  21. "altogic": "^2.3.8",
  22. "axios": "^1.1.3",
  23. "dayjs": "^1.11.6",
  24. "html-to-image": "^1.10.8",
  25. "jsonc-parser": "^3.2.0",
  26. "lodash.debounce": "^4.0.8",
  27. "lz-string": "^1.4.4",
  28. "next": "^12.3.1",
  29. "next-transpile-modules": "^9.1.0",
  30. "react": "^18.2.0",
  31. "react-color": "^2.19.3",
  32. "react-dom": "^18.2.0",
  33. "react-hot-toast": "^2.4.0",
  34. "react-icons": "^4.6.0",
  35. "react-in-viewport": "^1.0.0-alpha.28",
  36. "react-linkify-it": "^1.0.7",
  37. "react-zoom-pan-pinch": "^2.1.3",
  38. "reaflow": "^5.0.7",
  39. "styled-components": "^5.3.6",
  40. "zustand": "^4.1.3"
  41. },
  42. "devDependencies": {
  43. "@testing-library/react": "^13.3.0",
  44. "@trivago/prettier-plugin-sort-imports": "^3.3.0",
  45. "@types/lodash.debounce": "^4.0.7",
  46. "@types/lz-string": "^1.3.34",
  47. "@types/node": "^18.7.21",
  48. "@types/react": "18.0.21",
  49. "@types/react-color": "^3.0.6",
  50. "@types/styled-components": "^5.1.26",
  51. "eslint": "8.24.0",
  52. "eslint-config-next": "12.3.1",
  53. "eslint-plugin-testing-library": "^5.7.0",
  54. "eslint-plugin-unused-imports": "^2.0.0",
  55. "next-pwa": "5.6.0",
  56. "prettier": "^2.7.1",
  57. "ts-node": "^10.9.1",
  58. "typescript": "4.8.3"
  59. }
  60. }