/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/with-kea/package.json
36 строк
674 B
Mateusz Burzyński
Update Babel dependencies (#51962)
17 окт 2023, 05:25
Не верифицирован
17 окт 2023, 05:25
db21421
Код
Авторство
О чём код?
{ "private": true, "scripts": { "dev": "next", "build": "next build", "start": "next start" }, "dependencies": { "kea": "^0.28.4", "next": "latest", "next-redux-wrapper": "^2.0.0", "prop-types": "^15.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-redux": "^5.0.6", "redux": "^4.0.0", "reselect": "^3.0.1" }, "devDependencies": { "@babel/core": "7.22.5", "@babel/plugin-proposal-decorators": "7.22.5" }, "babel": { "presets": [ "next/babel" ], "plugins": [ [ "@babel/plugin-proposal-decorators", { "legacy": true } ] ] } }