/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/with-prefetching/package.json
18 строк
326 B
ChanHui
update @types/react version in examples (#57259)
27 окт 2023, 03:52
Не верифицирован
27 окт 2023, 03:52
8d45aa9
Код
Авторство
О чём код?
{ "private": true, "scripts": { "dev": "next", "build": "next build", "start": "next start" }, "dependencies": { "next": "latest", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@types/node": "18.7.18", "@types/react": "18.2.8", "typescript": "4.8.3" } }