* feat: migrate to turborepo and separate canvas as package
* refactor: improve code formatting and linting scripts in react-jsoncrack package
* fix: update lint task dependencies and outputs in turbo.json
* feat: refactor project structure to use 'jsoncrack' package
* feat: rename react-jsoncrack to jsoncrack
* feat: add vscode app
* feat: enhance spinner and overlay styles for better theming support
* feat: update build scripts and fix import path for Turborepo integration
* feat: update README files to enhance project documentation and usage instructions
* fix: correct lint:fix script and update package manager version
* feat: move files to root
* feat: update version to 1.0.0 in package.json
* feat: add .npm-cache to .gitignore
* refactor: rename jsoncrack to jsoncrack-react and update imports
- Updated package.json files in apps/vscode and apps/www to replace "jsoncrack" with "jsoncrack-react" and added license information.
- Refactored imports in various components and utilities to use "jsoncrack-react" instead of "jsoncrack".
- Added ESLint and Prettier configuration files to the jsoncrack package for improved code quality.
- Adjusted code formatting across multiple files for consistency and readability.
* refactor: jsoncrack-react build with vite
* fix: update license in package.json to Apache-2.0
* refactor: remove TOML support from various components and update documentation
* chore: rename package folder to jsoncrack-react
* fix: update license field in package.json to Apache-2.0 and add LICENSE.md
* fix: react peer deps
* fix: adjust height of StyledEditorWrapper to 100% for better responsiveness
* fix: restore cursor style for jsoncrack-space in GraphView
* fix: update npm package link from `jsoncrack` to `jsoncrack-react` in README.md
* feat: add .npmrc for engine strictness and update package.json engine requirements
# removing sentry integration as complexity of the project has reduced significantly overtime and managed through github issues
# also fixes#565#571 docker issues