StorymapperArrow fixed

This commit is contained in:
Tomas Richtar
2025-03-28 20:55:10 +01:00
parent 2e67a699fb
commit ab2b2a6956
10 changed files with 3395 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "storymapperarrow",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"vite": "^6.2.0",
"athena-utils": "git+https://git.projectathena.ca/andyaxxe/athena-utils.git"
}
}