Added: - 👷(CI) add bundle size check job - ✨(frontend) use title first emoji as doc icon in tree Changed: - ♻️(docs-app) Switch from Jest tests to Vitest - ♿(frontend) improve accessibility: - 🌐(frontend) set html lang attribute dynamically - ♿(frontend) inject language attribute to pdf export - ♿(frontend) improve accessibility of search modal - ♿(frontend) add correct attributes to decorative and interactive icons - 🎨(frontend) improve nav structure - ♿️(frontend) keyboard interaction with menu - ♿(frontend) improve header accessibility - ♿(frontend) improve accessibility for decorative images in editor - ♻️(backend) fallback to email identifier when no name - 🐛(backend) allow ASCII characters in user sub field - ⚡️(frontend) improve fallback width calculation Fixed: - 🐛(makefile) Windows compatibility fix for Docker volume mounting - 🐛(minio) fix user permission error with Minio and Windows - 🐛(frontend) fix export when quote block and inline code - 🐛(frontend) fix base64 font - 🐛(backend) allow editor to delete subpages - 🐛(frontend) fix dnd conflict with tree and Blocknote - 🐛(frontend) fix display bug on homepage
43 lines
1.4 KiB
JSON
43 lines
1.4 KiB
JSON
{
|
|
"name": "impress",
|
|
"version": "3.6.0",
|
|
"private": true,
|
|
"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-config-impress 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": {
|
|
"@types/node": "22.18.0",
|
|
"@types/react": "19.1.12",
|
|
"@types/react-dom": "19.1.9",
|
|
"@typescript-eslint/eslint-plugin": "8.41.0",
|
|
"@typescript-eslint/parser": "8.41.0",
|
|
"eslint": "8.57.0",
|
|
"react": "19.1.1",
|
|
"react-dom": "19.1.1",
|
|
"typescript": "5.9.2",
|
|
"yjs": "13.6.27"
|
|
}
|
|
}
|