* fix: #7287 ballot return params * fix: Moving Ballot edit position ballot_edit_return_point from session to query param * fix: tests for return_to_path param * chore: removing Playwright tests until we can figure out a plan * feat: return_to path utility refactoring * fix: throw HTTP 400 in view rather than bubbling up a 500 * fix: return http400 rather than raising
30 lines
885 B
JSON
30 lines
885 B
JSON
{
|
|
"scripts": {
|
|
"install-deps": "playwright install --with-deps",
|
|
"test": "playwright test",
|
|
"test:legacy": "playwright test -c playwright-legacy.config.js",
|
|
"test:legacy:visual": "playwright test -c playwright-legacy.config.js --headed --workers=1",
|
|
"test:visual": "playwright test --headed --workers=1",
|
|
"test:debug": "playwright test --debug"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "1.42.1",
|
|
"eslint": "8.57.0",
|
|
"eslint-config-standard": "17.1.0",
|
|
"eslint-plugin-import": "2.29.1",
|
|
"eslint-plugin-n": "16.6.2",
|
|
"eslint-plugin-node": "11.1.0",
|
|
"eslint-plugin-promise": "6.1.1",
|
|
"npm-check-updates": "16.14.18"
|
|
},
|
|
"dependencies": {
|
|
"@faker-js/faker": "8.4.1",
|
|
"lodash": "4.17.21",
|
|
"lodash-es": "4.17.21",
|
|
"luxon": "3.4.4",
|
|
"ms": "2.1.3",
|
|
"seedrandom": "3.0.5",
|
|
"slugify": "1.6.6"
|
|
}
|
|
}
|