papercss/package.json
Rhyne Vlaservich 3f6dcf5bd0 Upgrade the stylelint-config-sass-guidelines package
Done to fix two stylelint deprecation warnings:
- 'at-rule-blacklist'
- 'declaration-property-value-blacklist'
2020-11-26 13:15:42 -05:00

47 lines
1.3 KiB
JSON

{
"name": "papercss",
"version": "1.8.1",
"description": "The less formal CSS framework.",
"main": "dist/paper.css",
"scripts": {
"css:build": "node ./build/build.js",
"hugo:build": "hugo -D --source=docs",
"hugo:serve": "hugo server --source=docs --disableFastRender",
"build": "npm run css:build && npm run hugo:build",
"lint": "npm run stylelint",
"start": "npm run hugo:serve",
"stylelint": "stylelint src/**/*.scss"
},
"repository": {
"type": "git",
"url": "git+https://github.com/papercss/papercss.git"
},
"author": "Rhyne Vlaservich <rhyneav@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/papercss/papercss/issues"
},
"homepage": "https://www.getpapercss.com",
"dependencies": {},
"devDependencies": {
"autoprefixer": "^9.8.6",
"chai": "^4.1.2",
"chalk": "^4.1.0",
"cssnano": "^4.1.10",
"hugo-bin": "^0.62.3",
"postcss": "^7.0.32",
"pre-commit": "^1.2.2",
"rimraf": "^3.0.2",
"sass": "^1.26.10",
"stylelint": "^13.7.2",
"stylelint-config-sass-guidelines": "^7.1.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.18.0",
"write": "^2.0.0"
},
"pre-commit": [
"stylelint"
]
}