975f0e1a51
* feat(objectloader2): Made objectloader2 to be faster! --------- Co-authored-by: AlexandruPopovici <alexandrupopoviciioan@gmail.com> Co-authored-by: Kristaps Fabians Geikins <fabis94@live.com> Co-authored-by: Iain Sproat <68657+iainsproat@users.noreply.github.com>
40 lines
1.1 KiB
JSON
40 lines
1.1 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:js": "eslint .",
|
|
"lint:tsc": "tsc --noEmit",
|
|
"lint": "yarn lint:js && yarn lint:ts",
|
|
"lint:ci": "yarn lint:tsc",
|
|
"wrangler": "wrangler"
|
|
},
|
|
"dependencies": {
|
|
"@speckle/objectloader2": "workspace:^",
|
|
"@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"
|
|
}
|
|
}
|