mirror of
https://gitee.com/hotalexnet/openbsd.git
synced 2025-12-27 10:04:57 +08:00
78 lines
2.3 KiB
JSON
78 lines
2.3 KiB
JSON
{
|
|
"name": "nord",
|
|
"version": "0.2.1",
|
|
"description": "An arctic, north-bluish color palette",
|
|
"author": {
|
|
"name": "Sven Greb",
|
|
"email": "development@svengreb.de",
|
|
"url": "https://www.svengreb.de"
|
|
},
|
|
"homepage": "https://www.nordtheme.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nordtheme/nord.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/nordtheme/nord/issues"
|
|
},
|
|
"license": "MIT",
|
|
"engines": {
|
|
"npm": ">=7.7"
|
|
},
|
|
"files": [
|
|
"src/nord.css",
|
|
"src/nord.less",
|
|
"src/nord.scss",
|
|
"src/nord.styl"
|
|
],
|
|
"keywords": [
|
|
"nord",
|
|
"arctic",
|
|
"north",
|
|
"bluish",
|
|
"clean",
|
|
"minimal",
|
|
"flat",
|
|
"ui",
|
|
"syntax"
|
|
],
|
|
"style": "src/nord.css",
|
|
"scripts": {
|
|
"format": "run-s format:*",
|
|
"format:js": "eslint --fix .",
|
|
"format:pretty": "prettier --ignore-unknown --no-editorconfig --write \"**\"",
|
|
"lint": "run-s lint:css lint:js lint:less lint:md lint:pretty lint:sass",
|
|
"lint:ci": "run-s --continue-on-error lint:css lint:js lint:less lint:md lint:sass lint:ci:pretty",
|
|
"lint:ci:pretty": "prettier --check --ignore-unknown --loglevel silent --no-editorconfig --no-error-on-unmatched-pattern \"**\"",
|
|
"lint:css": "stylelint --formatter verbose src/nord.css",
|
|
"lint:js": "eslint .",
|
|
"lint:less": "stylelint --formatter verbose ./src/nord.less",
|
|
"lint:md": "remark --no-stdout . .github/",
|
|
"lint:pretty": "prettier --check --ignore-unknown --no-editorconfig \"**\"",
|
|
"lint:sass": "stylelint --formatter verbose src/nord.scss",
|
|
"prepare": "run-s prepare:*",
|
|
"prepare:husky": "husky install",
|
|
"test": "run-s lint"
|
|
},
|
|
"devDependencies": {
|
|
"@svengreb/eslint-config-base": ">=0.12.0 <=1.0.0",
|
|
"@svengreb/remark-preset-lint": ">=0.5.0 <1.0.0",
|
|
"eslint": "8.39.0",
|
|
"eslint-config-prettier": "8.8.0",
|
|
"eslint-plugin-import": "2.27.5",
|
|
"eslint-plugin-prettier": "4.2.1",
|
|
"husky": "8.0.3",
|
|
"lint-staged": "13.2.2",
|
|
"npm-run-all": "4.1.5",
|
|
"postcss-less": "6.0.0",
|
|
"postcss-scss": "4.0.6",
|
|
"prettier": "2.8.8",
|
|
"prettier-plugin-sh": "0.12.8",
|
|
"remark-cli": "11.0.0",
|
|
"stylelint": "15.6.0",
|
|
"stylelint-config-standard": "33.0.0",
|
|
"stylelint-config-standard-scss": "9.0.0",
|
|
"stylelint-less": "1.0.6",
|
|
"stylelint-prettier": "3.0.0"
|
|
}
|
|
}
|