mirror of
https://github.com/dataforcanada/d4c-community.git
synced 2026-06-13 14:10:52 +02:00
16 lines
428 B
JSON
16 lines
428 B
JSON
{
|
|
"name": "2026-04-10-canadian-open-data-society",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "slidev build --base /d4c-community/presentations/2026-04-10-canadian-open-data-society/",
|
|
"dev": "slidev --open",
|
|
"export": "slidev export"
|
|
},
|
|
"dependencies": {
|
|
"@slidev/cli": "^52.14.2",
|
|
"@slidev/theme-default": "latest",
|
|
"@slidev/theme-seriph": "latest",
|
|
"vue": "^3.5.29"
|
|
}
|
|
} |