{ "name": "hybrid-editor", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "dependencies": { "@dnd-kit/core": "^6.1.0", "@dnd-kit/sortable": "^8.0.0", "@dnd-kit/utilities": "^3.2.2", "@lexical/react": "^0.13.1", "hugeicons-react": "latest", "idb": "^8.0.0", "lexical": "^0.13.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-image-crop": "^11.0.5", "uuid": "^9.0.1", "zustand": "^4.5.2" }, "devDependencies": { "@types/react": "^18.2.66", "@types/react-dom": "^18.2.22", "@types/uuid": "^9.0.8", "@vitejs/plugin-react": "^4.2.1", "typescript": "^5.2.2", "vite": "^5.2.0", "vite-plugin-pwa": "^1.2.0", "workbox-core": "^7.4.0", "workbox-routing": "^7.4.0", "workbox-strategies": "^7.4.0", "workbox-window": "^7.4.0" } }