1 Star 0 Fork 1

feng3d / examples

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.16 KB
一键复制 编辑 原始数据 按行查看 历史
feng 提交于 2022-12-26 06:53 . 使用 eslint 格式化
{
"name": "feng3d-examples",
"version": "0.7.0",
"description": "feng3d引擎示例",
"main": "index.html",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"clean": "rimraf dist",
"lint": "eslint --ext .js --ext .ts src --ignore-path .gitignore --max-warnings 0",
"lintfix": "npm run lint -- --fix"
},
"repository": {
"type": "git",
"url": "https://jihulab.com/feng3d/examples.git"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"keywords": [
"feng3d",
"examples",
"webgl",
"3dEngine"
],
"author": "feng",
"license": "ISC",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.17.0",
"@typescript-eslint/parser": "5.17.0",
"@types/opentype.js": "^1.3.4",
"@types/stats.js": "^0.17.0",
"eslint": "8.12.0",
"copyfiles": "^2.4.1",
"fast-glob": "^3.2.12",
"fs-extra": "^10.1.0",
"rimraf": "3.0.2",
"typescript": "4.8.4",
"vite": "^3.0.7"
},
"dependencies": {
"feng3d": "^0.7.6",
"lil-gui": "^0.17.0",
"opentype.js": "^1.3.4",
"stats.js": "^0.17.0",
"three": "^0.143.0"
}
}
1
https://gitee.com/feng3d/examples.git
git@gitee.com:feng3d/examples.git
feng3d
examples
examples
master

搜索帮助