aboutsummaryrefslogtreecommitdiff
path: root/docker/crupest-nginx/sites/www/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'docker/crupest-nginx/sites/www/package.json')
-rw-r--r--docker/crupest-nginx/sites/www/package.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/docker/crupest-nginx/sites/www/package.json b/docker/crupest-nginx/sites/www/package.json
index 29d2d78..6927dfa 100644
--- a/docker/crupest-nginx/sites/www/package.json
+++ b/docker/crupest-nginx/sites/www/package.json
@@ -5,9 +5,13 @@
"source": "index.html",
"scripts": {
"start": "parcel",
- "build": "parcel build"
+ "build": "tsc && parcel build"
},
"devDependencies": {
- "parcel": "latest"
+ "@tsconfig/recommended": "^1.0.2",
+ "@types/parcel-env": "^0.0.1",
+ "parcel": "latest",
+ "prettier": "3.0.0",
+ "typescript": "^5.1.6"
}
} \ No newline at end of file