16 lines
330 B
JSON
16 lines
330 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#storymap"
|
|
}
|
|
}
|