Initial commit

This commit is contained in:
2024-01-02 12:32:17 +01:00
commit 39065a5bac
18 changed files with 3132 additions and 0 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "oop-heimdall",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@types/reveal.js": "^4.4.8",
"path": "^0.12.7",
"sass": "^1.69.6",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vite-plugin-handlebars": "^1.6.0"
},
"dependencies": {
"reveal.js": "^5.0.4"
}
}