first commit

This commit is contained in:
2026-02-23 16:25:54 +08:00
commit 328786d9e1
78 changed files with 20840 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
{
"name": "hs-web3d-core",
"version": "1.0.7",
"description": "web端3D可视化开发sdk 对接ue引擎",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c",
"example": "cd example && live-server",
"prepublish": "rollup -c",
"serve": "cross-env ENV=development rollup -c -w",
"doc": "npx typedoc"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@types/events": "^3.0.0",
"@types/socket.io-client": "^3.0.0",
"@types/uuid": "^9.0.1",
"cross-env": "^7.0.3",
"rollup": "^2.79.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-polyfill-node": "^0.12.0",
"rollup-plugin-serve": "^2.0.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-ts": "^3.2.0",
"socket.io-client": "^4.6.1",
"typedoc": "^0.24.7",
"typescript": "^4.9.5",
"uuid": "^9.0.0",
"websocket": "^1.0.34"
},
"dependencies": {
"md5-ts": "^0.1.6"
},
"directories": {
"example": "example"
}
}