heti/package.json

52 lines
1.4 KiB
JSON
Raw Normal View History

2020-02-11 20:47:29 +08:00
{
"name": "heti",
2020-02-20 21:16:59 +08:00
"version": "0.3.2",
2020-02-20 20:53:26 +08:00
"description": "赫蹏是专为中文内容展示设计的排版样式增强。它基于通行的中文排版规范而来,可以为网站的读者带来更好的文章阅读体验。",
"main": "lib/heti.scss",
2020-02-11 20:47:29 +08:00
"directories": {
"lib": "lib"
},
"scripts": {
2020-02-20 21:13:51 +08:00
"start": "node-sass -w --output-style=compressed lib/heti.scss demo/heti.min.css",
"build": "node-sass lib/heti.scss dist/heti.min.css --output-style=compressed",
"deploy": "npm run build && gh-pages -d demo",
2020-02-11 20:47:29 +08:00
"test": "npx stylelint --config .stylelintrc 'lib/**/*.scss'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sivan/heti.git"
},
"keywords": [
2020-02-20 21:13:51 +08:00
"typography",
"clreq",
"css",
"sass",
"scss"
2020-02-11 20:47:29 +08:00
],
"author": "Sivan <sun.sivan@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sivan/heti/issues"
},
"homepage": "https://github.com/sivan/heti#readme",
"devDependencies": {
"gh-pages": "^2.2.0",
"node-sass": "^4.13.1",
"stylelint": "^13.0.0",
"stylelint-config-recommended-scss": "^4.1.0",
"stylelint-config-standard": "^19.0.0",
"stylelint-scss": "^3.13.0"
2020-02-20 20:53:26 +08:00
},
"stylelint": {
"extends": ["stylelint-config-standard", "stylelint-config-recommended-scss"],
"rules": {
"no-descending-specificity": [
true,
{
"ignore": ["selectors-within-list"]
}
]
}
2020-02-11 20:47:29 +08:00
}
}