/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/cms-graphcms/package.json
20 строк
377 B
Ryan LaBarre
Maintenance: minor example dep bumps to fix moderate vulns (#56375)
04 окт 2023, 18:18
Не верифицирован
04 окт 2023, 18:18
b436589
Код
Авторство
О чём код?
{ "private": true, "scripts": { "dev": "next", "build": "next build", "start": "next start" }, "dependencies": { "classnames": "2.3.1", "date-fns": "2.28.0", "next": "latest", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "autoprefixer": "10.4.2", "postcss": "8.4.31", "tailwindcss": "^3.0.15" } }