/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
packages/plugins/color-picker/package.json
105 строк
3 KB
Adrien L
chore: bump design system version (#27292)
07 авг 2026, 12:25
Не верифицирован
07 авг 2026, 12:25
bbda381
Код
Авторство
О чём код?
{ "name": "@strapi/plugin-color-picker", "version": "5.51.2", "description": "Strapi maintained Custom Fields", "homepage": "https://strapi.io", "bugs": { "url": "https://github.com/strapi/strapi/issues" }, "repository": { "type": "git", "url": "https://github.com/strapi/strapi.git", "directory": "packages/plugins/color-picker" }, "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" }, "./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:front:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js", "test:front:watch": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll", "test:front:watch:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll", "test:ts:front": "run -T tsc -p admin/tsconfig.json", "test:unit:vitest": "vitest run", "test:unit:vitest:watch": "vitest --watch", "watch": "run -T rollup -c -w" }, "dependencies": { "@strapi/design-system": "2.2.4", "@strapi/icons": "2.2.4", "react-colorful": "5.6.1", "react-intl": "6.6.2" }, "devDependencies": { "@strapi/strapi": "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/jest": "29.5.2", "@types/node": "20.19.41", "jest": "29.6.0", "react": "18.3.1", "react-dom": "18.3.1", "react-router-dom": "6.30.4", "styled-components": "6.4.1", "typescript": "5.9.3", "vitest": "catalog:", "vitest-config": "5.51.2" }, "peerDependencies": { "@strapi/strapi": "^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": { "name": "color-picker", "description": "Color picker custom field", "kind": "plugin", "displayName": "Color Picker" } }