diff options
author | crupest <crupest@outlook.com> | 2023-07-19 01:37:02 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-07-19 01:37:02 +0800 |
commit | bf3f4fcef32940991bf8f7a1d896d10653012339 (patch) | |
tree | 4b48a597d23efd757623ae415d658a134ff75a45 /docker/crupest-nginx/sites/www/package.json | |
parent | 2197b07482b3500fdb87db579e7d538be17942c6 (diff) | |
download | crupest-bf3f4fcef32940991bf8f7a1d896d10653012339.tar.gz crupest-bf3f4fcef32940991bf8f7a1d896d10653012339.tar.bz2 crupest-bf3f4fcef32940991bf8f7a1d896d10653012339.zip |
A lot prettier.
Diffstat (limited to 'docker/crupest-nginx/sites/www/package.json')
-rw-r--r-- | docker/crupest-nginx/sites/www/package.json | 8 |
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 |