aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authordavidpkj <davidpenkow1@gmail.com>2022-12-13 15:00:42 +0100
committerdavidpkj <davidpenkow1@gmail.com>2022-12-13 15:00:42 +0100
commitb9cb4c2b4b7323f8df8fa87023c41ce8abfff9ae (patch)
tree2b618d2a817945db0bd180f56b4acac5460e87cd /package.json
Initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..a07702e
--- /dev/null
+++ b/package.json
@@ -0,0 +1,20 @@
+{
+ "name": "nakagin-capsule-tower-webviewer",
+ "version": "1.0.0",
+ "description": "A hobby project of recreating the Nakagin Capsule Tower as a 3D model to be viewed in the browser",
+ "scripts": {
+ "build": "webpack"
+ },
+ "author": "David Penkowoj",
+ "license": "BSD-2-Clause",
+ "devDependencies": {
+ "@types/cannon": "^0.1.5",
+ "@types/three": "^0.127.0",
+ "ts-loader": "^8.1.0",
+ "webpack": "^5.30.0",
+ "webpack-cli": "^4.6.0"
+ },
+ "dependencies": {
+ "three": "^0.127.0"
+ }
+}