/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/with-userbase/package.json
19 строк
353 B
Craig Wheeler
Update Examples to use React 18 (#42027)
28 окт 2022, 20:43
Не верифицирован
28 окт 2022, 20:43
57426a2
Код
Авторство
О чём код?
{ "private": true, "scripts": { "dev": "next", "build": "next build", "start": "next start" }, "dependencies": { "next": "latest", "react": "^18.2.0", "react-dom": "^18.2.0", "userbase-js": "^1.3.0" }, "devDependencies": { "autoprefixer": "^10.2.6", "postcss": "^8.3.5", "tailwindcss": "^2.2.4" } }