/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/with-apollo/package.json
23 строки
510 B
Ben Gubler
Remove automatic linting from build (#83136)
09 окт 2025, 02:35
Не верифицирован
09 окт 2025, 02:35
41e3942
Код
Авторство
О чём код?
{ "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint ." }, "dependencies": { "@apollo/client": "^3.10.1", "@apollo/experimental-nextjs-app-support": "^0.10.0", "graphql": "^16.8.1", "next": "^14.2.3", "react": "^18.3.0", "react-dom": "^18.3.0" }, "devDependencies": { "@types/node": "^20.12.5", "@types/react": "^18.3.0", "@types/react-dom": "^18.3.0", "typescript": "^5.4.4" } }