2025-05-09 20:01:09 +01:00
|
|
|
{
|
|
|
|
|
"name": "frontend",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
2026-07-07 12:11:24 +01:00
|
|
|
"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": {
|
2025-09-24 14:07:27 +02:00
|
|
|
"@atlaskit/pragmatic-drag-and-drop": "^1.7.7",
|
2026-08-19 18:29:02 +00:00
|
|
|
"@cantoo/pdf-lib": "^2.8.2",
|
2025-11-13 12:53:57 +00:00
|
|
|
"@dnd-kit/core": "^6.3.1",
|
2026-08-20 14:41:25 +00:00
|
|
|
"@embedpdf/core": "^2.15.0",
|
2026-07-20 14:07:51 +02:00
|
|
|
"@embedpdf/engines": "^2.14.4",
|
2026-08-20 14:41:25 +00:00
|
|
|
"@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",
|
2026-07-20 14:07:51 +02:00
|
|
|
"@embedpdf/plugin-selection": "^2.14.4",
|
2026-08-20 14:41:25 +00:00
|
|
|
"@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",
|
2025-09-24 14:07:27 +02:00
|
|
|
"@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",
|
2026-08-29 14:50:15 +00:00
|
|
|
"@mui/icons-material": "^9.3.1",
|
2026-05-05 10:53:16 +01:00
|
|
|
"@mui/material": "^9.0.0",
|
2026-03-20 05:32:24 -04:00
|
|
|
"@posthog/react": "^1.8.2",
|
2025-10-20 15:07:40 +01:00
|
|
|
"@reactour/tour": "^3.8.0",
|
2026-08-12 15:18:41 +00:00
|
|
|
"@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",
|
2025-09-24 14:07:27 +02:00
|
|
|
"@tailwindcss/postcss": "^4.1.13",
|
2026-07-23 14:53:16 +00:00
|
|
|
"@tanstack/react-query": "^5.101.4",
|
2026-08-17 11:47:08 +00:00
|
|
|
"@tanstack/react-table": "^9.1.2",
|
2025-08-21 17:30:26 +01:00
|
|
|
"@tanstack/react-virtual": "^3.13.12",
|
2026-02-24 18:43:40 +00:00
|
|
|
"@tauri-apps/api": "^2.10.1",
|
2026-05-05 12:05:54 +01:00
|
|
|
"@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",
|
2026-04-10 09:50:05 +01:00
|
|
|
"axios": "^1.15.0",
|
2026-03-11 11:53:54 +00:00
|
|
|
"d3": "^7.9.0",
|
2026-08-21 11:32:16 +00:00
|
|
|
"i18next": "^26.3.6",
|
|
|
|
|
"i18next-browser-languagedetector": "^8.2.1",
|
2025-07-16 17:53:50 +01:00
|
|
|
"jszip": "^3.10.1",
|
2026-08-23 10:35:29 +00:00
|
|
|
"license-report": "^6.8.5",
|
2025-09-24 14:07:27 +02:00
|
|
|
"pdfjs-dist": "^5.4.149",
|
2025-12-30 18:55:56 +00:00
|
|
|
"peerjs": "^1.5.5",
|
2026-04-20 11:31:07 -07:00
|
|
|
"pixelmatch": "^7.1.0",
|
2026-08-06 15:54:44 +02:00
|
|
|
"posthog-js": "^1.405.2",
|
2026-01-28 11:35:59 +01:00
|
|
|
"qrcode.react": "^4.2.0",
|
2026-08-03 13:27:06 +01:00
|
|
|
"react": "^19.2.8",
|
|
|
|
|
"react-dom": "^19.2.8",
|
2026-03-11 11:53:54 +00:00
|
|
|
"react-easy-crop": "^5.5.6",
|
2026-08-21 11:32:16 +00:00
|
|
|
"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",
|
2025-09-24 14:07:27 +02:00
|
|
|
"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",
|
2025-09-24 14:07:27 +02:00
|
|
|
"tailwindcss": "^4.1.13",
|
2026-08-05 17:31:24 +01:00
|
|
|
"use-sync-external-store": "^1.6.0",
|
2025-09-24 14:07:27 +02:00
|
|
|
"web-vitals": "^5.1.0"
|
2025-05-09 20:01:09 +01:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2026-07-16 11:12:36 +01:00
|
|
|
"docs:sync": "tsx editor/scripts/sync-portal-docs.mts",
|
2026-05-26 14:12:05 +01:00
|
|
|
"update:minor": "node scripts/update-minor.js",
|
2025-09-24 14:07:27 +02:00
|
|
|
"update:major": "npx npm-check-updates -u && npm install",
|
|
|
|
|
"update:interactive": "npx npm-check-updates -i",
|
2026-06-02 23:11:37 +01:00
|
|
|
"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": {
|
2026-08-29 14:50:09 +00:00
|
|
|
"@iconify-json/material-symbols": "^1.2.89",
|
2026-08-06 16:56:12 +02:00
|
|
|
"@iconify/react": "^6.0.2",
|
|
|
|
|
"@iconify/utils": "^3.1.4",
|
2025-09-24 14:07:27 +02:00
|
|
|
"@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",
|
2026-07-28 17:06:06 +01:00
|
|
|
"@storybook/addon-vitest": "^9.1.20",
|
2026-06-02 17:08:24 +01:00
|
|
|
"@storybook/react-vite": "^9.1.20",
|
2026-01-28 11:35:59 +01:00
|
|
|
"@tauri-apps/cli": "^2.9.6",
|
2025-09-24 14:07:27 +02:00
|
|
|
"@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",
|
2025-09-24 14:07:27 +02:00
|
|
|
"@types/node": "^24.5.2",
|
2026-08-08 21:43:42 +01:00
|
|
|
"@types/react": "^19.2.18",
|
|
|
|
|
"@types/react-dom": "^19.2.4",
|
2026-08-05 17:31:24 +01:00
|
|
|
"@types/use-sync-external-store": "^0.0.6",
|
2026-07-15 13:21:34 +01:00
|
|
|
"@typescript/native": "npm:typescript@^7.0.2",
|
2025-09-24 14:07:27 +02:00
|
|
|
"@vitejs/plugin-react-swc": "^4.1.0",
|
2026-08-06 16:56:12 +02:00
|
|
|
"@vitest/browser": "3.2.7",
|
|
|
|
|
"@vitest/coverage-v8": "3.2.7",
|
2026-03-12 13:03:44 +00:00
|
|
|
"dotenv": "^16.4.7",
|
2026-05-27 12:52:46 +01:00
|
|
|
"fake-indexeddb": "^6.2.5",
|
2025-09-24 14:07:27 +02:00
|
|
|
"jsdom": "^27.0.0",
|
2026-07-07 08:47:07 +01:00
|
|
|
"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",
|
2026-04-28 21:41:45 +01:00
|
|
|
"postcss": "^8.5.12",
|
2025-05-15 20:07:33 +01:00
|
|
|
"postcss-cli": "^11.0.1",
|
2025-09-24 14:07:27 +02:00
|
|
|
"postcss-preset-mantine": "^1.18.0",
|
2025-05-21 21:47:44 +01:00
|
|
|
"postcss-simple-vars": "^7.0.1",
|
2025-10-20 15:07:40 +01:00
|
|
|
"puppeteer": "^24.25.0",
|
2026-05-01 16:21:06 +01:00
|
|
|
"rollup-plugin-visualizer": "^7.0.1",
|
2026-06-02 17:08:24 +01:00
|
|
|
"storybook": "^9.1.20",
|
2026-07-31 17:46:31 +01:00
|
|
|
"stylelint": "^17.14.1",
|
2026-07-21 09:05:25 +02:00
|
|
|
"tsx": "^4.22.4",
|
2026-07-15 13:21:34 +01:00
|
|
|
"typescript": "npm:@typescript/typescript6@^6.0.2",
|
2026-04-28 21:41:45 +01:00
|
|
|
"vite": "^7.3.2",
|
2026-06-05 19:49:09 +02:00
|
|
|
"vite-plugin-compression2": "^2.5.3",
|
2025-12-11 11:23:20 +00:00
|
|
|
"vite-plugin-static-copy": "^3.1.4",
|
2025-10-28 10:29:36 +00:00
|
|
|
"vite-tsconfig-paths": "^5.1.4",
|
2026-08-06 16:56:12 +02:00
|
|
|
"vitest": "3.2.7"
|
2025-09-24 14:07:27 +02:00
|
|
|
},
|
|
|
|
|
"depcheck": {
|
|
|
|
|
"ignoreMatches": [
|
|
|
|
|
"@emotion/*",
|
|
|
|
|
"tailwindcss",
|
|
|
|
|
"@testing-library/user-event",
|
|
|
|
|
"@vitest/coverage-v8"
|
|
|
|
|
]
|
2026-05-27 12:52:46 +01:00
|
|
|
},
|
|
|
|
|
"overrides": {
|
2026-06-23 09:52:32 +01:00
|
|
|
"devalue": "^5.8.1",
|
2026-08-19 18:29:02 +00:00
|
|
|
"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": [
|
2026-07-03 14:20:02 +01:00
|
|
|
"editor/public"
|
2026-06-02 17:08:24 +01:00
|
|
|
]
|
2025-05-09 20:01:09 +01:00
|
|
|
}
|
|
|
|
|
}
|