9 Commits

Author SHA1 Message Date
AykutSarac
8fe7f93b64 fix: add skills-lock.json to .gitignore to prevent tracking of lock file 2026-03-16 12:06:58 +03:00
Aykut Saraç
644ee3378f feat: migrate to turborepo and separate canvas as package (#573)
* 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
2026-02-19 23:16:52 +03:00
AykutSarac
ffa54dea01 fix docker build and remove sentry
# removing sentry integration as complexity of the project has reduced significantly overtime and managed through github issues
# also fixes #565 #571 docker issues
2026-02-03 01:29:38 +03:00
AykutSarac
b797fedced refactor codebase 2024-09-11 19:59:11 +03:00
AykutSarac
9133475ce1 feat: upgrade mantine v7 & ui changes 2023-12-24 13:59:30 +03:00
AykutSarac
c06810f9c2 update gitignore 2023-08-02 18:46:47 +03:00
AykutSarac
4b91dffd60 feat: implement sentry cli 2023-05-22 11:49:38 +03:00
AykutSarac
5a27eb123e add pwa scripts to ignore 2022-04-27 15:42:57 +03:00
AykutSarac
a4da57fa41 Initial commit from Create Next App 2022-01-30 13:09:56 +03:00