mirror of
https://github.com/suitenumerique/docs.git
synced 2026-04-26 01:25:05 +02:00
Added: - 📝(doc) Add security.md and codeofconduct.md - ✨(frontend) add home page - ✨(frontend) cursor display on activity - ✨(frontend) Add export page break Changed: - 🔧(backend) make AI feature reach configurable Fixed: - 🌐(CI) Fix email partially translated - 🐛(frontend) fix cursor breakline - 🐛(frontend) fix style pdf export
26 lines
672 B
JSON
26 lines
672 B
JSON
{
|
|
"name": "app-e2e",
|
|
"version": "2.2.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.50.1",
|
|
"@types/node": "*",
|
|
"@types/pdf-parse": "1.1.4",
|
|
"eslint-config-impress": "*",
|
|
"typescript": "*"
|
|
},
|
|
"dependencies": {
|
|
"convert-stream": "1.0.2",
|
|
"pdf-parse": "1.1.1"
|
|
}
|
|
}
|