mirror of
https://github.com/suitenumerique/docs
synced 2026-04-21 21:47:35 +00:00
Added: - ✨(backend) Add link public/authenticated/restricted access with read/editor roles - ✨(frontend) add copy link button - 🛂(frontend) access public docs without being logged Changed: - ♻️(backend) Allow null titles on documents for easier creation - 🛂(backend) stop to list public doc to everyone - 🚚(frontend) change visibility in share modal - ⚡️(frontend) Improve summary Fixed: - 🐛(backend) Fix forcing ID when creating a document via API endpoint - 🐛 Rebuild frontend dev container from makefile
26 lines
695 B
JSON
26 lines
695 B
JSON
{
|
|
"name": "app-e2e",
|
|
"version": "1.4.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"lint": "eslint . --ext .ts",
|
|
"install-playwright": "playwright install --with-deps",
|
|
"test": "playwright test",
|
|
"test:ui": "yarn test --ui",
|
|
"test:ui::firefox": "yarn test:ui --project=firefox",
|
|
"test:ui::webkit": "yarn test:ui --project=webkit",
|
|
"test:ui::chromium": "yarn test:ui --project=chromium"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "1.47.1",
|
|
"@types/node": "*",
|
|
"@types/pdf-parse": "1.1.4",
|
|
"eslint-config-impress": "*",
|
|
"typescript": "*"
|
|
},
|
|
"dependencies": {
|
|
"convert-stream": "1.0.2",
|
|
"jsdom": "25.0.0",
|
|
"pdf-parse": "1.1.1"
|
|
}
|
|
}
|