Files
speckle-server/packages/viewer-sandbox/package.json
T

38 lines
1.0 KiB
JSON

{
"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:eslint": "eslint . --ext .js,.ts",
"lint:tsc": "tsc --noEmit",
"lint": "yarn lint:eslint && yarn lint:tsc",
"wrangler": "wrangler"
},
"dependencies": {
"@speckle/viewer": "workspace:^",
"tweakpane": "^3.0.8"
},
"devDependencies": {
"@tweakpane/core": "^1.0.9",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"typescript": "^4.5.4",
"vite": "^5.0.12",
"wrangler": "^3.51.2"
}
}