feat: add Toolbox component and Tool icons

This commit is contained in:
Stefan Imhoff
2023-04-30 18:21:23 +02:00
parent a9a28de5e2
commit 5bfe06dc4b
41 changed files with 867 additions and 67 deletions

View File

@@ -12,6 +12,7 @@
"prepare": "husky install"
},
"dependencies": {
"@astrojs/image": "^0.16.6",
"@astrojs/mdx": "^0.16.0",
"@astrojs/preact": "^2.1.0",
"@astrojs/svelte": "^2.0.1",
@@ -22,6 +23,7 @@
"classnames": "^2.3.2",
"postcss": "^8.4.21",
"preact": "^10.6.5",
"sharp": "^0.31.3",
"svelte": "^3.54.0",
"tailwindcss": "^3.0.24"
},