Files
Stirling-PDF/frontend/package.json
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

185 lines
6.2 KiB
JSON
Raw Normal View History

2025-05-09 20:01:09 +01:00
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"type": "module",
2025-07-18 13:50:40 +01:00
"license": "SEE LICENSE IN https://raw.githubusercontent.com/Stirling-Tools/Stirling-PDF/refs/heads/main/proprietary/LICENSE",
2025-05-09 20:01:09 +01:00
"proxy": "http://localhost:8080",
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "^1.7.7",
"@cantoo/pdf-lib": "^2.8.2",
"@dnd-kit/core": "^6.3.1",
"@embedpdf/core": "^2.15.0",
"@embedpdf/engines": "^2.14.4",
"@embedpdf/models": "^2.15.0",
"@embedpdf/plugin-annotation": "^2.15.0",
"@embedpdf/plugin-attachment": "^2.15.0",
"@embedpdf/plugin-bookmark": "^2.15.0",
"@embedpdf/plugin-document-manager": "^2.15.0",
"@embedpdf/plugin-export": "^2.15.0",
"@embedpdf/plugin-history": "^2.15.0",
"@embedpdf/plugin-interaction-manager": "^2.15.0",
"@embedpdf/plugin-pan": "^2.15.0",
"@embedpdf/plugin-print": "^2.15.0",
"@embedpdf/plugin-redaction": "^2.15.0",
"@embedpdf/plugin-render": "^2.15.0",
"@embedpdf/plugin-rotate": "^2.15.0",
"@embedpdf/plugin-scroll": "^2.15.0",
"@embedpdf/plugin-search": "^2.15.0",
"@embedpdf/plugin-selection": "^2.14.4",
"@embedpdf/plugin-spread": "^2.15.0",
"@embedpdf/plugin-thumbnail": "^2.15.0",
"@embedpdf/plugin-tiling": "^2.15.0",
"@embedpdf/plugin-viewport": "^2.15.0",
"@embedpdf/plugin-zoom": "^2.15.0",
2025-05-13 23:32:54 +01:00
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mantine/core": "^8.3.1",
"@mantine/dates": "^8.3.1",
"@mantine/dropzone": "^8.3.1",
"@mantine/hooks": "^8.3.1",
"@mui/icons-material": "^9.3.1",
"@mui/material": "^9.0.0",
"@posthog/react": "^1.8.2",
2025-10-20 15:07:40 +01:00
"@reactour/tour": "^3.8.0",
"@stripe/react-stripe-js": "^6.8.0",
"@stripe/stripe-js": "^9.10.0",
2025-11-25 20:03:47 +00:00
"@supabase/supabase-js": "^2.47.13",
"@tailwindcss/postcss": "^4.1.13",
"@tanstack/react-query": "^5.101.4",
"@tanstack/react-table": "^9.1.2",
"@tanstack/react-virtual": "^3.13.12",
2026-02-24 18:43:40 +00:00
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-dialog": "2.7.0",
"@tauri-apps/plugin-fs": "2.5.0",
2026-02-24 18:43:40 +00:00
"@tauri-apps/plugin-http": "^2.5.7",
2026-03-05 18:30:20 +00:00
"@tauri-apps/plugin-notification": "^2.3.3",
2026-02-24 18:43:40 +00:00
"@tauri-apps/plugin-shell": "^2.3.5",
2026-03-11 11:53:54 +00:00
"@userback/widget": "^0.3.12",
2025-05-28 21:43:02 +01:00
"autoprefixer": "^10.4.21",
"axios": "^1.15.0",
2026-03-11 11:53:54 +00:00
"d3": "^7.9.0",
"i18next": "^26.3.6",
"i18next-browser-languagedetector": "^8.2.1",
2025-07-16 17:53:50 +01:00
"jszip": "^3.10.1",
"license-report": "^6.8.5",
"pdfjs-dist": "^5.4.149",
2025-12-30 18:55:56 +00:00
"peerjs": "^1.5.5",
"pixelmatch": "^7.1.0",
2026-08-06 15:54:44 +02:00
"posthog-js": "^1.405.2",
"qrcode.react": "^4.2.0",
"react": "^19.2.8",
"react-dom": "^19.2.8",
2026-03-11 11:53:54 +00:00
"react-easy-crop": "^5.5.6",
"react-i18next": "^17.0.11",
2026-05-14 17:20:45 +01:00
"react-markdown": "^9.0.3",
2025-11-25 20:03:47 +00:00
"react-rnd": "^10.5.2",
"react-router-dom": "^7.9.1",
2026-03-05 22:00:44 +00:00
"recharts": "^3.7.0",
2026-05-14 17:20:45 +01:00
"remark-gfm": "^4.0.1",
2025-10-09 13:35:42 +01:00
"signature_pad": "^5.0.4",
2025-11-05 16:01:09 +00:00
"smol-toml": "^1.4.2",
"tailwindcss": "^4.1.13",
"use-sync-external-store": "^1.6.0",
"web-vitals": "^5.1.0"
2025-05-09 20:01:09 +01:00
},
"scripts": {
"docs:sync": "tsx editor/scripts/sync-portal-docs.mts",
"update:minor": "node scripts/update-minor.js",
"update:major": "npx npm-check-updates -u && npm install",
"update:interactive": "npx npm-check-updates -i",
"update:minor-strict": "npx npm-check-updates -u --target minor && npm install",
"tauri:setup-dev-update": "bash scripts/dev-update-test/setup-dev-updater.sh",
"tauri:build-dev-update": "bash scripts/dev-update-test/build-dev-update.sh",
"tauri:serve-dev-update": "bash scripts/dev-update-test/serve-update.sh",
"tauri:test-update-e2e": "bash scripts/dev-update-test/test-update-e2e.sh",
"tauri:test-update-e2e:install": "bash scripts/dev-update-test/test-update-e2e.sh --install",
"tauri:dev-with-update": "cd editor && npx tsx scripts/setup-env.mts --desktop && node scripts/generate-icons.js && npx tauri dev --config src-tauri/tauri.conf.dev-update.json"
2025-05-09 20:01:09 +01:00
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
2025-05-15 20:07:33 +01:00
},
"devDependencies": {
"@iconify-json/material-symbols": "^1.2.89",
"@iconify/react": "^6.0.2",
"@iconify/utils": "^3.1.4",
"@playwright/test": "^1.55.0",
2026-06-02 17:08:24 +01:00
"@storybook/addon-a11y": "^9.1.20",
"@storybook/addon-docs": "^9.1.20",
"@storybook/addon-themes": "^9.1.20",
"@storybook/addon-vitest": "^9.1.20",
2026-06-02 17:08:24 +01:00
"@storybook/react-vite": "^9.1.20",
"@tauri-apps/cli": "^2.9.6",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
2026-03-11 11:53:54 +00:00
"@types/d3": "^7.4.3",
2025-10-09 10:22:17 +01:00
"@types/gapi": "^0.0.47",
"@types/gapi.client.drive-v3": "^0.0.5",
"@types/google.accounts": "^0.0.18",
"@types/google.picker": "^0.0.51",
"@types/node": "^24.5.2",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"@types/use-sync-external-store": "^0.0.6",
2026-07-15 13:21:34 +01:00
"@typescript/native": "npm:typescript@^7.0.2",
"@vitejs/plugin-react-swc": "^4.1.0",
"@vitest/browser": "3.2.7",
"@vitest/coverage-v8": "3.2.7",
2026-03-12 13:03:44 +00:00
"dotenv": "^16.4.7",
"fake-indexeddb": "^6.2.5",
"jsdom": "^27.0.0",
"json-schema-to-typescript": "^15.0.4",
2025-07-18 13:50:40 +01:00
"license-checker": "^25.0.1",
2026-06-02 17:08:24 +01:00
"msw": "^2.14.6",
"msw-storybook-addon": "^2.0.7",
2026-08-24 10:34:12 +00:00
"oxfmt": "^0.62.0",
2026-08-07 17:02:11 +01:00
"oxlint": "^1.77.0",
"postcss": "^8.5.12",
2025-05-15 20:07:33 +01:00
"postcss-cli": "^11.0.1",
"postcss-preset-mantine": "^1.18.0",
"postcss-simple-vars": "^7.0.1",
2025-10-20 15:07:40 +01:00
"puppeteer": "^24.25.0",
"rollup-plugin-visualizer": "^7.0.1",
2026-06-02 17:08:24 +01:00
"storybook": "^9.1.20",
"stylelint": "^17.14.1",
"tsx": "^4.22.4",
2026-07-15 13:21:34 +01:00
"typescript": "npm:@typescript/typescript6@^6.0.2",
"vite": "^7.3.2",
"vite-plugin-compression2": "^2.5.3",
2025-12-11 11:23:20 +00:00
"vite-plugin-static-copy": "^3.1.4",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "3.2.7"
},
"depcheck": {
"ignoreMatches": [
"@emotion/*",
"tailwindcss",
"@testing-library/user-event",
"@vitest/coverage-v8"
]
},
"overrides": {
2026-06-23 09:52:32 +01:00
"devalue": "^5.8.1",
"pako": "^2.2.0",
2026-06-23 09:52:32 +01:00
"tsconfck": {
"typescript": "$typescript"
}
2026-06-02 17:08:24 +01:00
},
"msw": {
"workerDirectory": [
"editor/public"
2026-06-02 17:08:24 +01:00
]
2025-05-09 20:01:09 +01:00
}
}