/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v5.46.0
examples/experimental-dev/package.json
34 строки
813 B
Ben Irvin
security: package upgrades to remove deprecated versions of boolean, tar, and glob (#25776)
19 мар 2026, 15:44
Не верифицирован
19 мар 2026, 15:44
353a86a
Код
Авторство
О чём код?
{ "name": "experimental-dev", "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": "rc", "react-dom": "rc", "react-router-dom": "6.30.3", "styled-components": "6.1.8" }, "engines": { "node": ">=20.0.0 <=24.x.x", "npm": ">=6.0.0" }, "devDependencies": { "@vitejs/plugin-react": "4.2.1", "babel-plugin-react-compiler": "0.0.0-experimental-c23de8d-20240515", "vite": "5.4.21" } }