/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/cms-builder-io/package.json
22 строки
451 B
Mayank
Fix/security (#55189)
10 сен 2023, 16:01
Не верифицирован
10 сен 2023, 16:01
0f21209
Код
Авторство
О чём код?
{ "private": true, "scripts": { "dev": "next", "build": "next build", "start": "next start" }, "dependencies": { "@builder.io/react": "^2.0.0", "@builder.io/widgets": "^1.2.21", "classnames": "2.3.1", "date-fns": "2.28.0", "next": "latest", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "autoprefixer": "^10.4.1", "postcss": "^8.4.5", "tailwindcss": "^3.0.11" } }