196 lines
6.9 KiB
JSON
196 lines
6.9 KiB
JSON
{
|
|
"type": "module",
|
|
"private": true,
|
|
"name": "enjoy",
|
|
"productName": "Enjoy",
|
|
"version": "0.5.0-preview",
|
|
"description": "Enjoy desktop app",
|
|
"main": ".vite/build/main.js",
|
|
"types": "./src/types.d.ts",
|
|
"scripts": {
|
|
"predev": "yarn run download",
|
|
"dev": "rimraf .vite && yarn run download && WEB_API_URL=http://localhost:3000 WS_URL=ws://localhost:3000 SETTINGS_PATH=${PWD}/enjoy/tmp LIBRARY_PATH=${PWD}/enjoy/tmp electron-forge start",
|
|
"start": "rimraf .vite && yarn run download && electron-forge start",
|
|
"package": "rimraf .vite && yarn run download && electron-forge package",
|
|
"make": "rimraf .vite && yarn run download && electron-forge make",
|
|
"publish": "rimraf .vite && yarn run download && electron-forge publish",
|
|
"lint": "eslint --ext .ts,.tsx .",
|
|
"test": "yarn run package && yarn run playwright test",
|
|
"test:main": "yarn run playwright test e2e/main.spec.ts",
|
|
"test:renderer": "yarn run playwright test e2e/renderer.spec.ts",
|
|
"create-migration": "zx ./src/main/db/create-migration.mjs",
|
|
"download-whisper-model": "zx ./scripts/download-whisper-model.mjs",
|
|
"download-dictionaries": "zx ./scripts/download-dictionaries.mjs",
|
|
"download": "yarn run download-whisper-model && yarn run download-dictionaries"
|
|
},
|
|
"keywords": [],
|
|
"author": {
|
|
"name": "an-lee",
|
|
"email": "an.lee.work@gmail.com"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@electron-forge/cli": "^7.4.0",
|
|
"@electron-forge/maker-deb": "^7.4.0",
|
|
"@electron-forge/maker-dmg": "^7.4.0",
|
|
"@electron-forge/maker-rpm": "^7.4.0",
|
|
"@electron-forge/maker-squirrel": "^7.4.0",
|
|
"@electron-forge/maker-zip": "^7.4.0",
|
|
"@electron-forge/plugin-auto-unpack-natives": "^7.4.0",
|
|
"@electron-forge/plugin-fuses": "^7.4.0",
|
|
"@electron-forge/plugin-vite": "^7.4.0",
|
|
"@electron-forge/publisher-github": "^7.4.0",
|
|
"@electron/fuses": "^1.8.0",
|
|
"@playwright/test": "^1.47.0",
|
|
"@tailwindcss/typography": "^0.5.15",
|
|
"@types/ahoy.js": "^0.4.2",
|
|
"@types/autosize": "^4.0.3",
|
|
"@types/command-exists": "^1.2.3",
|
|
"@types/electron-squirrel-startup": "^1.0.2",
|
|
"@types/fluent-ffmpeg": "^2.1.26",
|
|
"@types/html-to-text": "^9.0.4",
|
|
"@types/intl-tel-input": "^18.1.4",
|
|
"@types/lodash": "^4.17.7",
|
|
"@types/mark.js": "^8.11.12",
|
|
"@types/mustache": "^4.2.5",
|
|
"@types/node": "^22.5.4",
|
|
"@types/prop-types": "^15.7.12",
|
|
"@types/rails__actioncable": "^6.1.11",
|
|
"@types/react": "^18.3.5",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@types/unzipper": "^0.10.10",
|
|
"@types/validator": "^13.12.1",
|
|
"@types/wavesurfer.js": "^6.0.12",
|
|
"@typescript-eslint/eslint-plugin": "^8.4.0",
|
|
"@typescript-eslint/parser": "^8.4.0",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"autoprefixer": "^10.4.20",
|
|
"electron": "^32.0.2",
|
|
"electron-devtools-installer": "^3.2.0",
|
|
"electron-playwright-helpers": "^1.7.1",
|
|
"eslint": "^9.9.1",
|
|
"eslint-import-resolver-typescript": "^3.6.3",
|
|
"eslint-plugin-import": "^2.30.0",
|
|
"flora-colossus": "^2.0.0",
|
|
"octokit": "^4.0.2",
|
|
"progress": "^2.0.3",
|
|
"prop-types": "^15.8.1",
|
|
"tailwind-merge": "^2.5.2",
|
|
"tailwind-scrollbar": "^3.1.0",
|
|
"tailwindcss": "^3.4.10",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"ts-node": "^10.9.2",
|
|
"tslib": "^2.7.0",
|
|
"typescript": "^5.5.4",
|
|
"vite": "^5.4.3",
|
|
"vite-plugin-static-copy": "^1.0.6",
|
|
"zx": "^8.1.5"
|
|
},
|
|
"dependencies": {
|
|
"@andrkrn/ffprobe-static": "^5.2.0",
|
|
"@electron-forge/publisher-s3": "^7.4.0",
|
|
"@hookform/resolvers": "^3.9.0",
|
|
"@langchain/community": "^0.2.32",
|
|
"@mozilla/readability": "^0.5.0",
|
|
"@radix-ui/react-accordion": "^1.2.0",
|
|
"@radix-ui/react-alert-dialog": "^1.1.1",
|
|
"@radix-ui/react-aspect-ratio": "^1.1.0",
|
|
"@radix-ui/react-avatar": "^1.1.0",
|
|
"@radix-ui/react-checkbox": "^1.1.1",
|
|
"@radix-ui/react-collapsible": "^1.1.0",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.1",
|
|
"@radix-ui/react-hover-card": "^1.1.1",
|
|
"@radix-ui/react-icons": "^1.3.0",
|
|
"@radix-ui/react-label": "^2.1.0",
|
|
"@radix-ui/react-menubar": "^1.1.1",
|
|
"@radix-ui/react-popover": "^1.1.1",
|
|
"@radix-ui/react-progress": "^1.1.0",
|
|
"@radix-ui/react-radio-group": "^1.2.0",
|
|
"@radix-ui/react-scroll-area": "^1.1.0",
|
|
"@radix-ui/react-select": "^2.1.1",
|
|
"@radix-ui/react-separator": "^1.1.0",
|
|
"@radix-ui/react-slider": "^1.2.0",
|
|
"@radix-ui/react-slot": "^1.1.0",
|
|
"@radix-ui/react-switch": "^1.1.0",
|
|
"@radix-ui/react-tabs": "^1.1.0",
|
|
"@radix-ui/react-toast": "^1.2.1",
|
|
"@radix-ui/react-toggle": "^1.1.0",
|
|
"@radix-ui/react-tooltip": "^1.1.2",
|
|
"@rails/actioncable": "7.2.100",
|
|
"@ricky0123/vad-react": "^0.0.24",
|
|
"@ricky0123/vad-web": "^0.0.18",
|
|
"@sentry/electron": "^5.4.0",
|
|
"@uidotdev/usehooks": "^2.4.1",
|
|
"@vidstack/react": "^1.12.9",
|
|
"ahoy.js": "^0.4.4",
|
|
"autosize": "^6.0.1",
|
|
"axios": "^1.7.7",
|
|
"camelcase": "^8.0.0",
|
|
"camelcase-keys": "^9.1.3",
|
|
"chart.js": "^4.4.4",
|
|
"cheerio": "^1.0.0",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.0.0",
|
|
"command-exists": "^1.2.9",
|
|
"compromise": "^14.14.0",
|
|
"compromise-paragraphs": "^0.1.0",
|
|
"compromise-stats": "^0.1.0",
|
|
"dayjs": "^1.11.13",
|
|
"decamelize": "^6.0.0",
|
|
"decamelize-keys": "^2.0.1",
|
|
"echogarden": "^1.5.0",
|
|
"electron-context-menu": "^4.0.4",
|
|
"electron-log": "^5.2.0",
|
|
"electron-settings": "^4.0.4",
|
|
"electron-squirrel-startup": "^1.0.1",
|
|
"ffmpeg-static": "^5.2.0",
|
|
"fluent-ffmpeg": "^2.1.3",
|
|
"fs-extra": "^11.2.0",
|
|
"html-to-text": "^9.0.5",
|
|
"https-proxy-agent": "^7.0.5",
|
|
"i18next": "^23.14.0",
|
|
"intl-tel-input": "^24.4.0",
|
|
"js-md5": "^0.8.3",
|
|
"langchain": "^0.2.18",
|
|
"lodash": "^4.17.21",
|
|
"lru-cache": "^11.0.1",
|
|
"lucide-react": "^0.439.0",
|
|
"mark.js": "^8.11.1",
|
|
"microsoft-cognitiveservices-speech-sdk": "^1.40.0",
|
|
"mustache": "^4.2.0",
|
|
"next-themes": "^0.3.0",
|
|
"openai": "^4.58.0",
|
|
"pitchfinder": "^2.3.2",
|
|
"postcss": "^8.4.45",
|
|
"proxy-agent": "^6.4.0",
|
|
"react": "^18.3.1",
|
|
"react-activity-calendar": "^2.5.1",
|
|
"react-audio-visualize": "^1.1.3",
|
|
"react-audio-voice-recorder": "^2.2.0",
|
|
"react-dom": "^18.3.1",
|
|
"react-frame-component": "^5.2.7",
|
|
"react-hook-form": "^7.53.0",
|
|
"react-hotkeys-hook": "^4.5.1",
|
|
"react-i18next": "^15.0.1",
|
|
"react-markdown": "^9.0.1",
|
|
"react-resizable-panels": "^2.1.2",
|
|
"react-router-dom": "^6.26.1",
|
|
"react-shadow-root": "^6.2.0",
|
|
"react-tooltip": "^5.28.0",
|
|
"reflect-metadata": "^0.2.2",
|
|
"rimraf": "^6.0.1",
|
|
"sequelize": "^6.37.3",
|
|
"sequelize-typescript": "^2.1.6",
|
|
"sonner": "^1.5.0",
|
|
"sqlite3": "^5.1.7",
|
|
"tailwind-scrollbar-hide": "^1.1.7",
|
|
"umzug": "^3.8.1",
|
|
"unzipper": "^0.12.3",
|
|
"update-electron-app": "^3.0.0",
|
|
"wavesurfer.js": "^7.8.4",
|
|
"zod": "^3.23.8",
|
|
"zod-to-json-schema": "^3.23.2"
|
|
}
|
|
}
|