mirror of
https://github.com/IT4Change/boilerplate-e2e-cypress-cucumber.git
synced 2025-12-13 04:55:50 +00:00
clean up package.json
This commit is contained in:
parent
08064bbecf
commit
71fc202fa5
876
package-lock.json
generated
876
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@badeball/cypress-cucumber-preprocessor": "^20.0.1",
|
"@badeball/cypress-cucumber-preprocessor": "^20.0.1",
|
||||||
"@cypress/webpack-preprocessor": "^6.0.1",
|
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.0",
|
||||||
"@eslint-community/eslint-plugin-eslint-comments": "^4.1.0",
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.1.0",
|
||||||
"@typescript-eslint/eslint-plugin": "^7.0.1",
|
"@typescript-eslint/eslint-plugin": "^7.0.1",
|
||||||
"@typescript-eslint/parser": "^7.0.1",
|
"@typescript-eslint/parser": "^7.0.1",
|
||||||
@ -55,6 +55,7 @@
|
|||||||
"ts-loader": "^9.5.1",
|
"ts-loader": "^9.5.1",
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
"vuepress": "^2.0.0-rc.0",
|
"vuepress": "^2.0.0-rc.0",
|
||||||
|
"vuepress-plugin-search-pro": "^2.0.0-rc.25",
|
||||||
"vuepress-theme-hope": "^2.0.0-rc.25"
|
"vuepress-theme-hope": "^2.0.0-rc.25"
|
||||||
},
|
},
|
||||||
"cypress-cucumber-preprocessor": {
|
"cypress-cucumber-preprocessor": {
|
||||||
@ -68,9 +69,5 @@
|
|||||||
"enabled": true,
|
"enabled": true,
|
||||||
"output": "cypress/reports/messages/cucumber-messages.ndjson"
|
"output": "cypress/reports/messages/cucumber-messages.ndjson"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"@vuepress/theme-default": "^2.0.0-rc.15",
|
|
||||||
"vuepress-plugin-search-pro": "^2.0.0-rc.25"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user