{ "name": "json-crack", "private": true, "version": "v3.2.0", "license": "GPL-3.0", "author": "https://github.com/AykutSarac", "homepage": "https://jsoncrack.com", "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "tsc --project tsconfig.json && eslint src && prettier --check src", "lint:fix": "eslint --fix src & prettier --write src", "analyze": "ANALYZE=true npm run build" }, "dependencies": { "@mantine/code-highlight": "^7.4.2", "@mantine/core": "^7.4.2", "@mantine/hooks": "^7.4.2", "@monaco-editor/react": "^4.6.0", "@sentry/nextjs": "^7.94.1", "@supabase/auth-helpers-nextjs": "^0.8.7", "@supabase/auth-helpers-react": "^0.4.2", "@supabase/supabase-js": "^2.39.3", "@tanstack/react-query": "^4.36.1", "allotment": "^1.20.0", "axios": "^1.6.5", "dayjs": "^1.11.10", "gofmt.js": "^0.0.2", "html-to-image": "^1.11.11", "jq-in-the-browser": "^0.7.2", "jq-web": "^0.5.1", "js-yaml": "^4.1.0", "json-2-csv": "^5.0.1", "json_typegen_wasm": "^0.7.0", "jsonc-parser": "^3.2.0", "jsonwebtoken": "^9.0.2", "jxon": "^2.0.0-beta.5", "lodash.debounce": "^4.0.8", "lodash.get": "^4.4.2", "lodash.set": "^4.3.2", "lodash.unset": "^4.5.2", "lodash.update": "^4.10.2", "maketypes": "^1.1.2", "million": "^2.6.4", "next": "14.1.0", "pako": "^2.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-ga4": "^2.1.0", "react-hot-toast": "^2.4.1", "react-icons": "^5.0.1", "react-json-tree": "^0.18.0", "react-linkify-it": "^1.0.8", "react-simple-typewriter": "^5.0.1", "react-zoomable-ui": "^0.11.0", "reaflow": "5.2.8", "styled-components": "^6.1.8", "toml": "^3.0.0", "use-long-press": "^3.2.0", "zustand": "^4.5.0" }, "devDependencies": { "@next/bundle-analyzer": "^14.1.0", "@trivago/prettier-plugin-sort-imports": "^4.3.0", "@types/js-yaml": "^4.0.9", "@types/jsonwebtoken": "^9.0.5", "@types/jxon": "^2.0.5", "@types/lodash.debounce": "^4.0.9", "@types/lodash.get": "^4.4.9", "@types/lodash.set": "^4.3.9", "@types/lodash.unset": "^4.5.9", "@types/lodash.update": "^4.10.9", "@types/node": "^20.11.5", "@types/pako": "^2.0.3", "@types/react": "18.2.48", "@types/react-dom": "^18.2.18", "eslint": "8.56.0", "eslint-config-next": "14.1.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-unused-imports": "^3.0.0", "prettier": "^3.2.4", "ts-node": "^10.9.2", "typescript": "5.3.3" } }