Files
automatic-coding-intro/package.json
T
2026-03-31 18:48:40 +02:00

16 lines
257 B
JSON

{
"name": "automatic-coding-intro",
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"reveal.js": "^5.1.0"
},
"devDependencies": {
"vite": "^5.0.0"
}
}