aboutsummaryrefslogtreecommitdiff
path: root/docker/crupest-nginx/sites/www/package.json
blob: fbd0fb93049e0c602dc36dc4064c6f9f30b58151 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "crupest-root",
  "private": true,
  "version": "0.1.0",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview"
  },
  "devDependencies": {
    "vite": "^3.2.4"
  }
}