/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/with-redis/package.json
23 строки
507 B
Eng Zer Jun
chore(examples): replace uuid dependency with crypto.randomUUID (#77901)
22 апр 2025, 10:24
Не верифицирован
22 апр 2025, 10:24
3675453
Код
Авторство
О чём код?
{ "private": true, "scripts": { "dev": "next dev --turbopack", "build": "next build", "start": "next start" }, "dependencies": { "@types/node": "20.11.0", "@types/react": "18.2.47", "@types/react-dom": "18.2.18", "@vercel/kv": "^1.0.1", "autoprefixer": "10.4.16", "clsx": "^2.1.0", "geist": "^1.2.1", "next": "latest", "postcss": "^8.4.33", "react": "18.2.0", "react-dom": "18.2.0", "tailwindcss": "3.4.1", "typescript": "5.3.3" } }