加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 929 Bytes
一键复制 编辑 原始数据 按行查看 历史
刘宏斌 提交于 2023-08-08 22:08 . 加入噪音背景
{
"name": "staratlas",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tweenjs/tween.js": "^20.0.3",
"@types/dat.gui": "^0.7.9",
"@types/node": "18.15.11",
"@types/react": "18.0.31",
"@types/react-dom": "18.0.11",
"@types/stats.js": "^0.17.0",
"@types/styled-components": "^5.1.26",
"@types/three": "^0.152.0",
"dat.gui": "^0.7.9",
"eslint": "8.37.0",
"eslint-config-next": "13.2.4",
"file-loader": "^6.2.0",
"gsap": "^3.12.1",
"next": "13.2.4",
"next-seo": "^5.15.0",
"path-browserify": "^1.0.1",
"postprocessing": "^6.32.2",
"raw-loader": "^4.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"stats.js": "^0.17.0",
"styled-components": "^5.3.6",
"three": "^0.152.2",
"typescript": "5.0.2"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化