/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/with-sentry/package.json
20 строк
388 B
Ben Gubler
Remove automatic linting from build (#83136)
09 окт 2025, 02:35
Не верифицирован
09 окт 2025, 02:35
41e3942
Код
Авторство
О чём код?
{ "private": true, "scripts": { "dev": "next", "build": "next build", "start": "next start", "lint": "eslint ." }, "dependencies": { "@sentry/nextjs": "^7.60.1", "next": "latest", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@types/node": "^18.15.11", "@types/react": "^18.2.17", "typescript": "^5.1.6" } }