aboutsummaryrefslogtreecommitdiff
path: root/docker/nginx/sites/www/package.json
blob: c5c5d4fb64d92a5f6300eb16d51fb34271b43a71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "crupest-www",
  "private": true,
  "version": "0.1.0",
  "source": "index.html",
  "scripts": {
    "start": "parcel",
    "build": "tsc && parcel build"
  },
  "devDependencies": {
    "@tsconfig/recommended": "^1.0.8",
    "@types/parcel-env": "^0.0.8",
    "parcel": "^2.13.3",
    "prettier": "^3.4.2",
    "typescript": "^5.7.3"
  }
}