* fix: Library Header layout shift * Bump Github Actions versions. * Self-Hosting Changes * Fix Minio Environment Variable * Just make pdfs successful, due to lack of PDFHandler * Fix issue where flag was set wrong * Added an NGINX Example file * Add some documentation for self-hosting via Docker Compose * Make some adjustments to Puppeteer due to failing sites. * adjust timings * Add start of Mail Service * Fix Docker Files * More email service stuff * Add Guide to use Zapier for Email-Importing. * Ensure that if no env is provided it uses the old email settings * Add some instructions for self-hosted email * Add SNS Endpoints for Mail Watcher * Add steps and functionality for using SES and SNS for email * Uncomment a few jobs. * Added option for Firefox for parser. Was having issues with Chromium on Docker. * Add missing space. Co-authored-by: Russ Taylor <729694+russtaylor@users.noreply.github.com> * Fix some wording on the Guide * update browser extension to handle self-hosted instances * add slight documentation to options page * Fix MV * Do raw handlers for Medium * Fix images in Medium * Update self-hosting/GUIDE.md Co-authored-by: Mike Baker <1426795+mbaker3@users.noreply.github.com> * Update Guide with other variables * Add The Verge to JS-less handlers * Update regex and image-proxy * Update self-hosting/nginx/nginx.conf Co-authored-by: Mike Baker <1426795+mbaker3@users.noreply.github.com> * Update regex and image-proxy * Update self-hosting/docker-compose/docker-compose.yml Co-authored-by: Mike Baker <1426795+mbaker3@users.noreply.github.com> * Fix Minio for Export * Merge to main * Update GUIDE with newer NGINX * Update nginx config to include api/save route * Enable Native PDF View for PDFS * Enable Native PDF View for PDFS * feat:lover packages test * feat:working build * feat:alpine build * docs:api dockerfile docs * Write a PDF.js wrapper to replace pspdfkit * Revert changes for replication, set settings to have default mode * build folder got removed due to gitignore on pdf * Add Box shadow to pdf pages * Add Toggle for Progress in PDFS, enabled native viewer toggle * Update node version to LTS * Update node version to LTS * Fix Linting issues * Fix Linting issues * Make env variable nullable * Add touchend listener for mobile * Make changes to PDF for mobile * fix(android): change serverUrl to selfhosted first * feat:2 stage alpine content fetch * feat:separated start script * fix:changed to node 22 * Add back youtube functionality and add guide * trigger build * Fix cache issue on YouTube * Allow empty AWS_S3_ENDPOINT * Allow empty AWS_S3_ENDPOINT * Add GCHR for all images * Add GCHR For self hosting. * Add GCHR For self hosting. * Test prebuilt. * Test prebuilt * Test prebuilt... * Fix web image * Remove Web Image (For now) * Move docker-compose to images * Move docker-compose files to correct locations * Remove the need for ARGS * Update packages, and Typescript versions * Fix * Fix issues with build on Web * Correct push * Fix Linting issues * Fix Trace import * Add missing types * Fix Tasks * Add information into guide about self-build * Fix issues with PDF Viewer --------- Co-authored-by: keumky2 <keumky2@woowahan.com> Co-authored-by: William Theaker <wtheaker@nvidia.com> Co-authored-by: Russ Taylor <729694+russtaylor@users.noreply.github.com> Co-authored-by: David Adams <david@dadams2.com> Co-authored-by: Mike Baker <1426795+mbaker3@users.noreply.github.com> Co-authored-by: m1xxos <66390094+m1xxos@users.noreply.github.com> Co-authored-by: Adil <mr.adil777@gmail.com>
118 lines
3.9 KiB
JSON
118 lines
3.9 KiB
JSON
{
|
|
"name": "@omnivore/web",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "NEXT_PUBLIC_APP_ENV=local next dev",
|
|
"dev:demo": "NEXT_PUBLIC_APP_ENV=demo next dev",
|
|
"dev:dev": "NEXT_PUBLIC_APP_ENV=dev next dev",
|
|
"dev:prod": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"test:typecheck": "tsc --noEmit",
|
|
"upgrade-psdpdfkit": "cp -R '../../node_modules/pspdfkit/dist/pspdfkit-lib' public/pspdfkit-lib",
|
|
"storybook": "start-storybook -p 6006 -s ./public",
|
|
"build-storybook": "build-storybook -s public"
|
|
},
|
|
"dependencies": {
|
|
"@floating-ui/react": "^0.26.9",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"@google-recaptcha/react": "^1.0.3",
|
|
"@phosphor-icons/react": "^2.1.5",
|
|
"@radix-ui/react-avatar": "^0.1.1",
|
|
"@radix-ui/react-checkbox": "^0.1.5",
|
|
"@radix-ui/react-dialog": "1.0.5",
|
|
"@radix-ui/react-dropdown-menu": "2.0.6",
|
|
"@radix-ui/react-hover-card": "^1.0.7",
|
|
"@radix-ui/react-id": "^0.1.1",
|
|
"@radix-ui/react-popover": "1.0.7",
|
|
"@radix-ui/react-progress": "^1.0.1",
|
|
"@radix-ui/react-separator": "^0.1.0",
|
|
"@radix-ui/react-slider": "^1.1.0",
|
|
"@radix-ui/react-switch": "^1.0.1",
|
|
"@react-native-async-storage/async-storage": "^1.24.0",
|
|
"@sentry/nextjs": "^7.42.0",
|
|
"@stitches/react": "^1.2.5",
|
|
"@tanstack/query-async-storage-persister": "^5.51.21",
|
|
"@tanstack/react-query": "^5.51.21",
|
|
"@tanstack/react-query-persist-client": "^5.51.23",
|
|
"allotment": "^1.20.2",
|
|
"antd": "4.24.3",
|
|
"axios": "^1.2.0",
|
|
"cookie": "^0.5.0",
|
|
"csv-file-validator": "^2.1.0",
|
|
"dayjs": "^1.11.7",
|
|
"diff-match-patch": "^1.0.5",
|
|
"epubjs": "^0.3.93",
|
|
"graphql-request": "^3.6.1",
|
|
"kbar": "^v0.1.0-beta.45",
|
|
"loadjs": "^4.3.0-rc1",
|
|
"markdown-it": "^13.0.1",
|
|
"nanoid": "^3.1.29",
|
|
"next": "^13.5.6",
|
|
"node-html-markdown": "^1.3.0",
|
|
"papaparse": "^5.4.1",
|
|
"pdfjs-dist": "4.10.38",
|
|
"pspdfkit": "^2023.4.6",
|
|
"re-resizable": "^6.9.11",
|
|
"react": "^18.2.0",
|
|
"react-arborist": "^3.4.0",
|
|
"react-color": "^2.19.3",
|
|
"react-dom": "^18.2.0",
|
|
"react-dropzone": "^14.2.3",
|
|
"react-hot-toast": "^2.1.1",
|
|
"react-input-autosize": "^3.0.0",
|
|
"react-markdown": "^8.0.6",
|
|
"react-markdown-editor-lite": "^1.3.4",
|
|
"react-sliding-pane": "^7.3.0",
|
|
"react-spinners": "^0.13.7",
|
|
"react-topbar-progress-indicator": "^4.1.1",
|
|
"remark-gfm": "^3.0.1",
|
|
"sharp": "^0.32.6",
|
|
"swr": "^2.2.5",
|
|
"use-resize-observer": "^9.1.0",
|
|
"uuid": "^8.3.2",
|
|
"yet-another-react-lightbox": "^3.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.17.5",
|
|
"@types/jsonwebtoken": "^9.0.7",
|
|
"@next/bundle-analyzer": "^13.2.1",
|
|
"@storybook/addon-actions": "^6.4.22",
|
|
"@storybook/addon-essentials": "^6.4.22",
|
|
"@storybook/addon-interactions": "^6.4.22",
|
|
"@storybook/addon-links": "^6.4.22",
|
|
"@storybook/builder-webpack5": "^6.4.22",
|
|
"@storybook/manager-webpack5": "^6.4.22",
|
|
"@storybook/react": "^6.4.22",
|
|
"@storybook/testing-library": "^0.0.9",
|
|
"@testing-library/jest-dom": "^5.16.1",
|
|
"@testing-library/react": "^12.1.2",
|
|
"@testing-library/user-event": "13.5.0",
|
|
"@types/cookie": "^0.4.1",
|
|
"@types/diff-match-patch": "^1.0.32",
|
|
"@types/jest": "^27.0.2",
|
|
"@types/loadjs": "^4.0.1",
|
|
"@types/lodash.debounce": "^4.0.6",
|
|
"@types/markdown-it": "^12.2.3",
|
|
"@types/papaparse": "^5.3.7",
|
|
"@types/react": "^18.2.0",
|
|
"@types/react-color": "^3.0.9",
|
|
"@types/react-dom": "^18.2.0",
|
|
"@types/react-input-autosize": "^2.2.1",
|
|
"@types/uuid": "^8.3.1",
|
|
"babel-jest": "^27.4.5",
|
|
"babel-loader": "^8.2.3",
|
|
"eslint-config-next": "^13.5.6",
|
|
"eslint-plugin-functional": "^4.0.2",
|
|
"eslint-plugin-react": "^7.28.0",
|
|
"graphql": "^15.6.1",
|
|
"jest": "^27.4.5",
|
|
"storybook-addon-next-router": "^3.1.1"
|
|
},
|
|
"volta": {
|
|
"extends": "../../package.json"
|
|
}
|
|
}
|