holygrail2
Advanced tools
Comparing version 1.2.9 to 1.2.10
112
package.json
{ | ||
"name": "holygrail2", | ||
"version": "1.2.9", | ||
"description": "A minimal, responsive, style-agnostic CSS framework.", | ||
"main": "scss/style.scss", | ||
"directories": { | ||
"lib": "scss" | ||
}, | ||
"scripts": { | ||
"start": "npm run format && npm run docs && npm run build && npm run open:guide", | ||
"open:guide": "open index.html", | ||
"docs": "sass scss/docs.scss doc/docs.css --style expanded", | ||
"build": "sass scss/style.scss dist/style.css && sass scss/docs.scss doc/docs.css --style expanded && node add-name-version-package.js", | ||
"build-sass": "sass --style expanded --source-map true scss/style.scss dist/style.css && node add-name-version-package.js && sass --output-style expanded --source-map true scss/docs.scss doc/docs.css", | ||
"lint": "stylelint 'scss/**/*.?(s)css'", | ||
"lint2": "stylelint 'scss/*.?(s)css'", | ||
"lint:fix": "stylelint --fix 'scss/**/*.?(s)css'", | ||
"format": "prettier --write 'scss/**/*.+(css|scss)'" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/holygrail2/holygrail.git" | ||
}, | ||
"devDependencies": { | ||
"open": "^9.1.0", | ||
"prettier": "^3.0.2", | ||
"sass": "^1.65.1", | ||
"stylelint": "^15.10.2", | ||
"stylelint-scss": "^5.1.0", | ||
"stylelint-config-standard": "^34.0.0", | ||
"stylelint-config-standard-scss": "^10.0.0", | ||
"stylelint-order": "^6.0.3" | ||
}, | ||
"keywords": [ | ||
"css", | ||
"sass", | ||
"minimal", | ||
"responsive", | ||
"style-agnostic", | ||
"framework", | ||
"toolkit", | ||
"holygrail2" | ||
], | ||
"author": "Manuel Ruiz", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/holygrail2/holygrail/issues", | ||
"email": "dev@digitalstrategy.es" | ||
}, | ||
"homepage": "https://holygrail2.netlify.app", | ||
"dependencies": { | ||
"stylelint": "^15.10.2" | ||
} | ||
"name": "holygrail2", | ||
"version": "1.2.10", | ||
"description": "A minimal, responsive, style-agnostic CSS framework.", | ||
"main": "scss/style.scss", | ||
"style": "dist/style.css", | ||
"files": [ | ||
"dist", | ||
"scss" | ||
], | ||
"directories": { | ||
"lib": "scss" | ||
}, | ||
"scripts": { | ||
"start": "npm run format && npm run docs && npm run build && npm run open:guide", | ||
"open:guide": "open index.html", | ||
"docs": "sass scss/docs.scss doc/docs.css --style expanded", | ||
"build": "sass scss/style.scss dist/style.css && sass scss/docs.scss doc/docs.css --style expanded && node add-name-version-package.js", | ||
"build:min": "sass scss/style.scss dist/style.min.css --style compressed && node add-name-version-package.js", | ||
"build-sass": "sass --style expanded --source-map true scss/style.scss dist/style.css && node add-name-version-package.js && sass --output-style expanded --source-map true scss/docs.scss doc/docs.css", | ||
"lint": "stylelint 'scss/**/*.?(s)css'", | ||
"lint2": "stylelint 'scss/*.?(s)css'", | ||
"lint:fix": "stylelint --fix 'scss/**/*.?(s)css'", | ||
"format": "prettier --write 'scss/**/*.+(css|scss)'", | ||
"prepublishOnly": "npm run build && npm run build:min" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/holygrail2/holygrail.git" | ||
}, | ||
"keywords": [ | ||
"css", | ||
"sass", | ||
"minimal", | ||
"responsive", | ||
"style-agnostic", | ||
"framework", | ||
"toolkit", | ||
"holygrail2" | ||
], | ||
"author": "Manuel Ruiz", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/holygrail2/holygrail/issues", | ||
"email": "dev@digitalstrategy.es" | ||
}, | ||
"homepage": "https://holygrail2.netlify.app", | ||
"devDependencies": { | ||
"open": "^9.1.0", | ||
"prettier": "^3.0.2", | ||
"sass": "^1.65.1", | ||
"stylelint": "^15.10.2", | ||
"stylelint-scss": "^5.1.0", | ||
"stylelint-config-standard": "^34.0.0", | ||
"stylelint-config-standard-scss": "^10.0.0", | ||
"stylelint-order": "^6.0.3" | ||
}, | ||
"dependencies": { | ||
"stylelint": "^15.10.2" | ||
} | ||
} |
@@ -0,1 +1,10 @@ | ||
![Github](https://img.shields.io/github/v/release/holygrail2/holygrail?logo=HolygrailCSS) | ||
[![npm](https://img.shields.io/npm/v/holygrail2.svg)][npm-link] | ||
[![npm](https://img.shields.io/npm/dm/holygrail2.svg)][npm-link] | ||
[![](https://data.jsdelivr.com/v1/package/npm/holygrail2/badge)](https://www.jsdelivr.com/package/npm/holygrail2) | ||
[![Awesome][awesome-badge]][awesome-link] | ||
[![Únete al chat en https://gitter.im/holygrail2/holygrail](https://badges.gitter.im/holygrail2/holygrail.svg)](https://gitter.im/holygrail2/holygrail) | ||
[![Estado de la Construcción](https://travis-ci.org/holygrail2/holygrail.svg?branch=master)](https://travis-ci.org/holygrail2/holygrail) | ||
<p align="center"> | ||
@@ -11,26 +20,23 @@ <a href="https://holyguide.es"> | ||
Una librería agnóstica de componentes HTML y SCSS. | ||
Una libreria agnostica y libreria de componentes html y scss. | ||
[![npm package](https://img.shields.io/npm/v/holygrail2.svg?style=flat-square)](https://www.npmjs.com/package/holygrail2) | ||
[![GitHub Actions](https://github.com/holygrail2/holysite/workflows/CI/badge.svg)](https://github.com/holygrail2/holysite/actions) | ||
[![Descargas](https://img.shields.io/npm/dt/holygrail2.svg?style=flat-square)](https://www.npmjs.com/package/holygrail2) | ||
[npm-url]: https://www.npmjs.com/package/holygrail2 | ||
[github-action-url]: https://github.com/ant-design/ant-design/actions?query=workflow%3A%22%E2%9C%85+test%22 | ||
[download-url]: https://npmjs.org/package/holygrail2 | ||
</div> | ||
## ✨ Características | ||
## ✨ Features | ||
- 🌈 Diseño de UI de clase empresarial para aplicaciones web. | ||
- 📦 Conjunto de componentes HTML y SCSS de alta calidad listos para usar. | ||
- 🛡 Escrito en SCSS con tipos estáticos predecibles. | ||
- ⚙️ Paquete completo de recursos de diseño y herramientas de desarrollo. | ||
- 🌍 Soporte de internacionalización para múltiples idiomas. | ||
- 🎨 Potente personalización de temas en cada detalle. | ||
- 🌈 Enterprise-class UI designed for web applications. | ||
- 📦 A set of high-quality React components out of the box. | ||
- 🛡 Written in TypeScript with predictable static types. | ||
- ⚙️ Whole package of design resources and development tools. | ||
- 🌍 Internationalization support for dozens of languages. | ||
- 🎨 Powerful theme customization in every detail. | ||
## 🖥 Soporte de Entornos | ||
## 🖥 Environment Support | ||
- Modern browsers | ||
- Server-side Rendering | ||
- Navegadores modernos | ||
- Renderizado del lado del servidor | ||
- [Electron](https://www.electronjs.org/) | ||
@@ -40,3 +46,3 @@ | ||
| --- | --- | --- | --- | --- | | ||
| Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions | | ||
| Edge | últimas 2 versiones | últimas 2 versiones | últimas 2 versiones | últimas 2 versiones | | ||
@@ -126,2 +132,6 @@ ## 📦 Install | ||
"version": "1.0.53", | ||
"version": "1.0.53", | ||
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
135
0
732640
56
12609