/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/with-three-js/package.json
22 строки
466 B
SamPhillemon
updated the example of with-three-js to utilize the App Router (#70287)
20 сен 2024, 22:30
Не верифицирован
20 сен 2024, 22:30
e3688fb
Код
Авторство
О чём код?
{ "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start" }, "dependencies": { "@react-three/drei": "^9.112.1", "@react-three/fiber": "^8.17.7", "next": "latest", "react": "^18.3.1", "react-dom": "^18.3.1", "three": "^0.168.0" }, "devDependencies": { "@types/node": "^22.5.5", "@types/react": "^18.3.8", "@types/react-dom": "^18.3.0", "typescript": "^5.6.2" } }