papercss/package.json

47 lines
1.3 KiB
JSON
Raw Normal View History

2017-09-27 23:10:41 +02:00
{
"name": "papercss",
2020-10-07 14:57:43 +02:00
"version": "1.8.1",
2017-12-15 16:25:13 +01:00
"description": "The less formal CSS framework.",
"main": "dist/paper.css",
2017-09-27 23:10:41 +02:00
"scripts": {
2020-09-13 20:11:11 +02:00
"css:build": "node ./build/build.js",
"hugo:build": "hugo -D --source=docs",
"hugo:serve": "hugo server --source=docs --disableFastRender",
2020-09-13 20:11:11 +02:00
"build": "npm run css:build && npm run hugo:build",
"lint": "npm run stylelint",
"start": "npm run hugo:serve",
"stylelint": "stylelint 'src/**/*.scss'"
2017-09-27 23:10:41 +02:00
},
"repository": {
"type": "git",
2018-05-23 16:04:50 +02:00
"url": "git+https://github.com/papercss/papercss.git"
2017-09-27 23:10:41 +02:00
},
"author": "Rhyne Vlaservich <rhyneav@gmail.com>",
2017-09-27 23:10:41 +02:00
"license": "ISC",
"bugs": {
2018-05-23 16:04:50 +02:00
"url": "https://github.com/papercss/papercss/issues"
2017-09-27 23:10:41 +02:00
},
2018-05-23 16:04:50 +02:00
"homepage": "https://www.getpapercss.com",
"dependencies": {},
2017-12-08 12:17:58 +01:00
"devDependencies": {
"autoprefixer": "^9.8.6",
2017-12-08 12:17:58 +01:00
"chai": "^4.1.2",
"chalk": "^4.1.0",
"cssnano": "^4.1.10",
2020-09-07 09:32:18 +02:00
"hugo-bin": "^0.62.3",
"postcss": "^7.0.32",
2018-05-23 16:04:50 +02:00
"pre-commit": "^1.2.2",
"rimraf": "^3.0.2",
"sass": "^1.26.10",
2018-01-03 23:43:11 +01:00
"stylelint": "8.4.0",
2018-01-04 00:13:37 +01:00
"stylelint-config-sass-guidelines": "4.0.1",
2018-01-03 23:43:11 +01:00
"stylelint-config-standard": "18.0.0",
2018-01-04 00:13:37 +01:00
"stylelint-order": "0.8.0",
2018-01-03 23:43:11 +01:00
"stylelint-scss": "2.2.0",
"write": "^2.0.0"
2018-05-23 16:04:50 +02:00
},
"pre-commit": [
"stylelint"
]
2017-09-27 23:10:41 +02:00
}