/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/with-typescript-types/package.json
20 строк
382 B
Jan Kaifer
Cover 1st-party examples with tests (#45270)Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> Co-authored-by: Tim Neutkens <tim@timneutkens.nl>
27 фев 2023, 13:54
Не верифицирован
27 фев 2023, 13:54
f3ef4e9
Код
Авторство
О чём код?
{ "private": true, "scripts": { "dev": "next", "build": "next build", "start": "next start", "type-check": "tsc" }, "dependencies": { "next": "latest", "react": "latest", "react-dom": "latest" }, "devDependencies": { "@types/node": "latest", "@types/react": "latest", "@types/react-dom": "latest", "typescript": "4.9.4" } }