/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/with-stitches/package.json
20 строк
400 B
Manoj M S
chore(examples):updated the example of with-stitches to utlize the App router (#71007)
10 окт 2024, 06:56
Не верифицирован
10 окт 2024, 06:56
89c6e20
Код
Авторство
О чём код?
{ "private": true, "scripts": { "build": "next build", "dev": "next dev", "start": "next start" }, "dependencies": { "@stitches/react": "1.2.8", "next": "latest", "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { "@types/node": "^22.7.5", "@types/react": "^18.3.11", "@types/react-dom": "^18.3.0", "typescript": "^5.6.2" } }