aboutsummaryrefslogtreecommitdiff
path: root/compat/lustre_animation/package.json
blob: a0831d31c3f2af1fab310c6fdfa4751230eb9f03 (plain)
1
2
3
4
5
6
7
8
9
{
  "scripts": {
    "dev": "gleam build && vite",
    "build": "gleam build && vite build"
  },
  "devDependencies": {
    "vite": "^4.4.9"
  }
}