mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-16 21:58:17 +01:00
34f5cff755
PHPBB3-16746
111 lines
2.1 KiB
JSON
111 lines
2.1 KiB
JSON
{
|
|
"name": "phpbb",
|
|
"version": "4.0.0-dev",
|
|
"description": "phpBB Forum Software application",
|
|
"main": " ",
|
|
"directories": {
|
|
"doc": "docs"
|
|
},
|
|
"xo": {
|
|
"ignores": [
|
|
"./**/adm/style/admin.js",
|
|
"./**/adm/style/ajax.js",
|
|
"./**/adm/style/permissions.js",
|
|
"./**/adm/style/tooltip.js",
|
|
"./**/assets/javascript/core.js",
|
|
"./**/assets/javascript/editor.js",
|
|
"./**/assets/javascript/installer.js",
|
|
"./**/assets/javascript/plupload.js",
|
|
"./**/styles/prosilver/template/ajax.js",
|
|
"./**/styles/prosilver/template/forum_fn.js",
|
|
"./**/phpbb/**/*.js",
|
|
"./**/tests/**/*.js"
|
|
],
|
|
"rules": {
|
|
"quotes": [
|
|
"error",
|
|
"single"
|
|
],
|
|
"comma-dangle": [
|
|
"error",
|
|
"always-multiline"
|
|
],
|
|
"max-params": [
|
|
"error",
|
|
6
|
|
],
|
|
"block-spacing": "error",
|
|
"array-bracket-spacing": [
|
|
"error",
|
|
"always"
|
|
],
|
|
"object-curly-spacing": [
|
|
"error",
|
|
"always"
|
|
],
|
|
"multiline-comment-style": "off",
|
|
"computed-property-spacing": "off",
|
|
"space-in-parens": "off",
|
|
"capitalized-comments": "off",
|
|
"no-lonely-if": "off"
|
|
},
|
|
"env": [
|
|
"es6",
|
|
"browser",
|
|
"node",
|
|
"jquery"
|
|
]
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"not ie 11",
|
|
"not samsung 10.1",
|
|
"not and_uc 12.12",
|
|
"not op_mini all",
|
|
"edge >= 18",
|
|
"ff >= 72",
|
|
"chrome >= 79",
|
|
"safari >= 13",
|
|
"ios >= 12.4"
|
|
],
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/phpbb/phpbb.git"
|
|
},
|
|
"keywords": [
|
|
"phpBB",
|
|
"phpbb",
|
|
"forum",
|
|
"php",
|
|
"software",
|
|
"community"
|
|
],
|
|
"author": "",
|
|
"license": "GPL-2.0",
|
|
"bugs": {
|
|
"url": "https://tracker.phpbb.com"
|
|
},
|
|
"homepage": "https://www.phpbb.com",
|
|
"devDependencies": {
|
|
"cssnano": "^5.0.2",
|
|
"del": "^6.0.0",
|
|
"gulp": "^4.0.2",
|
|
"gulp-autoprefixer": "^7.0.1",
|
|
"gulp-postcss": "^9.0.0",
|
|
"gulp-rename": "^2.0.0",
|
|
"gulp-sass": "^4.1.0",
|
|
"gulp-sourcemaps": "^3.0.0",
|
|
"postcss": "^8.2.15",
|
|
"postcss-import": "^14.0.2",
|
|
"postcss-pxtorem": "^6.0.0",
|
|
"postcss-sorting": "^6.0.0",
|
|
"stylelint": "^13.13.1",
|
|
"stylelint-order": "^4.1.0",
|
|
"xo": "^0.40.1",
|
|
"yargs-parser": "^20.2.7"
|
|
}
|
|
}
|