create basic radial menu

This commit is contained in:
evanpelle
2024-09-26 16:24:58 -07:00
parent e5bcdb986f
commit 851e12613a
10 changed files with 1055 additions and 92 deletions
+5
View File
@@ -16,6 +16,7 @@
"@babel/preset-env": "^7.25.3",
"@babel/preset-typescript": "^7.24.7",
"@types/chai": "^4.3.17",
"@types/d3": "^7.4.3",
"@types/jest": "^29.5.12",
"@types/mocha": "^10.0.7",
"@types/node": "^22.5.2",
@@ -55,9 +56,11 @@
"@types/google-protobuf": "^3.15.12",
"@types/jimp": "^0.2.28",
"@types/msgpack5": "^3.4.6",
"@types/raphael": "^2.3.9",
"binary-loader": "^0.0.1",
"colord": "^2.9.3",
"crypto": "^1.0.1",
"d3": "^7.9.0",
"express": "^4.19.2",
"google-auth-library": "^9.14.0",
"googleapis": "^143.0.0",
@@ -68,8 +71,10 @@
"priority-queue-typescript": "^1.0.1",
"protobufjs": "^7.3.2",
"pureimage": "^0.4.13",
"raphael": "^2.3.0",
"typia": "^6.5.2",
"uuid": "^10.0.0",
"wheelnav": "^1.7.1",
"ws": "^8.18.0",
"zod": "^3.23.8"
},