/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/with-google-analytics/package.json
19 строк
367 B
qqww08
Update Google Analytics example for App Router (#66021)
21 май 2024, 23:47
Не верифицирован
21 май 2024, 23:47
16c4e47
Код
Авторство
О чём код?
{ "private": true, "scripts": { "dev": "next", "build": "next build", "start": "next start" }, "dependencies": { "@next/third-parties": "^14.2.3", "next": "latest", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@types/node": "20.12.12", "@types/react": "^18.3.2", "typescript": "^5.4.5" } }