1
Fork 1
empowering-django-with-back.../package.json
Jake Howard 5bc51d9a3b
All checks were successful
/ build (push) Successful in 1m40s
Use images for QR codes
These actually work
2024-06-01 17:57:14 +01:00

17 lines
413 B
JSON

{
"name": "empowering-django-with-background-workers",
"type": "module",
"private": true,
"scripts": {
"build": "slidev build --dark --download",
"start": "slidev"
},
"dependencies": {
"@iconify-json/logos": "^1.1.42",
"@iconify-json/mdi": "^1.1.66",
"@slidev/cli": "^0.48.8",
"@slidev/theme-default": "latest",
"playwright-chromium": "^1.44.0",
"vue": "^3.4.21"
}
}