{ "name": "AdminLTE", "version": "1.0.0", "private": true, "description": "", "repository": { "type": "git", "url": "git+https://github.com/pi-hole/AdminLTE.git" }, "keywords": [], "author": "", "license": "EUPL-1.2", "bugs": { "url": "https://github.com/pi-hole/AdminLTE/issues" }, "homepage": "https://github.com/pi-hole/AdminLTE#readme", "scripts": { "prefix": "postcss \"style/*.css\" \"style/themes/*.css\" --use autoprefixer --no-map --replace", "prettier:check": "prettier -l \"style/*.css\" \"style/themes/*.css\" \"scripts/pi-hole/**/*.js\"", "prettier:fix": "prettier --write \"style/*.css\" \"style/themes/*.css\" \"scripts/pi-hole/**/*.js\"", "xo": "xo", "xo:fix": "npm run xo -- --fix", "test": "npm run prettier:check && npm run xo" }, "devDependencies": { "autoprefixer": "^9.8.0", "postcss-cli": "^7.1.1", "prettier": "2.0.4", "xo": "^0.30.0" }, "browserslist": [ "defaults", "Explorer >= 10", "not ExplorerMobile <= 11", "not Safari 5.1" ], "prettier": { "arrowParens": "avoid", "bracketSpacing": true, "endOfLine": "auto", "printWidth": 100, "singleQuote": false, "trailingComma": "none" }, "xo": { "envs": [ "browser", "jquery" ], "parserOptions": { "ecmaVersion": 5, "sourceType": "script" }, "esnext": false, "prettier": true, "space": 2, "ignores": [ "**/vendor/**" ], "rules": { "camelcase": [ "error", { "properties": "never" } ], "capitalized-comments": "off", "new-cap": [ "error", { "properties": false } ], "no-alert": "off", "no-console": "error", "no-negated-condition": "off", "one-var": "off", "radix": "off", "spaced-comment": "off", "unicorn/explicit-length-check": [ "error", { "non-zero": "greater-than" } ], "unicorn/filename-case": "off", "unicorn/no-fn-reference-in-iterator": "off", "unicorn/no-for-loop": "off", "unicorn/prefer-includes": "off", "unicorn/prefer-node-append": "off", "unicorn/prefer-number-properties": "off", "unicorn/prefer-query-selector": "off", "unicorn/prefer-string-slice": "off", "unicorn/prevent-abbreviations": "off" } } }