@superflycss/cli
Version:
SuperflyCSS Command Line Interface
87 lines (86 loc) • 2.13 kB
JSON
{
"name": "@superflycss/cli",
"author": "Ole Ersoy",
"license": "MIT",
"version": "4.2.00",
"description": "SuperflyCSS Command Line Interface",
"main": "index.js",
"jest": {
"testPathIgnorePatterns": [
".test",
"node_modules"
]
},
"scripts": {
"clean": "rm -fr ./test/sandbox",
"test": "jest --detectOpenHandles",
"update": "ncu -u && npm i"
},
"repository": {
"type": "git",
"url": "git+https://github.com/superflycss/cli.git"
},
"bugs": {
"url": "https://github.com/superflycss/cli/issues"
},
"homepage": "https://github.com/superflycss/cli#readme",
"preferGlobal": true,
"bin": {
"sfc": "./index.js"
},
"dependencies": {
"@superflycss/pli": "^3.0.10",
"autoprefixer": "^9.7.6",
"browser-sync": "^2.26.7",
"commander": "^5.0.0",
"cpy": "^8.1.0",
"css-mqpacker": "^7.0.0",
"cssnano": "^4.1.10",
"del": "^5.1.0",
"fs-extra": "^9.0.0",
"gaze": "^1.1.3",
"globby": "^11.0.0",
"highlight.js": "^9.18.1",
"jsdom": "^16.2.2",
"markdown-it": "^10.0.0",
"markdown-it-anchor": "^5.2.7",
"markdown-it-toc-done-right": "^4.1.0",
"mkdirp": "^1.0.4",
"node-pretty-log": "^1.1.0",
"nunjucks": "^3.2.1",
"postcss": "^7.0.27",
"postcss-apply": "^0.12.0",
"postcss-calc": "^7.0.2",
"postcss-color-function": "^4.1.0",
"postcss-conditionals": "^2.1.0",
"postcss-css-variables": "^0.14.0",
"postcss-custom-media": "^7.0.8",
"postcss-each": "^0.10.0",
"postcss-font-magician": "^2.3.1",
"postcss-for": "^2.1.1",
"postcss-import": "^12.0.1",
"postcss-reporter": "^6.0.1",
"postcss-sass-color-functions": "^1.1.0",
"postcss-uncss": "^0.17.0",
"recursive-copy": "^2.0.10",
"sugarss": "^2.0.0",
"uncss": "^0.17.3"
},
"keywords": [
"css",
"html",
"css-components",
"css-utilities",
"superflycss",
"style",
"testing",
"visual testing",
"automation",
"highlighting",
"browser-sync"
],
"devDependencies": {
"jest": "^25.3.0",
"npm-check-updates": "^4.1.2"
}
}