Files
adyen-web/packages/e2e-playwright/package.json
github-actions[bot] 3f5f4356d7 [ci] release main (#2518)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-01-15 17:24:01 +01:00

32 lines
901 B
JSON

{
"name": "@adyen/adyen-web-playwright",
"private": true,
"version": "1.0.0",
"repository": "github:Adyen/adyen-web",
"license": "MIT",
"scripts": {
"test:start-playground": "cross-env NODE_ENV=test webpack-dev-server --config app/config/webpack.config.js",
"test:headless": "npx playwright test",
"test:headed": "npx playwright test --headed",
"test:ui-mode": "npx playwright test --ui"
},
"devDependencies": {
"@adyen/adyen-web-server": "1.0.0",
"@playwright/test": "1.39.0",
"cross-env": "^7.0.3",
"css-loader": "^6.0.0",
"dotenv": "^16.0.2",
"html-webpack-plugin": "5.5.1",
"sass-loader": "^10.2.0",
"style-loader": "^2.0.0",
"ts-loader": "^8.1.0",
"typescript": "^4.4.4",
"webpack": "5.89.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1"
},
"dependencies": {
"@adyen/adyen-web": "5.56.1"
}
}