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 | ef93da5b957dcfd75ac6c820ee35461399b58324 (patch) | |
tree | 4b48a597d23efd757623ae415d658a134ff75a45 /docker/crupest-nginx/sites/www/package.json | |
parent | 4dfe8bdbb6405eede0eda2422417d9353ddf7747 (diff) | |
download | crupest-ef93da5b957dcfd75ac6c820ee35461399b58324.tar.gz crupest-ef93da5b957dcfd75ac6c820ee35461399b58324.tar.bz2 crupest-ef93da5b957dcfd75ac6c820ee35461399b58324.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 |