/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/mdx/package.json
19 строк
391 B
Jam Balaya
examples: remove `app-dir` and `with` prefix in the `mdx` directory name (#73458)
08 янв 2025, 05:53
Не верифицирован
08 янв 2025, 05:53
832c77d
Код
Авторство
О чём код?
{ "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start" }, "dependencies": { "@next/mdx": "latest", "@types/mdx": "2.0.3", "@types/node": "18.11.18", "@types/react": "18.2.8", "@types/react-dom": "18.0.10", "next": "latest", "react": "18.2.0", "react-dom": "18.2.0", "typescript": "4.9.5" } }