refactor: remove token and token-viewer components
Remove the `md-token` and `md-token-viewer` components along with their associated 3D generation and image tracing utilities. Update documentation and project metadata to reflect these changes and rename the project title to "Tabletop Tools".
This commit is contained in:
+3
-6
@@ -1,10 +1,11 @@
|
||||
{
|
||||
"name": "ttrpg-tools",
|
||||
"version": "0.0.1",
|
||||
"description": "A TTRPG toolbox based on solid.js and rsbuild",
|
||||
"description": "A tabletop RPG toolbox based on solid.js and rsbuild",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"ttrpg": "./dist/cli/index.js"
|
||||
"ttrpg": "./dist/cli/index.js",
|
||||
"ttt": "./dist/cli/index.js"
|
||||
},
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.js",
|
||||
@@ -35,7 +36,6 @@
|
||||
"@modelcontextprotocol/sdk": "^0.5.0",
|
||||
"@solidjs/router": "^0.15.0",
|
||||
"@thisbeyond/solid-dnd": "^0.7.5",
|
||||
"@types/three": "^0.183.1",
|
||||
"aedes": "^1.1.1",
|
||||
"chokidar": "^5.0.0",
|
||||
"commander": "^14.0.3",
|
||||
@@ -50,15 +50,12 @@
|
||||
"mqtt": "^5.15.1",
|
||||
"solid-element": "^1.9.1",
|
||||
"solid-js": "^1.9.3",
|
||||
"three": "^0.183.2",
|
||||
"three-3mf-exporter": "^45.1.0",
|
||||
"uuid": "^14.0.1",
|
||||
"ws": "^8.21.0",
|
||||
"yarn-spinner-loader": "^0.1.0",
|
||||
"zod": "^4.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@image-tracer-ts/core": "^1.0.2",
|
||||
"@rsbuild/core": "^1.1.8",
|
||||
"@rsbuild/plugin-babel": "^1.1.0",
|
||||
"@rsbuild/plugin-solid": "^1.1.0",
|
||||
|
||||
Reference in New Issue
Block a user