SIGN IN SIGN UP

JSON Hero is an open-source, beautiful JSON explorer for the web that lets you browse, search and navigate your JSON files at speed. 🚀. Built with 💜 by the Trigger.dev team.

0 0 0 TypeScript
2022-03-01 09:31:09 +00:00
{
"private": true,
2022-03-01 09:37:26 +00:00
"name": "@jsonhero/jsonhero-web",
"description": "A beautiful JSON viewer for the web",
"license": "apache-2.0",
2022-03-01 09:31:09 +00:00
"scripts": {
"clean": "rimraf dist",
Squashed commit of the following: commit 09bed349469032c3e86b6077faa7e8aa88a6066c Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 8 14:03:50 2022 +0100 Fixed the layout of a search list item commit 90126d43ad4ee81cab8ec1c797f9ed1f280b9703 Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 17:25:13 2022 +0100 Insanely complicated path search results highlighitng and truncating commit a4bbd5521e1cd3ad8a086bfe263622067736a650 Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 14:05:01 2022 +0100 Improved the title editing in the header commit 5814053968363b2faa25f621e8b080350844ccd5 Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 13:38:33 2022 +0100 Improved text highlight colour commit 110de372423efaed8e173de759c6b6379d7ed696 Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 13:36:57 2022 +0100 Icon hover state now uses isHighlighted commit fb6da943d9448a894156b352239f3e82bdfdf5fe Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 13:31:11 2022 +0100 Light mode styling commit 2c378d51587396c55736f57442e2f08b4669abcc Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 12:24:43 2022 +0100 Spacing between search items no longer a hack commit 85d90bb0ae4cdc3e1ae0c53be508643e85235cec Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 12:19:10 2022 +0100 Added ellipsis to search matches if they are windowed commit 91f3e70676ae7c1462c3b9c8d035642488cce501 Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 12:08:00 2022 +0100 Fixed search item icons commit e384c87c6fdc4280c15ed1c5aac4dd27a2559da5 Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 11:52:58 2022 +0100 Improved hover state commit f4681edc078f726c729cf1dba75f422c00f43dd5 Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 11:47:33 2022 +0100 Removed focus state on button commit faa2d0663cb0c8d29d2a0812b0a0c3f668a2244c Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 11:26:42 2022 +0100 made the search palette a little bigger commit df8bd521fe716317443e74c2c7233762dbc56410 Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 11:26:14 2022 +0100 Remove onOverlayClick prop commit ecd046b3b22014760e4fac52cb954e7fbc5ebe09 Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 11:18:46 2022 +0100 Close search when the overlay is clicked commit fba330b5d955919fa407ad7055bbbb2edf471413 Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 11:10:35 2022 +0100 hitting esc when search input is focused and empty should close the search commit fc2fe8ae6f2c9f978b63d9e4c4806f1c9135b4e0 Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 11:00:08 2022 +0100 Highlight the window of the best search match in the search results commit 45193ec92ccbbea68fba6bca6579fb055eb89cb5 Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 10:45:01 2022 +0100 Now you can arrow down to the last item in the list commit 0de5fef7e9947bfda1ec35362fb1d0ff0a59c0af Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 10:37:20 2022 +0100 Added a hacky margin between items and remove the transition to make it feel snappier commit 167b548343f7bd084c3b048985bcdc8a926ec781 Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 09:30:33 2022 +0100 WIP implementing search commit 5655631f1254385e9f9e71386737ff7cccbdcebe Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Mar 25 15:28:19 2022 +0000 Build and styled search modal commit e368db81c8f7d22dddd93dd7aad90c9951974044 Author: Eric Allam <eallam@icloud.com> Date: Fri Mar 25 14:42:03 2022 +0000 Implement JSON search through fuse.js + web worker + react hook commit 8caa11ba1ce888d808fb56aaf2ccca31279bff50 Author: Eric Allam <eallam@icloud.com> Date: Wed Mar 23 10:21:33 2022 +0000 Start of the Command Palette using radix-ui Dialog commit 904b64d7810815ae853a17bb782e6effeacf457d Author: Eric Allam <eallam@icloud.com> Date: Wed Mar 23 09:58:52 2022 +0000 Uncommented out the search bar field
2022-04-08 14:07:39 +01:00
"build": "npm run build:css && npm run build:search && remix build",
2022-03-01 09:31:09 +00:00
"build:css": "tailwindcss -i ./styles/tailwind.css -o ./app/tailwind.css --minify",
"build:worker": "esbuild --define:process.env.NODE_ENV='\"production\"' --minify --bundle --sourcemap --outdir=dist ./worker",
"build:worker:analyze": "esbuild --define:process.env.NODE_ENV='\"production\"' --minify --bundle --sourcemap --metafile=meta.json --outdir=dist ./worker",
"build:visualize": "npm run clean && npm run build && npm run build:worker:analyze && esbuild-visualizer --metadata ./meta.json --exclude *.png",
Squashed commit of the following: commit 09bed349469032c3e86b6077faa7e8aa88a6066c Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 8 14:03:50 2022 +0100 Fixed the layout of a search list item commit 90126d43ad4ee81cab8ec1c797f9ed1f280b9703 Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 17:25:13 2022 +0100 Insanely complicated path search results highlighitng and truncating commit a4bbd5521e1cd3ad8a086bfe263622067736a650 Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 14:05:01 2022 +0100 Improved the title editing in the header commit 5814053968363b2faa25f621e8b080350844ccd5 Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 13:38:33 2022 +0100 Improved text highlight colour commit 110de372423efaed8e173de759c6b6379d7ed696 Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 13:36:57 2022 +0100 Icon hover state now uses isHighlighted commit fb6da943d9448a894156b352239f3e82bdfdf5fe Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 13:31:11 2022 +0100 Light mode styling commit 2c378d51587396c55736f57442e2f08b4669abcc Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 12:24:43 2022 +0100 Spacing between search items no longer a hack commit 85d90bb0ae4cdc3e1ae0c53be508643e85235cec Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 12:19:10 2022 +0100 Added ellipsis to search matches if they are windowed commit 91f3e70676ae7c1462c3b9c8d035642488cce501 Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 12:08:00 2022 +0100 Fixed search item icons commit e384c87c6fdc4280c15ed1c5aac4dd27a2559da5 Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 11:52:58 2022 +0100 Improved hover state commit f4681edc078f726c729cf1dba75f422c00f43dd5 Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 11:47:33 2022 +0100 Removed focus state on button commit faa2d0663cb0c8d29d2a0812b0a0c3f668a2244c Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 11:26:42 2022 +0100 made the search palette a little bigger commit df8bd521fe716317443e74c2c7233762dbc56410 Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 11:26:14 2022 +0100 Remove onOverlayClick prop commit ecd046b3b22014760e4fac52cb954e7fbc5ebe09 Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 11:18:46 2022 +0100 Close search when the overlay is clicked commit fba330b5d955919fa407ad7055bbbb2edf471413 Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 11:10:35 2022 +0100 hitting esc when search input is focused and empty should close the search commit fc2fe8ae6f2c9f978b63d9e4c4806f1c9135b4e0 Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 11:00:08 2022 +0100 Highlight the window of the best search match in the search results commit 45193ec92ccbbea68fba6bca6579fb055eb89cb5 Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 10:45:01 2022 +0100 Now you can arrow down to the last item in the list commit 0de5fef7e9947bfda1ec35362fb1d0ff0a59c0af Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 10:37:20 2022 +0100 Added a hacky margin between items and remove the transition to make it feel snappier commit 167b548343f7bd084c3b048985bcdc8a926ec781 Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 09:30:33 2022 +0100 WIP implementing search commit 5655631f1254385e9f9e71386737ff7cccbdcebe Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Mar 25 15:28:19 2022 +0000 Build and styled search modal commit e368db81c8f7d22dddd93dd7aad90c9951974044 Author: Eric Allam <eallam@icloud.com> Date: Fri Mar 25 14:42:03 2022 +0000 Implement JSON search through fuse.js + web worker + react hook commit 8caa11ba1ce888d808fb56aaf2ccca31279bff50 Author: Eric Allam <eallam@icloud.com> Date: Wed Mar 23 10:21:33 2022 +0000 Start of the Command Palette using radix-ui Dialog commit 904b64d7810815ae853a17bb782e6effeacf457d Author: Eric Allam <eallam@icloud.com> Date: Wed Mar 23 09:58:52 2022 +0000 Uncommented out the search bar field
2022-04-08 14:07:39 +01:00
"build:search": "esbuild ./app/entry.worker.ts --outfile=./public/entry.worker.js --bundle --format=esm --define:process.env.NODE_ENV='\"production\"'",
"dev:search": "esbuild ./app/entry.worker.ts --outfile=./public/entry.worker.js --bundle --format=esm --define:process.env.NODE_ENV='\"development\"' --watch",
2022-03-01 09:31:09 +00:00
"dev:worker": "esbuild --define:process.env.NODE_ENV='\"development\"' --bundle --sourcemap --outdir=dist ./worker",
"start:worker": "miniflare --env .env --build-command \"npm run dev:worker\" --watch",
Squashed commit of the following: commit 09bed349469032c3e86b6077faa7e8aa88a6066c Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 8 14:03:50 2022 +0100 Fixed the layout of a search list item commit 90126d43ad4ee81cab8ec1c797f9ed1f280b9703 Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 17:25:13 2022 +0100 Insanely complicated path search results highlighitng and truncating commit a4bbd5521e1cd3ad8a086bfe263622067736a650 Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 14:05:01 2022 +0100 Improved the title editing in the header commit 5814053968363b2faa25f621e8b080350844ccd5 Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 13:38:33 2022 +0100 Improved text highlight colour commit 110de372423efaed8e173de759c6b6379d7ed696 Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 13:36:57 2022 +0100 Icon hover state now uses isHighlighted commit fb6da943d9448a894156b352239f3e82bdfdf5fe Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 13:31:11 2022 +0100 Light mode styling commit 2c378d51587396c55736f57442e2f08b4669abcc Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 12:24:43 2022 +0100 Spacing between search items no longer a hack commit 85d90bb0ae4cdc3e1ae0c53be508643e85235cec Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 12:19:10 2022 +0100 Added ellipsis to search matches if they are windowed commit 91f3e70676ae7c1462c3b9c8d035642488cce501 Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 12:08:00 2022 +0100 Fixed search item icons commit e384c87c6fdc4280c15ed1c5aac4dd27a2559da5 Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 11:52:58 2022 +0100 Improved hover state commit f4681edc078f726c729cf1dba75f422c00f43dd5 Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 11:47:33 2022 +0100 Removed focus state on button commit faa2d0663cb0c8d29d2a0812b0a0c3f668a2244c Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 11:26:42 2022 +0100 made the search palette a little bigger commit df8bd521fe716317443e74c2c7233762dbc56410 Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 11:26:14 2022 +0100 Remove onOverlayClick prop commit ecd046b3b22014760e4fac52cb954e7fbc5ebe09 Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 11:18:46 2022 +0100 Close search when the overlay is clicked commit fba330b5d955919fa407ad7055bbbb2edf471413 Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 11:10:35 2022 +0100 hitting esc when search input is focused and empty should close the search commit fc2fe8ae6f2c9f978b63d9e4c4806f1c9135b4e0 Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 11:00:08 2022 +0100 Highlight the window of the best search match in the search results commit 45193ec92ccbbea68fba6bca6579fb055eb89cb5 Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 10:45:01 2022 +0100 Now you can arrow down to the last item in the list commit 0de5fef7e9947bfda1ec35362fb1d0ff0a59c0af Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 10:37:20 2022 +0100 Added a hacky margin between items and remove the transition to make it feel snappier commit 167b548343f7bd084c3b048985bcdc8a926ec781 Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 09:30:33 2022 +0100 WIP implementing search commit 5655631f1254385e9f9e71386737ff7cccbdcebe Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Mar 25 15:28:19 2022 +0000 Build and styled search modal commit e368db81c8f7d22dddd93dd7aad90c9951974044 Author: Eric Allam <eallam@icloud.com> Date: Fri Mar 25 14:42:03 2022 +0000 Implement JSON search through fuse.js + web worker + react hook commit 8caa11ba1ce888d808fb56aaf2ccca31279bff50 Author: Eric Allam <eallam@icloud.com> Date: Wed Mar 23 10:21:33 2022 +0000 Start of the Command Palette using radix-ui Dialog commit 904b64d7810815ae853a17bb782e6effeacf457d Author: Eric Allam <eallam@icloud.com> Date: Wed Mar 23 09:58:52 2022 +0000 Uncommented out the search bar field
2022-04-08 14:07:39 +01:00
"dev": "concurrently \"npm run dev:css\" \"npm run dev:search\" \"remix watch\"",
2022-03-01 09:31:09 +00:00
"dev:css": "tailwindcss -i ./styles/tailwind.css -o ./app/tailwind.css --watch",
"postinstall": "remix setup cloudflare-workers",
"start": "concurrently \"npm run dev\" \"npm run start:worker\"",
"deploy": "npm run build && wrangler publish",
"deploy:production": "npm run build && wrangler publish --env production",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"build:types": "tsc",
"build:types:watch": "tsc --watch",
"lint": "npm run build:types"
2022-03-01 09:31:09 +00:00
},
"dependencies": {
"@apihero/fetch": "^0.1.0",
2022-03-01 09:31:09 +00:00
"@codemirror/lang-json": "^0.19.1",
"@codemirror/rangeset": "^0.19.6",
"@heroicons/react": "^1.0.5",
"@js-temporal/polyfill": "^0.3.0",
"@jsonhero/fuzzy-json-search": "^0.2.0",
2022-03-01 09:31:09 +00:00
"@jsonhero/json-infer-types": "^1.2.x",
"@jsonhero/json-schema-fns": "^0.0.1",
"@jsonhero/path": "^1.0.17",
"@jsonhero/schema-infer": "^0.1.x",
Squashed commit of the following: commit 09bed349469032c3e86b6077faa7e8aa88a6066c Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 8 14:03:50 2022 +0100 Fixed the layout of a search list item commit 90126d43ad4ee81cab8ec1c797f9ed1f280b9703 Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 17:25:13 2022 +0100 Insanely complicated path search results highlighitng and truncating commit a4bbd5521e1cd3ad8a086bfe263622067736a650 Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 14:05:01 2022 +0100 Improved the title editing in the header commit 5814053968363b2faa25f621e8b080350844ccd5 Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 13:38:33 2022 +0100 Improved text highlight colour commit 110de372423efaed8e173de759c6b6379d7ed696 Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 13:36:57 2022 +0100 Icon hover state now uses isHighlighted commit fb6da943d9448a894156b352239f3e82bdfdf5fe Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 13:31:11 2022 +0100 Light mode styling commit 2c378d51587396c55736f57442e2f08b4669abcc Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 12:24:43 2022 +0100 Spacing between search items no longer a hack commit 85d90bb0ae4cdc3e1ae0c53be508643e85235cec Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 12:19:10 2022 +0100 Added ellipsis to search matches if they are windowed commit 91f3e70676ae7c1462c3b9c8d035642488cce501 Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 12:08:00 2022 +0100 Fixed search item icons commit e384c87c6fdc4280c15ed1c5aac4dd27a2559da5 Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 11:52:58 2022 +0100 Improved hover state commit f4681edc078f726c729cf1dba75f422c00f43dd5 Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 11:47:33 2022 +0100 Removed focus state on button commit faa2d0663cb0c8d29d2a0812b0a0c3f668a2244c Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 11:26:42 2022 +0100 made the search palette a little bigger commit df8bd521fe716317443e74c2c7233762dbc56410 Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 11:26:14 2022 +0100 Remove onOverlayClick prop commit ecd046b3b22014760e4fac52cb954e7fbc5ebe09 Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 11:18:46 2022 +0100 Close search when the overlay is clicked commit fba330b5d955919fa407ad7055bbbb2edf471413 Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 11:10:35 2022 +0100 hitting esc when search input is focused and empty should close the search commit fc2fe8ae6f2c9f978b63d9e4c4806f1c9135b4e0 Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 11:00:08 2022 +0100 Highlight the window of the best search match in the search results commit 45193ec92ccbbea68fba6bca6579fb055eb89cb5 Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 10:45:01 2022 +0100 Now you can arrow down to the last item in the list commit 0de5fef7e9947bfda1ec35362fb1d0ff0a59c0af Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 10:37:20 2022 +0100 Added a hacky margin between items and remove the transition to make it feel snappier commit 167b548343f7bd084c3b048985bcdc8a926ec781 Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 09:30:33 2022 +0100 WIP implementing search commit 5655631f1254385e9f9e71386737ff7cccbdcebe Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Mar 25 15:28:19 2022 +0000 Build and styled search modal commit e368db81c8f7d22dddd93dd7aad90c9951974044 Author: Eric Allam <eallam@icloud.com> Date: Fri Mar 25 14:42:03 2022 +0000 Implement JSON search through fuse.js + web worker + react hook commit 8caa11ba1ce888d808fb56aaf2ccca31279bff50 Author: Eric Allam <eallam@icloud.com> Date: Wed Mar 23 10:21:33 2022 +0000 Start of the Command Palette using radix-ui Dialog commit 904b64d7810815ae853a17bb782e6effeacf457d Author: Eric Allam <eallam@icloud.com> Date: Wed Mar 23 09:58:52 2022 +0000 Uncommented out the search bar field
2022-04-08 14:07:39 +01:00
"@radix-ui/react-dialog": "^0.1.7",
2022-03-01 09:31:09 +00:00
"@radix-ui/react-popover": "^0.1.5",
"@radix-ui/react-tabs": "^0.1.5",
2022-09-28 21:22:26 +02:00
"@radix-ui/react-toast": "1.0.0",
2022-03-03 09:48:06 +00:00
"@remix-run/cloudflare-workers": "^1.2.3",
"@remix-run/react": "^1.2.3",
"@remix-run/serve": "^1.2.3",
Squashed commit of the following: commit 09bed349469032c3e86b6077faa7e8aa88a6066c Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 8 14:03:50 2022 +0100 Fixed the layout of a search list item commit 90126d43ad4ee81cab8ec1c797f9ed1f280b9703 Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 17:25:13 2022 +0100 Insanely complicated path search results highlighitng and truncating commit a4bbd5521e1cd3ad8a086bfe263622067736a650 Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 14:05:01 2022 +0100 Improved the title editing in the header commit 5814053968363b2faa25f621e8b080350844ccd5 Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 13:38:33 2022 +0100 Improved text highlight colour commit 110de372423efaed8e173de759c6b6379d7ed696 Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 13:36:57 2022 +0100 Icon hover state now uses isHighlighted commit fb6da943d9448a894156b352239f3e82bdfdf5fe Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 13:31:11 2022 +0100 Light mode styling commit 2c378d51587396c55736f57442e2f08b4669abcc Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 12:24:43 2022 +0100 Spacing between search items no longer a hack commit 85d90bb0ae4cdc3e1ae0c53be508643e85235cec Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 12:19:10 2022 +0100 Added ellipsis to search matches if they are windowed commit 91f3e70676ae7c1462c3b9c8d035642488cce501 Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 12:08:00 2022 +0100 Fixed search item icons commit e384c87c6fdc4280c15ed1c5aac4dd27a2559da5 Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 11:52:58 2022 +0100 Improved hover state commit f4681edc078f726c729cf1dba75f422c00f43dd5 Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 11:47:33 2022 +0100 Removed focus state on button commit faa2d0663cb0c8d29d2a0812b0a0c3f668a2244c Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 11:26:42 2022 +0100 made the search palette a little bigger commit df8bd521fe716317443e74c2c7233762dbc56410 Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 11:26:14 2022 +0100 Remove onOverlayClick prop commit ecd046b3b22014760e4fac52cb954e7fbc5ebe09 Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 11:18:46 2022 +0100 Close search when the overlay is clicked commit fba330b5d955919fa407ad7055bbbb2edf471413 Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 11:10:35 2022 +0100 hitting esc when search input is focused and empty should close the search commit fc2fe8ae6f2c9f978b63d9e4c4806f1c9135b4e0 Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 11:00:08 2022 +0100 Highlight the window of the best search match in the search results commit 45193ec92ccbbea68fba6bca6579fb055eb89cb5 Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 10:45:01 2022 +0100 Now you can arrow down to the last item in the list commit 0de5fef7e9947bfda1ec35362fb1d0ff0a59c0af Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 10:37:20 2022 +0100 Added a hacky margin between items and remove the transition to make it feel snappier commit 167b548343f7bd084c3b048985bcdc8a926ec781 Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 09:30:33 2022 +0100 WIP implementing search commit 5655631f1254385e9f9e71386737ff7cccbdcebe Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Mar 25 15:28:19 2022 +0000 Build and styled search modal commit e368db81c8f7d22dddd93dd7aad90c9951974044 Author: Eric Allam <eallam@icloud.com> Date: Fri Mar 25 14:42:03 2022 +0000 Implement JSON search through fuse.js + web worker + react hook commit 8caa11ba1ce888d808fb56aaf2ccca31279bff50 Author: Eric Allam <eallam@icloud.com> Date: Wed Mar 23 10:21:33 2022 +0000 Start of the Command Palette using radix-ui Dialog commit 904b64d7810815ae853a17bb782e6effeacf457d Author: Eric Allam <eallam@icloud.com> Date: Wed Mar 23 09:58:52 2022 +0000 Uncommented out the search bar field
2022-04-08 14:07:39 +01:00
"@swan-io/boxed": "^0.2.1",
2022-03-01 09:31:09 +00:00
"@uiw/react-codemirror": "^4.3.3",
"@xmldom/xmldom": "^0.8.2",
2022-03-01 09:31:09 +00:00
"clsx": "^1.1.1",
"color": "^4.2.1",
Squashed commit of the following: commit 09bed349469032c3e86b6077faa7e8aa88a6066c Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 8 14:03:50 2022 +0100 Fixed the layout of a search list item commit 90126d43ad4ee81cab8ec1c797f9ed1f280b9703 Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 17:25:13 2022 +0100 Insanely complicated path search results highlighitng and truncating commit a4bbd5521e1cd3ad8a086bfe263622067736a650 Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 14:05:01 2022 +0100 Improved the title editing in the header commit 5814053968363b2faa25f621e8b080350844ccd5 Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 13:38:33 2022 +0100 Improved text highlight colour commit 110de372423efaed8e173de759c6b6379d7ed696 Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 13:36:57 2022 +0100 Icon hover state now uses isHighlighted commit fb6da943d9448a894156b352239f3e82bdfdf5fe Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 13:31:11 2022 +0100 Light mode styling commit 2c378d51587396c55736f57442e2f08b4669abcc Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 12:24:43 2022 +0100 Spacing between search items no longer a hack commit 85d90bb0ae4cdc3e1ae0c53be508643e85235cec Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 12:19:10 2022 +0100 Added ellipsis to search matches if they are windowed commit 91f3e70676ae7c1462c3b9c8d035642488cce501 Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 12:08:00 2022 +0100 Fixed search item icons commit e384c87c6fdc4280c15ed1c5aac4dd27a2559da5 Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 11:52:58 2022 +0100 Improved hover state commit f4681edc078f726c729cf1dba75f422c00f43dd5 Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 11:47:33 2022 +0100 Removed focus state on button commit faa2d0663cb0c8d29d2a0812b0a0c3f668a2244c Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 11:26:42 2022 +0100 made the search palette a little bigger commit df8bd521fe716317443e74c2c7233762dbc56410 Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 11:26:14 2022 +0100 Remove onOverlayClick prop commit ecd046b3b22014760e4fac52cb954e7fbc5ebe09 Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 11:18:46 2022 +0100 Close search when the overlay is clicked commit fba330b5d955919fa407ad7055bbbb2edf471413 Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 11:10:35 2022 +0100 hitting esc when search input is focused and empty should close the search commit fc2fe8ae6f2c9f978b63d9e4c4806f1c9135b4e0 Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 11:00:08 2022 +0100 Highlight the window of the best search match in the search results commit 45193ec92ccbbea68fba6bca6579fb055eb89cb5 Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 10:45:01 2022 +0100 Now you can arrow down to the last item in the list commit 0de5fef7e9947bfda1ec35362fb1d0ff0a59c0af Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Apr 1 10:37:20 2022 +0100 Added a hacky margin between items and remove the transition to make it feel snappier commit 167b548343f7bd084c3b048985bcdc8a926ec781 Author: Eric Allam <eallam@icloud.com> Date: Fri Apr 1 09:30:33 2022 +0100 WIP implementing search commit 5655631f1254385e9f9e71386737ff7cccbdcebe Author: James Ritchie <james@jamesritchie.co.uk> Date: Fri Mar 25 15:28:19 2022 +0000 Build and styled search modal commit e368db81c8f7d22dddd93dd7aad90c9951974044 Author: Eric Allam <eallam@icloud.com> Date: Fri Mar 25 14:42:03 2022 +0000 Implement JSON search through fuse.js + web worker + react hook commit 8caa11ba1ce888d808fb56aaf2ccca31279bff50 Author: Eric Allam <eallam@icloud.com> Date: Wed Mar 23 10:21:33 2022 +0000 Start of the Command Palette using radix-ui Dialog commit 904b64d7810815ae853a17bb782e6effeacf457d Author: Eric Allam <eallam@icloud.com> Date: Wed Mar 23 09:58:52 2022 +0000 Uncommented out the search bar field
2022-04-08 14:07:39 +01:00
"downshift": "^6.1.7",
2022-03-01 09:31:09 +00:00
"fathom-client": "^3.4.1",
"framer-motion": "^6.2.4",
"json-source-map": "^0.6.1",
"jwt-decode": "^3.1.2",
"lodash-es": "^4.17.21",
"nanoid": "^3.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "^11.4.2",
"react-hotkeys-hook": "^3.4.4",
2022-11-25 14:00:33 +00:00
"react-use-intercom": "^2.0.0",
2022-03-04 16:23:42 +00:00
"react-virtual": "^2.10.4",
2022-03-03 09:48:06 +00:00
"remix": "^1.2.3",
2022-03-01 09:31:09 +00:00
"tailwindcss-radix": "^1.6.0",
"tiny-invariant": "^1.2.0",
"ts-pattern": "^3.3.4"
2022-03-01 09:31:09 +00:00
},
"devDependencies": {
"@cloudflare/workers-types": "^2.2.2",
2022-03-03 09:48:06 +00:00
"@remix-run/dev": "^1.2.3",
2022-03-01 09:31:09 +00:00
"@tailwindcss/forms": "^0.4.0",
"@types/color": "^3.0.3",
"@types/jest": "^27.4.0",
"@types/lodash-es": "^4.17.6",
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.9",
"@types/ua-parser-js": "^0.7.36",
2022-03-01 09:31:09 +00:00
"concurrently": "^7.0.0",
"esbuild-visualizer": "^0.3.1",
"jest": "^27.4.7",
"miniflare": "^2.11.0",
2022-03-01 09:31:09 +00:00
"patch-package": "^6.4.7",
"rimraf": "^3.0.2",
"tailwindcss": "^3.0.22",
"ts-jest": "^27.1.3",
"typescript": "^4.6.x",
"wrangler": "^2.4.3"
2022-03-01 09:31:09 +00:00
},
"engines": {
"node": ">=14"
},
"jest": {
"preset": "ts-jest",
"testEnvironment": "node",
"coverageReporters": [
"json-summary",
"text",
"lcov"
],
"moduleNameMapper": {
"^~/(.*)$": "<rootDir>/app/$1",
"^lodash-es$": "lodash"
},
"globals": {
"ts-jest": {
"tsconfig": "tsconfig.json"
}
},
"globalSetup": "./tests/setup.js"
2022-03-01 09:31:09 +00:00
},
"sideEffects": false,
"main": "dist/worker.js"
}