Files
SCM-Manager/scm-ui/e2e-tests/package.json
Konstantin Schaper 27dbcbf28d Integrate tailwind css and create new button library (#2098)
Introduce tailwind as new frontend styling library to replace bulma in the longer run. Also create the first new ui library `ui-buttons` which will be the new standard for buttons ins SCM-Manager. In this library we reconsidered which types of buttons should be used to create a clean and consistent ui.

Co-authored-by: Eduard Heimbuch <eduard.heimbuch@cloudogu.com>
2022-08-02 08:39:37 +02:00

30 lines
803 B
JSON

{
"name": "@scm-manager/e2e-tests",
"version": "2.37.3-SNAPSHOT",
"description": "End to end Tests for SCM-Manager",
"main": "index.js",
"author": "Eduard Heimbuch <eduard.heimbuch@cloudogu.com>",
"license": "MIT",
"private": false,
"scripts": {
"headless": "cypress run",
"ci": "integration-test-runner run -u scmadmin -p scmadmin -O ../build/target/ -d ./",
"lint": "eslint src"
},
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.0.20",
"@scm-manager/integration-test-runner": "^3.3.0",
"fluent-ffmpeg": "^2.1.2"
},
"devDependencies": {
"@scm-manager/eslint-config": "^2.16.0"
},
"prettier": "@scm-manager/prettier-config",
"eslintConfig": {
"extends": "@scm-manager/eslint-config"
},
"publishConfig": {
"access": "public"
}
}