package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "name": "json-crack",
  3. "private": true,
  4. "version": "v2.8.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": "tsc && next lint",
  12. "lint:fix": "prettier --write \"./**/*.{ts,tsx,json}\"",
  13. "deploy": "gh-pages -d out -t true"
  14. },
  15. "dependencies": {
  16. "@emotion/react": "^11.10.6",
  17. "@emotion/server": "^11.10.0",
  18. "@mantine/core": "^6.0.0",
  19. "@mantine/hooks": "^6.0.0",
  20. "@mantine/next": "^6.0.0",
  21. "@mantine/prism": "^6.0.0",
  22. "@monaco-editor/react": "^4.4.6",
  23. "@next/font": "^13.1.6",
  24. "@sentry/nextjs": "^7.36.0",
  25. "@tanstack/react-query": "^4.24.4",
  26. "allotment": "^1.18.0",
  27. "altogic": "^2.3.9",
  28. "axios": "^1.3.2",
  29. "dayjs": "^1.11.7",
  30. "html-to-image": "^1.11.11",
  31. "jsonc-parser": "^3.2.0",
  32. "lodash.debounce": "^4.0.8",
  33. "lz-string": "^1.4.4",
  34. "next": "^13.1.6",
  35. "react": "^18.2.0",
  36. "react-color": "^2.19.3",
  37. "react-dom": "^18.2.0",
  38. "react-hot-toast": "^2.4.0",
  39. "react-icons": "^4.7.1",
  40. "react-linkify-it": "^1.0.7",
  41. "react-syntax-highlighter": "^15.5.0",
  42. "react-zoom-pan-pinch": "^2.5.0",
  43. "reaflow": "^5.1.2",
  44. "styled-components": "^5.3.6",
  45. "zustand": "^4.3.2"
  46. },
  47. "devDependencies": {
  48. "@next/bundle-analyzer": "^13.1.6",
  49. "@testing-library/react": "^13.3.0",
  50. "@trivago/prettier-plugin-sort-imports": "^4.0.0",
  51. "@types/lodash.debounce": "^4.0.7",
  52. "@types/lz-string": "^1.3.34",
  53. "@types/node": "^18.13.0",
  54. "@types/react": "18.0.27",
  55. "@types/react-color": "^3.0.6",
  56. "@types/react-syntax-highlighter": "^15.5.6",
  57. "@types/styled-components": "^5.1.26",
  58. "eslint": "8.33.0",
  59. "eslint-config-next": "13.1.6",
  60. "eslint-plugin-unused-imports": "^2.0.0",
  61. "prettier": "^2.8.4",
  62. "ts-node": "^10.9.1",
  63. "typescript": "4.9.5"
  64. }
  65. }