1 Star 0 Fork 100

utrustme/vis-three

forked from Shiotsuki/vis-three 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
Shiotsuki 提交于 2024-06-23 16:02 . feat:0.7.0 core and root
{
"name": "vis-three",
"private": true,
"version": "0.7.0",
"description": "A web 3D development framework for assembled based on three.js",
"main": "index.js",
"packageManager": "pnpm@7.17.0",
"type": "module",
"scripts": {
"dev:examples": "pnpm run -C packages/examples dev",
"dev:docs": "pnpm run -C packages/docs dev",
"dev:website": "pnpm run -C packages/website dev",
"build": "tsc -p ./tsconfig.json",
"build:examples": "pnpm run -C packages/examples build",
"build:docs": "pnpm run -C packages/docs build",
"build:website": "pnpm run -C packages/website build"
},
"devDependencies": {
"@types/node": "^18.11.12",
"@types/three": "^0.165.0",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.6.2",
"three": "^0.165.0",
"typescript": "^5.2.2",
"vite": "^5.3.1"
},
"engines": {
"node": "^18.0.0 || >=20.0.0"
},
"dependencies": {
"@vis-three/core": "workspace:^"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/utrustme/vis-three.git
git@gitee.com:utrustme/vis-three.git
utrustme
vis-three
vis-three
main

搜索帮助