/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/with-styled-components/package.json
20 строк
404 B
SamPhillemon
chore(examples): updated the example of with-styled-components (#70796)
04 окт 2024, 21:14
Не верифицирован
04 окт 2024, 21:14
7474f10
Код
Авторство
О чём код?
{ "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start" }, "dependencies": { "next": "latest", "react": "^18.3.1", "react-dom": "^18.3.1", "styled-components": "^6.1.13" }, "devDependencies": { "@types/node": "^22.7.4", "@types/react": "^18.3.11", "@types/react-dom": "^18.3.0", "typescript": "^5.6.2" } }