Skip to content

Commit

Permalink
Merge branch 'AykutSarac:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
louyongjiu authored Mar 15, 2024
2 parents 335faa9 + 26f0ac4 commit c57a79c
Show file tree
Hide file tree
Showing 33 changed files with 1,467 additions and 1,847 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Builder
FROM node:18-alpine as builder
# Reference :: https://pnpm.io/docker
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable
WORKDIR /src

# Cache dependencies first
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

## About the Project

<img width="100%" alt="booking-screen" src="./public/assets/jsoncrack-screenshot.jpeg">
<img width="100%" alt="booking-screen" src="./public/assets/preview.png">

# More Than a JSON Editor

Expand Down
36 changes: 17 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,13 @@
"analyze": "ANALYZE=true npm run build"
},
"dependencies": {
"@mantine/code-highlight": "^7.5.1",
"@mantine/core": "^7.5.1",
"@mantine/dropzone": "^7.5.1",
"@mantine/hooks": "^7.5.1",
"@mantine/code-highlight": "^7.6.2",
"@mantine/core": "^7.6.2",
"@mantine/dropzone": "^7.6.2",
"@mantine/hooks": "^7.6.2",
"@monaco-editor/react": "^4.6.0",
"@sentry/nextjs": "^7.99.0",
"@supabase/auth-helpers-nextjs": "^0.9.0",
"@supabase/auth-helpers-react": "^0.4.2",
"@supabase/supabase-js": "^2.39.3",
"@sentry/nextjs": "^7.107.0",
"@supabase/supabase-js": "^2.39.8",
"@tanstack/react-query": "^4.36.1",
"allotment": "^1.20.0",
"axios": "^1.6.7",
Expand All @@ -32,18 +30,18 @@
"jq-in-the-browser": "^0.7.2",
"jq-web": "^0.5.1",
"js-yaml": "^4.1.0",
"json-2-csv": "^5.0.1",
"json-2-csv": "^5.5.0",
"json_typegen_wasm": "^0.7.0",
"jsonc-parser": "^3.2.0",
"jsonc-parser": "^3.2.1",
"jsonwebtoken": "^9.0.2",
"jxon": "^2.0.0-beta.5",
"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": "^3.0.2",
"million": "^3.0.6",
"next": "14.1.0",
"pako": "^2.1.0",
"react": "^18.2.0",
Expand All @@ -59,29 +57,29 @@
"styled-components": "^6.1.8",
"toml": "^3.0.0",
"use-long-press": "^3.2.0",
"zustand": "^4.5.0"
"zustand": "^4.5.2"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.1.0",
"@next/bundle-analyzer": "^14.1.3",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/js-yaml": "^4.0.9",
"@types/jsonwebtoken": "^9.0.5",
"@types/jsonwebtoken": "^9.0.6",
"@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.16",
"@types/node": "^20.11.27",
"@types/pako": "^2.0.3",
"@types/react": "18.2.51",
"@types/react-dom": "^18.2.18",
"@types/react-dom": "^18.2.22",
"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",
"eslint-plugin-unused-imports": "^3.1.0",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"typescript": "5.3.3"
}
Expand Down
Loading

0 comments on commit c57a79c

Please sign in to comment.