ed005f8e89
* build(deps-dev): bump vite from 2.9.8 to 2.9.13 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.8 to 2.9.13. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v2.9.13/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * Bumps viewer-sandbox vite to match frontend version * It was complaining about some html tags thing. Fixed it --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Iain Sproat <68657+iainsproat@users.noreply.github.com> Co-authored-by: AlexandruPopovici <alexandrupopoviciioan@gmail.com>
35 lines
935 B
JSON
35 lines
935 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 . --ext .js,.ts",
|
|
"lint:tsc": "tsc --noEmit"
|
|
},
|
|
"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.1.0"
|
|
}
|
|
}
|