x-markdown-css/package.json

59 lines
1.4 KiB
JSON
Raw Normal View History

2023-02-28 10:35:20 +00:00
{
"name": "x-markdown-css",
2023-03-02 12:12:31 +00:00
"version": "0.0.0-20230302.3",
2023-02-28 10:35:20 +00:00
"description": "A simple and customizable Markdown CSS for everyone.",
2023-02-28 11:24:15 +00:00
"keywords": [
"markdown",
"css",
"sass",
"scss",
"coffeescript",
"grunt",
"javascript",
"postcss",
"prose",
"blog",
"article",
"documentation"
],
2023-02-28 10:35:20 +00:00
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/kuohuanhuan/x-markdown-css.git"
},
"author": "kuohuanhuan",
"license": "MIT",
"bugs": {
"url": "https://github.com/kuohuanhuan/x-markdown-css/issues"
},
"homepage": "https://github.com/kuohuanhuan/x-markdown-css#readme",
"engines": {
"node": ">=16"
2023-02-28 10:35:20 +00:00
},
"scripts": {
2023-02-28 12:02:37 +00:00
"build": "grunt build",
"bump": "bumpp",
"lint": "stylelint **/*.scss --config .stylelintrc",
"lint:fix": "stylelint **/*.scss --config .stylelintrc --fix"
2023-02-28 10:35:20 +00:00
},
"dependencies": {
"coffeescript": "^2.7.0",
2023-02-28 10:35:20 +00:00
"sass": "^1.58.3"
},
"devDependencies": {
"@lodder/grunt-postcss": "^3.1.1",
"autoprefixer": "^10.4.13",
2023-02-28 12:02:37 +00:00
"bumpp": "^9.0.0",
2023-02-28 10:35:20 +00:00
"cssnano": "^5.1.15",
"grunt": "^1.6.1",
"grunt-sass": "^3.1.0",
"load-grunt-tasks": "^5.1.0",
"postcss": "^8.4.21",
"postcss-preset-env": "^8.0.1",
"stylelint": "^15.2.0",
2023-03-02 12:05:26 +00:00
"stylelint-config-hudochenkov": "^9.0.0",
"stylelint-config-standard-scss": "^7.0.1",
"stylelint-scss": "^4.4.0"
2023-02-28 10:35:20 +00:00
}
}