/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/with-lingui/package.json
24 строки
552 B
Mateusz Burzyński
Update Babel dependencies (#51962)
17 окт 2023, 05:25
Не верифицирован
17 окт 2023, 05:25
db21421
Код
Авторство
О чём код?
{ "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "extract": "NODE_ENV=development lingui extract", "compile": "lingui compile" }, "dependencies": { "@lingui/react": "^3.17.1", "next": "latest", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@babel/core": "7.22.5", "@lingui/cli": "^3.17.1", "@lingui/core": "3.17.1", "@lingui/loader": "3.17.1", "@lingui/macro": "^3.17.1", "babel-plugin-macros": "^3.1.0" } }