You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CADViewComponent/package.json

34 lines
866 B

{
"name": "cadview",
"version": "1.1.9",
"description": "",
"main": "src/index.ts",
"private": true,
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "http://git.cf/cx/CADViewComponent.git"
},
"author": "cx",
"license": "ISC",
"devDependencies": {
"@types/node": "^13.13.52",
"@types/three": "^0.103.2",
"typescript": "^5.0.2",
"vite": "^4.4.5"
},
"dependencies": {
"@jscad/modeling": "^2.11.0",
"flatbush": "^3.3.0",
"three": "npm:three-cf@0.122.5",
"js-angusj-clipper": "^1.2.1",
"polylabel": "^1.1.0",
"xaop": "^2.0.0",
"webcad_ue4_api": "http://gitea.cf/cx/webcad-ue4-api/archive/3.2.4.tar.gz"
}
}