summaryrefslogtreecommitdiff
path: root/2026/games_submissions/gbjk/src/package.json
blob: a5e96568675f6b72df46a6b0f441296f1e482fb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "tortis",
  "private": true,
  "version": "0.0.0",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "preview": "vite preview"
  },
  "devDependencies": {
    "typescript": "6.0.2",
    "vite": "8.0.12",
    "vite-plugin-singlefile": "2.3.3"
  }
}