/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
examples/kitchensink-ts/package.json
32 строки
703 B
dependabot[bot]
chore(deps): bump react-router-dom from 6.30.3 to 6.30.4 (#27134)
03 авг 2026, 10:51
Не верифицирован
03 авг 2026, 10:51
2343c1d
Код
Авторство
О чём код?
{ "name": "kitchensink-ts", "version": "0.0.0", "private": true, "description": "A Strapi application", "license": "MIT", "author": { "name": "A Strapi developer" }, "scripts": { "build": "strapi build", "develop": "strapi develop", "start": "strapi start", "strapi": "strapi" }, "dependencies": { "@strapi/plugin-users-permissions": "workspace:*", "@strapi/strapi": "workspace:*", "better-sqlite3": "12.8.0", "react": "18.3.1", "react-dom": "18.3.1", "react-router-dom": "6.30.4", "styled-components": "6.4.1" }, "engines": { "node": ">=20.0.0 <=26.x.x", "npm": ">=6.0.0" }, "strapi": { "uuid": "getstarted" } }