StorymapperArrow/package.json
2025-03-28 20:55:10 +01:00

16 lines
321 B
JSON

{
"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"
}
}