1 Star 0 Fork 321

龙哥Oo/ShadowEditor

forked from 超腾开源/ShadowEditor 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1020 Bytes
一键复制 编辑 原始数据 按行查看 历史
超腾开源 提交于 2019-03-10 16:43 . 开始开发v0.1.7。
{
"name": "shadoweditor",
"version": "0.1.7",
"private": true,
"description": "3D Editor with three.js.",
"dependencies": {
"d3-dispatch": "^1.0.3"
},
"devDependencies": {
"rollup": "^0.59.2",
"rollup-plugin-copy": "^0.2.3",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-postcss": "^1.6.2"
},
"scripts": {
"build": "rollup -c ShadowEditor.Web/rollup.config.js",
"build-docs": "gitbook build docs-dev",
"test": "rollup -c ShadowEditor.Web/test/unit/rollup.config.js",
"clear": "npm prune"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/tengge1/ShadowEditor.git"
},
"keywords": [
"shadoweditor",
"3d",
"editor",
"three.js"
],
"author": "tengge",
"license": "MIT",
"bugs": {
"url": "https://github.com/tengge1/ShadowEditor/issues"
},
"homepage": "https://github.com/tengge1/ShadowEditor"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/dragon8/ShadowEditor.git
[email protected]:dragon8/ShadowEditor.git
dragon8
ShadowEditor
ShadowEditor
master

搜索帮助