-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.4 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"license": "GPL-2.0-or-later",
"scripts": {
"watch": "webpack --mode development --watch",
"build": "webpack",
"lint:js": "node ./node_modules/eslint/bin/eslint.js --config=.eslintrc.local.json .",
"lint:js-passing": "node ./node_modules/eslint/bin/eslint.js --quiet --config=.eslintrc.passing.json .",
"lint:js-stats": "node ./node_modules/eslint/bin/eslint.js --format=./scripts/js/eslint-stats-by-type.js .",
"lint:css": "stylelint \"css/**/*.css\"",
"lint:css-checkstyle": "stylelint \"**/*.css\" --custom-formatter ./node_modules/stylelint-checkstyle-formatter/index.js",
"prettier": "prettier --write \"./**/*.js\"",
"prettier-check": "prettier --check \"./**/*.js\""
},
"devDependencies": {
"@ckeditor/ckeditor5-dev-utils": "^25.4.5",
"ckeditor5": "~31.0.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jquery": "^1.5.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-yml": "^1.14.0",
"prettier": "^3.2.5",
"raw-loader": "^4.0.2",
"stylelint": "^16.3.1",
"stylelint-checkstyle-formatter": "^0.1.2",
"stylelint-config-standard": "^36.0.0",
"stylelint-formatter-gitlab": "^1.0.2",
"stylelint-order": "^6.0.4",
"terser-webpack-plugin": "^5.2.0",
"webpack": "^5.51.1",
"webpack-cli": "^4.4.0"
}
}