/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/base-styles/package.json
50 строк
1 KB
Marco Ciampini
Packages: Recover July 29 npm release metadata (#81303)
07 авг 2026, 04:50
Не верифицирован
07 авг 2026, 04:50
69b17c5
Код
Авторство
О чём код?
{ "name": "@wordpress/base-styles", "version": "12.0.0", "description": "Base SCSS utilities and variables for WordPress.", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ "wordpress", "gutenberg", "sass", "scss", "css" ], "homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/base-styles/README.md", "repository": { "type": "git", "url": "https://github.com/WordPress/gutenberg.git", "directory": "packages/base-styles" }, "bugs": { "url": "https://github.com/WordPress/gutenberg/issues" }, "engines": { "node": ">=18.12.0", "npm": ">=8.19.2" }, "main": "index.js", "module": "index.js", "exports": { "./package.json": "./package.json", "./build-style/*": "./build-style/*", "./_*.scss": "./_*.scss", "./animations": "./_animations.scss", "./breakpoints": "./_breakpoints.scss", "./colors": "./_colors.scss", "./default-custom-properties": "./_default-custom-properties.scss", "./functions": "./_functions.scss", "./long-content-fade": "./_long-content-fade.scss", "./mixins": "./_mixins.scss", "./variables": "./_variables.scss", "./z-index": "./_z-index.scss" }, "wpScript": true, "devDependencies": { "@wordpress/stylelint-tools": "file:../../tools/stylelint" }, "publishConfig": { "access": "public" } }