1 Star 0 Fork 1

zhang-yong-qiang/ICG-WebGL

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 3.25 KB
一键复制 编辑 原始数据 按行查看 历史
dependabot[bot] 提交于 2021-03-02 04:20 +08:00 . Bump three from 0.104.0 to 0.125.0
{
"name": "icg-webgl",
"version": "0.1.0",
"description": "交互式计算机图形学——基于WebGL的自顶向下方法(第七版)的例子与练习题",
"main": "src/index.js",
"scripts": {
"start": "webpack-dev-server --watch-poll",
"glsl": "webpack-dev-server --watch-poll --env.server=glsl",
"misc": "webpack-dev-server --watch-poll --env.server=misc",
"chapter1": "webpack-dev-server --watch-poll --env.server=chapter01",
"chapter2": "webpack-dev-server --watch-poll --env.server=chapter02",
"chapter3": "webpack-dev-server --watch-poll --env.server=chapter03",
"chapter4": "webpack-dev-server --watch-poll --env.server=chapter04",
"chapter5": "webpack-dev-server --watch-poll --env.server=chapter05",
"chapter6": "webpack-dev-server --watch-poll --env.server=chapter06",
"chapter7": "webpack-dev-server --watch-poll --env.server=chapter07",
"chapter8": "webpack-dev-server --watch-poll --env.server=chapter08",
"chapter9": "webpack-dev-server --watch-poll --env.server=chapter09",
"chapter01": "webpack-dev-server --watch-poll --env.server=chapter01",
"chapter02": "webpack-dev-server --watch-poll --env.server=chapter02",
"chapter03": "webpack-dev-server --watch-poll --env.server=chapter03",
"chapter04": "webpack-dev-server --watch-poll --env.server=chapter04",
"chapter05": "webpack-dev-server --watch-poll --env.server=chapter05",
"chapter06": "webpack-dev-server --watch-poll --env.server=chapter06",
"chapter07": "webpack-dev-server --watch-poll --env.server=chapter07",
"chapter08": "webpack-dev-server --watch-poll --env.server=chapter08",
"chapter09": "webpack-dev-server --watch-poll --env.server=chapter09",
"chapter10": "webpack-dev-server --watch-poll --env.server=chapter10",
"chapter11": "webpack-dev-server --watch-poll --env.server=chapter11",
"chapter12": "webpack-dev-server --watch-poll --env.server=chapter12",
"build": "rm -rf docs && node ./scripts/build.js && echo 'webgl.group' > docs/CNAME",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "akira-cn",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"@babel/register": "^7.0.0",
"@babel/runtime": "^7.2.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"babel-plugin-transform-gl-matrix": "^0.6.0",
"bound-points": "^1.0.0",
"color-string": "^1.5.3",
"css-loader": "^2.1.0",
"eslint": "^5.12.0",
"eslint-config-sprite": "^1.0.6",
"eslint-plugin-html": "^5.0.0",
"extrude-polyline": "^1.0.6",
"gl-matrix": "^3.0.0",
"gl-renderer": "^0.3.2",
"glsl-shader-loader": "^0.1.6",
"html-webpack-plugin": "^3.2.0",
"normalize-path-scale": "^2.0.0",
"open-browser-webpack-plugin": "^0.0.5",
"parse-svg-path": "^0.1.2",
"simplify-path": "^1.1.0",
"style-loader": "^0.23.1",
"svg-mesh-3d": "^1.1.0",
"svg-path-contours": "^2.0.0",
"three": "^0.125.0",
"three.meshline": "^1.2.0",
"webpack": "^4.28.3",
"webpack-cli": "^3.2.0",
"webpack-dev-server": "^3.1.14"
},
"dependencies": {}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhang-yong-qiang/ICG-WebGL.git
git@gitee.com:zhang-yong-qiang/ICG-WebGL.git
zhang-yong-qiang
ICG-WebGL
ICG-WebGL
master

搜索帮助