/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/with-mantine/package.json
23 строки
481 B
ChanHui
update @types/react version in examples (#57259)
27 окт 2023, 03:52
Не верифицирован
27 окт 2023, 03:52
8d45aa9
Код
Авторство
О чём код?
{ "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start" }, "dependencies": { "@mantine/core": "^4.1.4", "@mantine/hooks": "^4.1.4", "@mantine/next": "^4.1.4", "next": "latest", "react": "18.0.0", "react-dom": "18.0.0" }, "devDependencies": { "@types/node": "17.0.25", "@types/react": "18.2.8", "@types/react-dom": "18.0.1", "prettier": "2.6.2", "typescript": "4.6.3" } }