aboutsummaryrefslogtreecommitdiff
path: root/docker/crupest-nginx/sites/www/package.json
blob: 6927dfaebfc55a48010a30145f2ad08e19ad2a3f (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.2",
    "@types/parcel-env": "^0.0.1",
    "parcel": "latest",
    "prettier": "3.0.0",
    "typescript": "^5.1.6"
  }
}