UNPKG

fantastic-gutenberg

Version:

SCSS library for styling WordPress Gutenberg HTML Output based on Fantastic CSS.

50 lines (49 loc) 1.21 kB
{ "name": "fantastic-gutenberg", "version": "1.0.6", "description": "SCSS library for styling WordPress Gutenberg HTML Output based on Fantastic CSS.", "main": "main.scss", "scripts": { "compile": "bash scripts/compile.sh", "dev": "bash scripts/dev.sh", "test": "bash scripts/test.sh", "build": "bash scripts/build.sh", "docs:dev": "vuepress dev docs", "docs:build": "vuepress build docs" }, "repository": { "type": "git", "url": "git+https://github.com/new-fantastic/fantastic-gutenberg.git" }, "keywords": [ "WordPress", "Gutenberg", "WYSIWYG", "CSS", "SCSS", "SASS", "UI", "Library", "Framework", "Blocks", "Components", "Atomic", "Molecular", "Fantastic" ], "author": "Aleksander Grygier <alek@newfantastic.com>", "license": "MIT", "bugs": { "url": "https://github.com/new-fantastic/fantastic-gutenberg/issues" }, "homepage": "https://github.com/new-fantastic/fantastic-gutenberg#readme", "devDependencies": { "node-sass": "^4.12.0", "sass-loader": "^7.1.0", "uglifycss": "^0.0.29", "vuepress": "^0.14.11" }, "dependencies": { "fantastic-css": "^1.0.22" } }