83d8035dc2
* root + server * frontend * frontend-2 * dui3 * dui3 * tailwind theme * ui-components * preview service * viewer * viewer-sandbox * fileimport-service * webhook service * objectloader * shared * ui-components-nuxt * WIP full config * WIP full linter * eslint projectwide util * minor fix * removing redundant ci * clean up test errors * fixed prettier formatting * CI improvements * TSC lint fix * 'buildBatch' needs to be async since some batch types (like Text) require it. Removed a disabled liniting rule from ObjLoader * removed unnecessary void --------- Co-authored-by: AlexandruPopovici <alexandrupopoviciioan@gmail.com>
39 lines
1.0 KiB
JSON
39 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: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"
|
|
}
|
|
}
|