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