mirror of
https://github.com/jlengrand/adyen-web.git
synced 2026-03-10 08:01:22 +00:00
* Update dependency prettier to v2 * feat: attempt to use prettier top level Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: guilhermer <guilherme.ribeiro@adyen.com>
49 lines
1.5 KiB
JSON
49 lines
1.5 KiB
JSON
{
|
|
"name": "@adyen/adyen-web-e2e",
|
|
"private": true,
|
|
"keywords": [
|
|
"adyen",
|
|
"adyen-web",
|
|
"checkout",
|
|
"payment",
|
|
"payments",
|
|
"components"
|
|
],
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"homepage": "https://docs.adyen.com/checkout",
|
|
"repository": "github:Adyen/adyen-web",
|
|
"bugs": {
|
|
"url": "https://support.adyen.com/"
|
|
},
|
|
"scripts": {
|
|
"start": "npm run dev-server",
|
|
"dev-server": "cross-env NODE_ENV=test webpack-dev-server --config app/config/webpack.config.js",
|
|
"test:e2e": "concurrently --kill-others --success first --names \"app,e2e\" \"npm run start\" \"node tests/index.js\"",
|
|
"test:e2e-remote": "concurrently --kill-others --success first --names \"app,e2e\" \"npm run start\" \"node tests/index.js --remote\""
|
|
},
|
|
"devDependencies": {
|
|
"@adyen/adyen-web-server": "1.0.0",
|
|
"concurrently": "^7.6.0",
|
|
"cross-env": "^7.0.3",
|
|
"css-loader": "^5.2.7",
|
|
"dotenv": "^16.0.3",
|
|
"html-webpack-plugin": "^4.5.2",
|
|
"node-sass": "^6.0.1",
|
|
"sass-loader": "^10.2.0",
|
|
"source-map-loader": "^1.1.3",
|
|
"style-loader": "^2.0.0",
|
|
"testcafe": "^2.2.0",
|
|
"ts-jest": "^26.5.6",
|
|
"ts-loader": "^8.1.0",
|
|
"typescript": "^4.4.4",
|
|
"webpack": "^4.46.0",
|
|
"webpack-cli": "^3.3.12",
|
|
"webpack-dev-server": "^3.11.2",
|
|
"whatwg-fetch": "^3.6.2"
|
|
},
|
|
"dependencies": {
|
|
"@adyen/adyen-web": "5.31.2"
|
|
}
|
|
}
|