2024-04-02 10:13:06 +00:00
|
|
|
{
|
|
|
|
|
"name": "app-e2e",
|
2024-12-17 13:32:23 +00:00
|
|
|
"version": "1.10.0",
|
2024-04-02 10:13:06 +00:00
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"lint": "eslint . --ext .ts",
|
2024-08-19 13:38:21 +00:00
|
|
|
"install-playwright": "playwright install --with-deps",
|
2024-04-02 10:13:06 +00:00
|
|
|
"test": "playwright test",
|
2024-08-19 13:38:21 +00:00
|
|
|
"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"
|
2024-04-02 10:13:06 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-12-16 16:48:24 +00:00
|
|
|
"@playwright/test": "1.49.1",
|
2024-04-02 10:13:06 +00:00
|
|
|
"@types/node": "*",
|
2024-04-10 18:05:49 +00:00
|
|
|
"@types/pdf-parse": "1.1.4",
|
2024-04-02 10:13:06 +00:00
|
|
|
"eslint-config-impress": "*",
|
2024-12-09 16:59:08 +00:00
|
|
|
"typescript": "*",
|
|
|
|
|
"luxon": "3.5.0",
|
|
|
|
|
"@types/luxon": "3.4.2"
|
2024-04-10 18:05:49 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"convert-stream": "1.0.2",
|
2024-09-23 00:13:06 +00:00
|
|
|
"jsdom": "25.0.1",
|
2024-08-23 11:21:26 +00:00
|
|
|
"pdf-parse": "1.1.1"
|
2024-04-02 10:13:06 +00:00
|
|
|
}
|
|
|
|
|
}
|