/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/with-react-native-web/package.json
14 строк
247 B
Daiki Nishikawa
remove unnecessary babel.config.js in react native web example (#43939)
06 янв 2023, 04:31
Не верифицирован
06 янв 2023, 04:31
6da0444
Код
Авторство
О чём код?
{ "private": true, "scripts": { "dev": "next", "build": "next build", "start": "next start" }, "dependencies": { "next": "latest", "react": "^18.2.0", "react-dom": "^18.2.0", "react-native-web": "^0.18.9" } }