/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/with-playwright/package.json
20 строк
401 B
Delba de Oliveira
Docs: Fix formatting in testing docs and update examples dependencies (#59572)
13 дек 2023, 18:02
Не верифицирован
13 дек 2023, 18:02
f518fd8
Код
Авторство
О чём код?
{ "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "test:e2e": "playwright test" }, "dependencies": { "next": "latest", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@playwright/test": "^1.40.1", "@types/node": "20.10.4", "@types/react": "18.2.45", "typescript": "5.3.3" } }