pfdemo
Version:
PatternFly components demo
45 lines (44 loc) • 1.57 kB
JSON
{
"name": "pfdemo",
"version": "4.0.3",
"description": "PatternFly components demo",
"style": "dist/css/pfdemo.css",
"sass": "scss/pfdemo.scss",
"scripts": {
"build": "npm run css",
"css": "npm-run-all --parallel css-lint css-compile css-patternfly",
"css-patternfly": "mkdir -p dist/css/ dist/fonts/ && cp node_modules/patternfly/dist/css/patternfly.css dist/css/ && cp node_modules/patternfly/dist/fonts/* dist/fonts/",
"css-lint": "stylelint --config .stylelintrc --syntax scss '**/*.scss'",
"css-compile": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/ -o dist/css/",
"test": "npm-run-all --parallel css",
"watch": "npm-run-all --parallel watch-css",
"watch-css": "nodemon --ignore dist/ -e scss -x \"npm run css\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/guillaumevincent/pfdemo.git"
},
"keywords": [
"patternfly",
"vertical-navigation"
],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/guillaumevincent/pfdemo/issues"
},
"homepage": "https://github.com/guillaumevincent/pfdemo#readme",
"devDependencies": {
"bootstrap": "^4.0.0",
"node-sass": "^4.5.3",
"nodemon": "^1.14.12",
"npm-run-all": "^4.1.1",
"patternfly": "^3.39.0",
"patternfly-sass": "^3.23.2",
"stylelint": "^8.4.0",
"stylelint-config-recommended-scss": "^3.0.0",
"stylelint-config-standard": "^18.0.0",
"stylelint-order": "^0.8.0",
"stylelint-scss": "^2.3.0"
}
}