{ "name": "@speckle/viewer-sandbox", "private": true, "version": "2.5.4", "description": "Sandbox for testing, debugging & developing the viewer package", "homepage": "https://speckle.systems", "repository": { "type": "git", "url": "https://github.com/specklesystems/speckle-server.git", "directory": "packages/viewer" }, "author": "AEC Systems", "license": "Apache-2.0", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "lint:js": "eslint .", "lint:tsc": "tsc --noEmit", "lint": "yarn lint:js && yarn lint:ts", "lint:ci": "yarn lint:tsc", "wrangler": "wrangler" }, "dependencies": { "@speckle/viewer": "workspace:^", "tweakpane": "^3.0.8" }, "devDependencies": { "@tweakpane/core": "^1.0.9", "@typescript-eslint/eslint-plugin": "^7.12.0", "@typescript-eslint/parser": "^7.12.0", "eslint": "^9.4.0", "eslint-config-prettier": "^9.1.0", "typescript": "^4.5.4", "vite": "^5.0.12", "wrangler": "^3.51.2" } }