1 Star 0 Fork 0

study-three-js/React18VRHouseViewing

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 808 Bytes
一键复制 编辑 原始数据 按行查看 历史
阿巴阿巴 提交于 2023-05-19 16:35 . 图片加载
{
"name": "house-viewing",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/three": "^0.152.0",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"three": "^0.152.2",
"typescript": "^5.0.2",
"vite": "^4.3.2"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/study-three-js/React18VRHouseViewing.git
git@gitee.com:study-three-js/React18VRHouseViewing.git
study-three-js
React18VRHouseViewing
React18VRHouseViewing
main

搜索帮助