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