Files
speckle-server/packages/viewer-sandbox/package.json
T
Kristaps Fabians Geikins 6b6c6b3bfa chore: updating various dependencies (#1774)
* chore: updating nuxt & apollo client

* global tsc update
2023-08-25 14:31:08 +03:00

36 lines
991 B
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"
},
"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": "^3.2.7"
}
}