forked from CCCHH/hacker.tours-website
Initial version
This commit is contained in:
commit
ed5653a7fc
211 changed files with 11043 additions and 0 deletions
33
themes/zen/package.json
Normal file
33
themes/zen/package.json
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"name": "zen",
|
||||
"version": "1.0.0",
|
||||
"description": "The node.js requirements to lint this project.",
|
||||
"scripts": {
|
||||
"lint-theme:css": "stylelint --quiet-deprecation-warnings \"assets/sass/**/*.scss\"",
|
||||
"lint-theme:js": "eslint \"assets/js/**/*.js\"",
|
||||
"lint-project:css": "stylelint --quiet-deprecation-warnings \"../../assets/sass/**/*.scss\"",
|
||||
"lint-project:js": "eslint \"../../assets/js/**/*.js\"",
|
||||
"lint-theme": "npm run lint-theme:css && npm run lint-theme:js",
|
||||
"lint-project": "npm run lint-project:css && npm run lint-project:js",
|
||||
"lint:css": "npm run lint-theme:css && npm run lint-project:css",
|
||||
"lint:js": "npm run lint-theme:js && npm run lint-project:js",
|
||||
"lint": "npm run lint:css && npm run lint:js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/frjo/hugo-theme-zen.git"
|
||||
},
|
||||
"author": "Fredrik Jonsson",
|
||||
"license": "GPL-2.0",
|
||||
"devDependencies": {
|
||||
"eslint": "^8.45.0",
|
||||
"eslint-plugin-template": "^0.7.0",
|
||||
"stylelint": "^15.10.1",
|
||||
"stylelint-config-standard-scss": "^10.0.0",
|
||||
"stylelint-scss": "^5.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
},
|
||||
"private": true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue