* Bump react-markdown from 8.0.6 to 8.0.7 Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 8.0.6 to 8.0.7. - [Release notes](https://github.com/remarkjs/react-markdown/releases) - [Changelog](https://github.com/remarkjs/react-markdown/blob/main/changelog.md) - [Commits](https://github.com/remarkjs/react-markdown/compare/8.0.6...8.0.7) --- updated-dependencies: - dependency-name: react-markdown dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump nanoid from 4.0.2 to 5.0.9 in /pkg/extension Bumps [nanoid](https://github.com/ai/nanoid) from 4.0.2 to 5.0.9. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/4.0.2...5.0.9) --- updated-dependencies: - dependency-name: nanoid dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Bump next from 13.5.8 to 14.2.21 Bumps [next](https://github.com/vercel/next.js) from 13.5.8 to 14.2.21. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v13.5.8...v14.2.21) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Bump intercom-client from 3.2.1 to 6.0.0 Bumps [intercom-client](https://github.com/intercom/intercom-node) from 3.2.1 to 6.0.0. - [Release notes](https://github.com/intercom/intercom-node/releases) - [Commits](https://github.com/intercom/intercom-node/compare/v3.2.1...v6.0.0) --- updated-dependencies: - dependency-name: intercom-client dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Bump nanoid from 3.3.8 to 5.0.9 Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.8 to 5.0.9. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.3.8...5.0.9) --- updated-dependencies: - dependency-name: nanoid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @aws-sdk/lib-storage from 3.730.0 to 3.744.0 Bumps [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage) from 3.730.0 to 3.744.0. - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.744.0/lib/lib-storage) --- updated-dependencies: - dependency-name: "@aws-sdk/lib-storage" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.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": "^5.0.9",
|
|
"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"
|
|
}
|
|
}
|