/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
tests/app-template/package.json
26 строк
607 B
Ben Irvin
chore(deps): align app-template react-router-dom with admin 6.30.4 (#27210)
03 авг 2026, 12:55
Не верифицирован
03 авг 2026, 12:55
5a83f1f
Код
Авторство
О чём код?
{ "name": "@strapi/e2e-test-app", "version": "0.1.0", "private": true, "description": "E2E template application", "license": "MIT", "scripts": { "build": "strapi build", "develop": "strapi develop", "start": "strapi start", "strapi": "strapi" }, "dependencies": { "@strapi/plugin-users-permissions": "latest", "@strapi/strapi": "latest", "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" } }