32 lines
834 B
JSON
32 lines
834 B
JSON
{
|
|
"name": "@speckle/preview-frontend",
|
|
"description": "Webapp to Generate PNG previews of Speckle objects",
|
|
"private": true,
|
|
"homepage": "https://speckle.systems",
|
|
"type": "module",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/specklesystems/speckle-server.git",
|
|
"directory": "packages/preview-frontend"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "yarn lint:tsc && yarn lint:eslint",
|
|
"lint:tsc": "tsc --noEmit",
|
|
"lint:eslint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"@speckle/shared": "workspace:^",
|
|
"@speckle/viewer": "2.25.7"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^9.4.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"typescript": "^5.7.2",
|
|
"typescript-eslint": "^7.12.0",
|
|
"vite": "^6.3.6"
|
|
}
|
|
}
|