aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: aac25a153f1d639d81600f8dbbe477c9eeac57a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "1942",
  "private": false,
  "version": "0.0.1",
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "preview": "vite preview"
  },
  "devDependencies": {
    "typescript": "^4.5.4",
    "vite": "^2.9.2"
  }
}