Initial commit

This commit is contained in:
heyarne 2022-01-14 14:21:57 +01:00
commit b1338541c4
14 changed files with 1401 additions and 0 deletions

16
package.json Normal file
View file

@ -0,0 +1,16 @@
{
"name": "vite-project",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"typescript": "^4.4.4",
"vite": "^2.7.2"
},
"dependencies": {
"@thi.ng/hdom": "^9.1.4"
}
}