aboutsummaryrefslogtreecommitdiff
path: root/docker/crupest-nginx/sites/www/package.json
blob: c42bb29aa009a6dd6b47962f3f4cfe8c90ce49d6 (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.7",
    "@types/parcel-env": "^0.0.6",
    "parcel": "^2.12.0",
    "prettier": "^3.3.3",
    "typescript": "^5.5.4"
  }
}