/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
packages/core/upload/package.json
146 строк
4 KB
Adrien L
chore: bump design system version (#27292)
07 авг 2026, 12:25
Не верифицирован
07 авг 2026, 12:25
bbda381
Код
Авторство
О чём код?
{ "name": "@strapi/upload", "version": "5.51.2", "description": "Makes it easy to upload images and files to your Strapi Application.", "homepage": "https://strapi.io", "bugs": { "url": "https://github.com/strapi/strapi/issues" }, "repository": { "type": "git", "url": "https://github.com/strapi/strapi.git", "directory": "packages/core/upload" }, "license": "SEE LICENSE IN LICENSE", "author": { "name": "Strapi Solutions SAS", "email": "hi@strapi.io", "url": "https://strapi.io" }, "maintainers": [ { "name": "Strapi Solutions SAS", "email": "hi@strapi.io", "url": "https://strapi.io" } ], "exports": { "./strapi-admin": { "types": "./dist/admin/src/index.d.ts", "source": "./admin/src/index.ts", "import": "./dist/admin/index.mjs", "require": "./dist/admin/index.js", "default": "./dist/admin/index.js" }, "./_internal/shared": { "types": "./dist/shared/index.d.ts", "source": "./shared/index.ts", "import": "./dist/shared/index.mjs", "require": "./dist/shared/index.js", "default": "./dist/shared/index.js" }, "./strapi-server": { "types": "./dist/server/src/index.d.ts", "source": "./server/src/index.ts", "import": "./dist/server/index.mjs", "require": "./dist/server/index.js", "default": "./dist/server/index.js" }, "./package.json": "./package.json" }, "files": [ "dist/", "strapi-server.js" ], "scripts": { "build": "run -T npm-run-all clean --parallel build:code build:types", "build:code": "run -T rollup -c", "build:types": "run -T run-p build:types:server build:types:admin", "build:types:server": "run -T tsc -p server/tsconfig.build.json --emitDeclarationOnly", "build:types:admin": "run -T tsc -p admin/tsconfig.build.json --emitDeclarationOnly", "clean": "run -T rimraf dist", "lint": "run -T eslint . --max-warnings=0", "test:front": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js", "test:unit": "run -T jest", "test:ts:back": "run -T tsc -p server/tsconfig.json", "test:ts:front": "run -T tsc -p admin/tsconfig.json", "test:front:watch": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watch", "test:unit:watch": "run -T jest --watch", "watch": "run -T rollup -c -w" }, "dependencies": { "@dnd-kit/core": "6.3.1", "@mux/mux-player-react": "3.1.0", "@radix-ui/react-dialog": "1.0.5", "@radix-ui/react-toggle-group": "1.1.11", "@reduxjs/toolkit": "1.9.7", "@strapi/database": "5.51.2", "@strapi/design-system": "2.2.4", "@strapi/icons": "2.2.4", "@strapi/provider-upload-local": "5.51.2", "@strapi/utils": "5.51.2", "byte-size": "8.1.1", "cropperjs": "1.6.2", "date-fns": "2.30.0", "file-type": "21.3.4", "formik": "2.4.9", "fs-extra": "11.3.4", "immer": "9.0.21", "koa-range": "0.3.0", "koa-static": "5.0.0", "lodash": "4.18.1", "mime-types": "2.1.35", "prop-types": "^15.8.1", "qs": "6.15.3", "react-dnd": "16.0.1", "react-intl": "6.6.2", "react-query": "3.39.3", "react-redux": "8.1.3", "react-select": "5.8.0", "sharp": "0.35.3", "yup": "0.32.9", "zod": "3.25.76" }, "devDependencies": { "@strapi/admin": "5.51.2", "@strapi/types": "5.51.2", "@testing-library/dom": "10.4.1", "@testing-library/jest-dom": "6.9.1", "@testing-library/react": "16.3.2", "@testing-library/user-event": "14.6.1", "@types/byte-size": "8.1.2", "@types/fs-extra": "11.0.4", "@types/jest": "29.5.2", "@types/koa": "2.15.2", "@types/koa-range": "0.3.5", "@types/koa-static": "4.0.2", "@types/node": "20.19.41", "formidable": "3.5.4", "jest": "29.6.0", "koa": "2.16.4", "koa-body": "6.0.1", "msw": "2.13.4", "react": "18.3.1", "react-dom": "18.3.1", "react-router-dom": "6.30.4", "styled-components": "6.4.1" }, "peerDependencies": { "@strapi/admin": "^5.0.0", "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0", "react-router-dom": "^6.30.3", "styled-components": "^6.0.0" }, "engines": { "node": ">=20.0.0 <=26.x.x", "npm": ">=6.0.0" }, "strapi": { "displayName": "Media Library", "name": "upload", "description": "Media file management.", "required": true, "kind": "plugin" } }