chore: added devdependencies, fixed exports

This commit is contained in:
Daniel Ledda
2022-05-28 13:30:22 +02:00
parent 5b8290ccdd
commit 2680d16a5d
4 changed files with 59 additions and 10 deletions

View File

@@ -5,5 +5,20 @@
"author": "Daniel Ledda <dan.j.ledda@gmail.com>",
"license": "MIT",
"main": "index.ts",
"keywords": ["ui", "jsx", "typescript", "ts", "framework", "web", "front-end", "user interface", "hypertext", "component"]
"keywords": [
"ui",
"jsx",
"typescript",
"ts",
"framework",
"web",
"front-end",
"user interface",
"hypertext",
"component"
],
"devDependencies": {
"vite": "^2.9.9",
"typescript": "^4.7.2"
}
}