{ "private": true, "name": "enjoy", "productName": "Enjoy", "version": "0.1.0-alpha.3", "description": "Enjoy desktop app", "main": ".vite/build/main.js", "types": "./src/types.d.ts", "scripts": { "dev": "rimraf .vite && WEB_API_URL=http://localhost:3000 electron-forge start", "start": "rimraf .vite && electron-forge start", "package": "rimraf .vite && electron-forge package", "make": "rimraf .vite && electron-forge make", "publish": "rimraf .vite && electron-forge publish", "lint": "eslint --ext .ts,.tsx .", "create-migration": "zx ./src/main/db/create-migration.mjs" }, "keywords": [], "author": { "name": "an-lee", "email": "an.lee.work@gmail.com" }, "license": "MIT", "devDependencies": { "@electron-forge/cli": "^7.2.0", "@electron-forge/maker-deb": "^7.2.0", "@electron-forge/maker-rpm": "^7.2.0", "@electron-forge/maker-squirrel": "^7.2.0", "@electron-forge/maker-zip": "^7.2.0", "@electron-forge/plugin-auto-unpack-natives": "^7.2.0", "@electron-forge/plugin-vite": "^7.2.0", "@electron-forge/publisher-github": "^7.2.0", "@tailwindcss/typography": "^0.5.10", "@types/adm-zip": "^0.5.5", "@types/autosize": "^4.0.3", "@types/command-exists": "^1.2.3", "@types/fluent-ffmpeg": "^2.1.24", "@types/html-to-text": "^9.0.4", "@types/lodash": "^4.14.202", "@types/mark.js": "^8.11.12", "@types/node": "^20.10.8", "@types/react": "^18.2.46", "@types/react-dom": "^18.2.18", "@types/validator": "^13.11.8", "@types/wavesurfer.js": "^6.0.12", "@typescript-eslint/eslint-plugin": "^6.17.0", "@typescript-eslint/parser": "^6.17.0", "@vitejs/plugin-react": "^4.2.1", "autoprefixer": "^10.4.16", "electron": "^28.1.1", "eslint": "^8.56.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.1", "flora-colossus": "^2.0.0", "octokit": "^3.1.2", "tailwind-merge": "^2.2.0", "tailwindcss": "^3.4.1", "tailwindcss-animate": "^1.0.7", "ts-node": "^10.9.2", "tslib": "^2.6.2", "typescript": "^5.3.3", "vite-plugin-static-copy": "^1.0.0", "zx": "^7.2.3" }, "dependencies": { "@hookform/resolvers": "^3.3.4", "@langchain/google-genai": "^0.0.7", "@mozilla/readability": "^0.5.0", "@radix-ui/react-accordion": "^1.1.2", "@radix-ui/react-alert-dialog": "^1.0.5", "@radix-ui/react-aspect-ratio": "^1.0.3", "@radix-ui/react-avatar": "^1.0.4", "@radix-ui/react-dropdown-menu": "^2.0.6", "@radix-ui/react-hover-card": "^1.0.7", "@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-menubar": "^1.0.4", "@radix-ui/react-popover": "^1.0.7", "@radix-ui/react-progress": "^1.0.3", "@radix-ui/react-radio-group": "^1.1.3", "@radix-ui/react-scroll-area": "^1.0.5", "@radix-ui/react-select": "^2.0.0", "@radix-ui/react-separator": "^1.0.3", "@radix-ui/react-slider": "^1.1.2", "@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-switch": "^1.0.3", "@radix-ui/react-tabs": "^1.0.4", "@radix-ui/react-toast": "^1.1.5", "@radix-ui/react-toggle": "^1.0.3", "@radix-ui/react-tooltip": "^1.0.7", "@uidotdev/usehooks": "^2.4.1", "@vidstack/react": "^1.9.8", "adm-zip": "^0.5.10", "autosize": "^6.0.1", "axios": "^1.6.5", "camelcase": "^8.0.0", "camelcase-keys": "^9.1.2", "cheerio": "^1.0.0-rc.12", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", "command-exists": "^1.2.9", "compromise": "^14.11.0", "compromise-paragraphs": "^0.1.0", "compromise-stats": "^0.1.0", "dayjs": "^1.11.10", "decamelize": "^6.0.0", "decamelize-keys": "^2.0.1", "electron-log": "^5.0.3", "electron-settings": "^4.0.2", "electron-squirrel-startup": "^1.0.0", "fluent-ffmpeg": "^2.1.2", "fs-extra": "^11.2.0", "html-to-text": "^9.0.5", "i18next": "^23.7.16", "langchain": "^0.1.2", "lodash": "^4.17.21", "lucide-react": "^0.308.0", "mark.js": "^8.11.1", "microsoft-cognitiveservices-speech-sdk": "^1.34.0", "next-themes": "^0.2.1", "openai": "^4.24.1", "pitchfinder": "^2.3.2", "postcss": "^8.4.33", "react": "^18.2.0", "react-activity-calendar": "^2.2.1", "react-dom": "^18.2.0", "react-hook-form": "^7.49.2", "react-hotkeys-hook": "^4.4.3", "react-i18next": "^14.0.0", "react-markdown": "^9.0.1", "react-router-dom": "^6.21.1", "react-tooltip": "^5.25.1", "reflect-metadata": "^0.2.1", "rimraf": "^5.0.5", "sequelize": "^6.35.2", "sequelize-typescript": "^2.1.6", "sonner": "^1.3.1", "sqlite3": "^5.1.7", "tailwind-scrollbar-hide": "^1.1.7", "umzug": "^3.5.0", "wavesurfer.js": "^7.6.3", "zod": "^3.22.4" } }