CADViewComponent/package.json
谢凡 49a327cbee 手机端移动与拖动优化,调试环境优化 (#2)
Co-authored-by: xief <1789784602@qq.com>
Reviewed-on: #2
2025-04-07 16:18:41 +08:00

35 lines
955 B
JSON

{
"name": "cadview",
"version": "1.1.9",
"description": "",
"main": "src/index.ts",
"private": true,
"scripts": {
"dev": "vite --host",
"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"
},
"packageManager": "pnpm@9.1.1+sha1.09ada6cd05003e0ced25fb716f9fda4063ec2e3b"
}