bringing-background-workers.../package.json

17 lines
440 B
JSON
Raw Permalink Normal View History

2024-04-19 11:31:54 +01:00
{
2024-08-29 22:30:17 +01:00
"name": "bringing-background-workers-to-django",
2024-04-19 11:31:54 +01:00
"type": "module",
"private": true,
"scripts": {
2024-08-29 22:30:17 +01:00
"build": "slidev build --dark --download --base /dls24-bringing-background-workers-to-django/",
2024-05-17 11:22:30 +01:00
"start": "slidev"
2024-04-19 11:31:54 +01:00
},
"dependencies": {
"@iconify-json/logos": "^1.1.42",
"@iconify-json/mdi": "^1.1.66",
"@slidev/cli": "^0.48.8",
"@slidev/theme-default": "latest",
2024-06-01 20:19:45 +01:00
"playwright-chromium": "^1.44.0"
2024-04-19 11:31:54 +01:00
}
}