1 Star 0 Fork 27

双眼皮男孩/character-simulator

forked from steve/character-simulator 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
chensiyi 提交于 2023-08-15 11:15 . chore(package.json): update version
{
"name": "character-simulator",
"version": "1.0.2",
"private": true,
"description": "A character simulator built on three.js",
"keywords": [
"3d",
"threejs",
"game",
"character-control",
"typescript",
"vue3"
],
"license": "MIT",
"author": "Steve245270533",
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"mitt": "^3.0.1",
"nes-vue": "^1.6.10",
"nes.css": "^2.3.0",
"three": "^0.155.0",
"three-mesh-bvh": "^0.6.3",
"vue": "^3.3.4"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.2",
"@tsconfig/node18": "^18.2.0",
"@types/node": "^18.17.0",
"@types/three": "^0.155.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/tsconfig": "^0.4.0",
"eslint": "^8.45.0",
"eslint-plugin-vue": "^9.15.1",
"npm-run-all": "^4.1.5",
"typescript": "~5.1.6",
"vite": "^4.4.6",
"vue-tsc": "^1.8.6"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/q1357199155/character-simulator.git
git@gitee.com:q1357199155/character-simulator.git
q1357199155
character-simulator
character-simulator
master

搜索帮助