mirror of
https://github.com/suitenumerique/docs.git
synced 2026-09-18 15:50:21 +02:00
Added - 🚸(frontend) hint min char search users #2064 Changed - 💄(frontend) improve comments highlights #1961 - ♿️(frontend) improve BoxButton a11y and native button semantics #2103 - ♿️(frontend) improve language picker accessibility #2069 - ♿️(frontend) add aria-hidden to decorative icons in dropdown menu #2093 Fixed - 🐛(y-provider) destroy Y.Doc instances after each convert request #2129 - 🐛(backend) remove deleted sub documents in favorite_list endpoint #2083
49 lines
1.6 KiB
JSON
49 lines
1.6 KiB
JSON
{
|
|
"name": "impress",
|
|
"version": "4.8.4",
|
|
"private": true,
|
|
"repository": "https://github.com/suitenumerique/docs",
|
|
"author": "DINUM",
|
|
"license": "MIT",
|
|
"workspaces": {
|
|
"packages": [
|
|
"apps/*",
|
|
"packages/*",
|
|
"servers/*"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"APP_IMPRESS": "yarn workspace app-impress",
|
|
"APP_E2E": "yarn workspace app-e2e",
|
|
"I18N": "yarn workspace packages-i18n",
|
|
"COLLABORATION_SERVER": "yarn workspace server-y-provider",
|
|
"app:dev": "yarn APP_IMPRESS run dev",
|
|
"app:start": "yarn APP_IMPRESS run start",
|
|
"app:build": "yarn APP_IMPRESS run build",
|
|
"app:test": "yarn APP_IMPRESS run test",
|
|
"ci:build": "yarn APP_IMPRESS run build:ci",
|
|
"e2e:test": "yarn APP_E2E run test",
|
|
"lint": "yarn APP_IMPRESS run lint && yarn APP_E2E run lint && yarn workspace eslint-plugin-docs run lint && yarn I18N run lint && yarn COLLABORATION_SERVER run lint",
|
|
"i18n:extract": "yarn I18N run extract-translation",
|
|
"i18n:deploy": "yarn I18N run format-deploy && yarn APP_IMPRESS prettier",
|
|
"i18n:test": "yarn I18N run test",
|
|
"test": "yarn server:test && yarn app:test",
|
|
"server:test": "yarn COLLABORATION_SERVER run test"
|
|
},
|
|
"resolutions": {
|
|
"@tiptap/extensions": "3.19.0",
|
|
"@types/node": "24.12.0",
|
|
"@types/react": "19.2.14",
|
|
"@types/react-dom": "19.2.3",
|
|
"eslint": "10.0.3",
|
|
"glob": "13.0.6",
|
|
"prosemirror-view": "1.41.6",
|
|
"react": "19.2.4",
|
|
"react-dom": "19.2.4",
|
|
"typescript": "5.9.3",
|
|
"wrap-ansi": "10.0.0",
|
|
"yjs": "13.6.30"
|
|
},
|
|
"packageManager": "yarn@1.22.22"
|
|
}
|