/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/with-typescript/package.json
20 строк
390 B
Craig Wheeler
Update Examples to use React 18 (#42027)
28 окт 2022, 20:43
Не верифицирован
28 окт 2022, 20:43
57426a2
Код
Авторство
О чём код?
{ "private": true, "scripts": { "dev": "next", "build": "next build", "start": "next start", "type-check": "tsc" }, "dependencies": { "next": "latest", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@types/node": "^12.12.21", "@types/react": "^17.0.2", "@types/react-dom": "^17.0.1", "typescript": "^4.8.3" } }