seedling/source/e2e/package.json

38 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2023-12-28 21:58:08 +00:00
{
"name": "$(appName)-selenium",
"version": "0.1.0",
"author": "Roman Jaroš",
"license": "ISC",
"scripts": {
"selenium:smoke": "cucumber-js"
},
"dependencies": {
"typescript": "5.3.3"
},
"devDependencies": {
"@qavajs/html-formatter": "0.15.4",
2023-12-28 21:58:08 +00:00
"@types/chai": "4.3.11",
"@types/selenium-webdriver": "4.1.21",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"@cucumber/cucumber": "10.2.1",
2023-12-28 21:58:08 +00:00
"dotenv": "16.3.1",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-config-next": "14.0.4",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-typescript": "0.14.0",
"eslint-plugin-typescript-sort-keys": "3.1.0",
2024-01-12 21:33:10 +00:00
"chai": "4.4.1",
2023-12-28 21:58:08 +00:00
"cucumber-tsflow": "4.3.1",
"minimist": "1.2.8",
"prettier": "3.1.1",
"selenium-webdriver": "4.16.0",
"ts-loader": "9.5.1",
"ts-node": "10.9.2"
},
"peerDependencies": {}
}