19 lines
628 B
JSON
19 lines
628 B
JSON
{
|
|
"name": "vbv_lernwelt_cypress",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"cypress:open": "cypress open",
|
|
"cypress:run": "cypress run",
|
|
"cypress:ci": "cypress run --config baseUrl=http://localhost:8001",
|
|
"cypress:ci:open": "cypress open --config baseUrl=http://localhost:8001",
|
|
"tailwind": "tailwindcss -i ./tailwind/input.css -o ./server/vbv_lernwelt/static/css/tailwind.css --watch"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.2",
|
|
"@tailwindcss/typography": "^0.5.2",
|
|
"cypress": "^9.4.1",
|
|
"tailwindcss": "^3.0.24"
|
|
}
|
|
}
|