forked from mirror/Mainroad
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"name": "roadster",
|
|
"version": "1.0.0",
|
|
"description": "Responsive, simple, clean and content-focused Hugo theme based on the MH Magazine lite WordPress theme",
|
|
"license": "GPL-2.0",
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.16",
|
|
"editorconfig-checker": "^5.1.1",
|
|
"eslint": "^8.52.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-plugin-import": "^2.29.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"postcss-cli": "^10.1.0",
|
|
"stylelint": "^15.11.0",
|
|
"stylelint-order": "^6.0.3"
|
|
},
|
|
"scripts": {
|
|
"lint:editorconfig": "editorconfig-checker",
|
|
"lint:css": "stylelint static/css/*.css --aei",
|
|
"lint:js": "eslint static/js/*.js",
|
|
"lint": "npm run lint:css && npm run lint:js && npm run lint:editorconfig",
|
|
"fix:prefixes": "postcss -r static/css/*.css",
|
|
"fix:css": "stylelint static/css/*.css --aei --fix",
|
|
"fix:js": "eslint static/js/*.js --fix",
|
|
"fix": "npm run fix:prefixes && npm run fix:css && npm run fix:js",
|
|
"test": "npm run lint"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mansoorbarri/roadster.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mansoorbarri/roadster/issues"
|
|
},
|
|
"homepage": "https://github.com/mansoorbarri/roadster"
|
|
}
|