From 3175a81e93b717fc203aa5b52d161564e7fb8a78 Mon Sep 17 00:00:00 2001 From: Lucas Dower Date: Thu, 31 Mar 2022 18:00:33 +0100 Subject: [PATCH] Added fast build --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index a0c8c05..b20ff74 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "lint": "eslint --fix ./src/**/*.ts && eslint --fix ./tools/**/*.ts", "debug": "tsc && electron ./dist/src/main.js --enable-logging", "build": "npm run lint && tsc", + "fast-build": "tsc", "test": "jest --config jestconfig.json", "start": "npm run build && electron ./dist/src/main.js --enable-logging", "atlas": "node ./dist/tools/build-atlas.js", @@ -50,6 +51,8 @@ "typescript": "^4.3.5" }, "dependencies": { + "bvh": "^0.5.0", + "bvh-tree": "^1.0.1", "color-convert": "^2.0.1", "jpeg-js": "^0.4.3", "pngjs": "^6.0.0",