/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/with-orbit-components/package.json
22 строки
465 B
PapatMayuri
updated with-orbit-components example to utilize the App Router. (#73266)
17 дек 2024, 04:28
Не верифицирован
17 дек 2024, 04:28
d3bb11e
Код
Авторство
О чём код?
{ "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start" }, "dependencies": { "@kiwicom/orbit-components": "^18.1.1", "next": "latest", "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { "autoprefixer": "^10.4.20", "@types/node": "^22.10.2", "@types/react": "^19.0.1", "postcss": "^8.4.49", "tailwindcss": "^3.4.16", "typescript": "^5.7.2" } }