4 Star 52 Fork 9

Codesigner/open-world

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.30 KB
一键复制 编辑 原始数据 按行查看 历史
Codesigner 提交于 2024-01-14 21:59 . webpack配置
{
"name": "sketchbook",
"version": "0.4.0",
"description": "3D playground built on three.js and cannon.js",
"keywords": [
"3d",
"threejs",
"cannonjs",
"game",
"engine",
"typescript",
"sketchbook"
],
"main": "build/sketchbook.min.js",
"types": "build/types/sketchbook.d.ts",
"scripts": {
"dev": "webpack-dev-server --config webpack.dev.js",
"build": "webpack --config webpack.prod.js"
},
"repository": {
"type": "git",
"url": "https://github.com/swift502/Sketchbook.git"
},
"author": "swift502 <blaha.j502@gmail.com> (http://jblaha.art/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/swift502/Sketchbook/issues"
},
"homepage": "https://github.com/swift502/Sketchbook",
"devDependencies": {
"@types/jquery": "^3.5.5",
"@types/lodash": "^4.14.168",
"css-loader": "^3.6.0",
"style-loader": "^1.3.0",
"ts-loader": "^6.2.2",
"typescript": "^3.9.9",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"file-loader": "^6.2.0",
"gsap": "^3.11.3",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"sweetalert2": "^9.17.2",
"three": "0.113.0",
"three-csm": "1.0.2",
"webpack-encoding-plugin": "^0.3.1"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/guJyang/open-world.git
git@gitee.com:guJyang/open-world.git
guJyang
open-world
open-world
master

搜索帮助