Added: - ✨(frontend) add pdf block to the editor - ✨List and restore deleted docs Changed: - ♻️(frontend) Refactor Auth component for improved redirection logic - ♻️(frontend) replace Arial font-family with token font - ♿(frontend) improve accessibility: - ♿(frontend) enable enter key to open documentss - ♿(frontend) improve modal a11y: structure, labels, title - ♿improve NVDA navigation in DocShareModal - ♿ improve accessibility by adding landmark roles to layout - ♿ add document visible in list and openable via enter key - ♿ add pdf outline property to enable bookmarks display - ♿ hide decorative icons from assistive tech with aria-hidden - ♿ fix rgaa 1.9.1: convert to figure/figcaption structure - ♿ remove redundant aria-label to avoid over-accessibility - ♿ remove redundant aria-label on hidden icons and update tests - ♿ improve semantic structure and aria roles of leftpanel - ♿ add default background to left panel for better accessibility - ♿ restyle checked checkboxes: removing strikethrough - ♿ add h1 for SR on 40X pages and remove alt texts - ♿ update labels and shared document icon accessibility - 🍱(frontend) Fonts GDPR compliants - ♻️(service-worker) improve SW registration and update handling Fixed: - 🐛(backend) duplicate sub docs as root for reader users - ⚗️(service-worker) remove index from cache first strategy - 🐛(frontend) fix 404 page when reload 403 page - 🐛(frontend) fix legacy role computation - 🛂(frontend) block editing title when not allowed - 🐛(frontend) scroll back to top when navigate to a document - 🐛(frontend) fix export pdf emoji problem - 🐛(frontend) fix attachment download filename - 🐛(frontend) exclude h4-h6 headings from table of contents - 🔒(frontend) prevent readers from changing callout emoji - 🐛(frontend) fix overlapping placeholders in multi-column layout - 🐛(backend) filter invitation with case insensitive email - 🐛(frontend) reduce no access image size from 450 to 300 - 🐛(frontend) preserve interlink style on drag-and-drop in editor - ✨(frontend) load docs logo from public folder via url - 🔧(keycloak) Fix https required issue in dev mode
102 lines
3.2 KiB
JSON
102 lines
3.2 KiB
JSON
{
|
|
"name": "app-impress",
|
|
"version": "3.8.0",
|
|
"repository": "https://github.com/suitenumerique/docs",
|
|
"author": "DINUM",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "prettier --check . && yarn stylelint && next build",
|
|
"build:ci": "cp .env.development .env.local && yarn build",
|
|
"build-theme": "cunningham -g css,ts -o src/cunningham --utility-classes && yarn prettier && yarn stylelint --fix",
|
|
"start": "npx -y serve@latest out",
|
|
"lint": "tsc --noEmit && next lint",
|
|
"prettier": "prettier --write .",
|
|
"stylelint": "stylelint \"**/*.css\"",
|
|
"test": "vitest",
|
|
"test:watch": "vitest --watch"
|
|
},
|
|
"dependencies": {
|
|
"@ag-media/react-pdf-table": "2.0.3",
|
|
"@blocknote/code-block": "0.37.0",
|
|
"@blocknote/core": "0.37.0",
|
|
"@blocknote/mantine": "0.37.0",
|
|
"@blocknote/react": "0.37.0",
|
|
"@blocknote/xl-docx-exporter": "0.37.0",
|
|
"@blocknote/xl-multi-column": "0.37.0",
|
|
"@blocknote/xl-pdf-exporter": "0.37.0",
|
|
"@dnd-kit/core": "6.3.1",
|
|
"@dnd-kit/modifiers": "9.0.0",
|
|
"@emoji-mart/data": "1.2.1",
|
|
"@emoji-mart/react": "1.1.1",
|
|
"@fontsource-variable/inter": "5.2.8",
|
|
"@fontsource-variable/material-symbols-outlined": "5.2.25",
|
|
"@fontsource/material-icons": "5.2.5",
|
|
"@gouvfr-lasuite/integration": "1.0.3",
|
|
"@gouvfr-lasuite/ui-kit": "0.16.1",
|
|
"@hocuspocus/provider": "2.15.2",
|
|
"@openfun/cunningham-react": "3.2.3",
|
|
"@react-pdf/renderer": "4.3.0",
|
|
"@sentry/nextjs": "10.11.0",
|
|
"@tanstack/react-query": "5.87.4",
|
|
"canvg": "4.0.3",
|
|
"clsx": "2.1.1",
|
|
"cmdk": "1.1.1",
|
|
"crisp-sdk-web": "1.0.25",
|
|
"docx": "9.5.0",
|
|
"emoji-datasource-apple": "16.0.0",
|
|
"emoji-mart": "5.6.0",
|
|
"emoji-regex": "10.5.0",
|
|
"i18next": "25.5.2",
|
|
"i18next-browser-languagedetector": "8.2.0",
|
|
"idb": "8.0.3",
|
|
"lodash": "4.17.21",
|
|
"luxon": "3.7.2",
|
|
"next": "15.5.3",
|
|
"posthog-js": "1.264.2",
|
|
"react": "*",
|
|
"react-aria-components": "1.12.1",
|
|
"react-dom": "*",
|
|
"react-i18next": "15.7.3",
|
|
"react-intersection-observer": "9.16.0",
|
|
"react-select": "5.10.2",
|
|
"styled-components": "6.1.19",
|
|
"use-debounce": "10.0.6",
|
|
"y-protocols": "1.0.6",
|
|
"yjs": "*",
|
|
"zustand": "5.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"@svgr/webpack": "8.1.0",
|
|
"@tanstack/react-query-devtools": "5.87.4",
|
|
"@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",
|
|
"@types/lodash": "4.17.20",
|
|
"@types/luxon": "3.7.1",
|
|
"@types/node": "*",
|
|
"@types/react": "*",
|
|
"@types/react-dom": "*",
|
|
"@vitejs/plugin-react": "5.0.2",
|
|
"copy-webpack-plugin": "13.0.1",
|
|
"cross-env": "10.0.0",
|
|
"dotenv": "17.2.2",
|
|
"eslint-plugin-docs": "*",
|
|
"fetch-mock": "9.11.0",
|
|
"jsdom": "26.1.0",
|
|
"node-fetch": "2.7.0",
|
|
"prettier": "3.6.2",
|
|
"stylelint": "16.24.0",
|
|
"stylelint-config-standard": "39.0.0",
|
|
"stylelint-prettier": "5.0.3",
|
|
"typescript": "*",
|
|
"vite-tsconfig-paths": "5.1.4",
|
|
"vitest": "3.2.4",
|
|
"webpack": "5.101.3",
|
|
"workbox-webpack-plugin": "7.1.0"
|
|
},
|
|
"packageManager": "yarn@1.22.22"
|
|
}
|