/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/cms-webiny/package.json
23 строки
459 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": { "classnames": "2.3.1", "date-fns": "2.28.0", "gray-matter": "4.0.3", "next": "latest", "react": "^18.2.0", "react-dom": "^18.2.0", "remark": "14.0.2", "remark-html": "15.0.1" }, "devDependencies": { "autoprefixer": "^10.4.2", "postcss": "^8.4.7", "tailwindcss": "^3.0.23" } }