/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/icons/package.json
70 строк
2 KB
Jon Surrell
Update 23.8 release changes on trunk (#81485)
8 часов назад
Не верифицирован
8 часов назад
d36bccf
Код
Авторство
О чём код?
{ "name": "@wordpress/icons", "version": "15.4.0", "description": "WordPress Icons package, based on dashicon.", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ "wordpress", "gutenberg", "icons", "dashicon" ], "homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/icons/README.md", "repository": { "type": "git", "url": "git+https://github.com/WordPress/gutenberg.git", "directory": "packages/icons" }, "bugs": { "url": "https://github.com/WordPress/gutenberg/issues" }, "engines": { "node": ">=18.12.0", "npm": ">=8.19.2" }, "files": [ "src", "build", "build-module", "build-types", "*.md" ], "main": "build/index.cjs", "module": "build-module/index.mjs", "exports": { ".": { "types": "./build-types/index.d.ts", "import": "./build-module/index.mjs", "require": "./build/index.cjs" }, "./package.json": "./package.json" }, "types": "build-types", "sideEffects": false, "dependencies": { "@wordpress/element": "file:../element", "@wordpress/primitives": "file:../primitives", "change-case": "^4.1.2" }, "devDependencies": { "@storybook/react-vite": "^10.4.3" }, "peerDependencies": { "@types/react": "^18 || ^19", "react": "^18 || ^19" }, "peerDependenciesMeta": { "@types/react": { "optional": true } }, "publishConfig": { "access": "public" }, "scripts": { "prelint:js": "npm run build", "prepare": "npm run build", "build": "node lib/generate-library.cjs && node lib/generate-manifest-php.cjs" } }