26 lines
717 B
JSON
26 lines
717 B
JSON
{
|
|
"name": "@deep/engine",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "src/DeepEngine.es.js",
|
|
"types": "./types/index.d.ts",
|
|
"dependencies": {
|
|
"camera-controls": "^3.1.2",
|
|
"emittery": "^2.0.0",
|
|
"lodash-es": "^4.18.1",
|
|
"simplex-noise": "^4.0.3",
|
|
"three": "catalog:",
|
|
"three-bvh-csg": "^0.0.18",
|
|
"three-is": "workspace:*",
|
|
"three-mesh-bvh": "^0.9.9"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/node": "catalog:",
|
|
"@types/three": "catalog:",
|
|
"@vue/tsconfig": "^0.9.1",
|
|
"html2canvas": "^1.4.1",
|
|
"typescript": "catalog:",
|
|
"vite": "catalog:"
|
|
}
|
|
} |