-
Notifications
You must be signed in to change notification settings - Fork 79
/
package.json
43 lines (43 loc) · 1.41 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
36
37
38
39
40
41
42
43
{
"name": "Extension-Builder",
"version": "1.0.0",
"description": "Extension-Builder",
"main": "public/index.php",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"sass-lint": "sass-lint -c sass-lint.yml -q '**/*.scss' --verbose",
"sl-check": "stylelint -c ./build/stylelint/.stylelintrc.json -i ./build/stylelint/.stylelintignore \"**/*.{scss,sass,css}\""
},
"author": "Philipp Kuhlmay",
"license": "",
"devDependencies": {
"sass-lint": "^1.13.1",
"@eslint/js": "^9.4.0",
"@types/eslint-plugin-mocha": "^10",
"@types/eslint__js": "^8.42.3",
"eslint": "^9.4.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^3.3.0",
"eslint-plugin-mocha": "^10.4.3",
"eslint-plugin-prettier": "^5.1.3",
"glob": "^10.4.2",
"globals": "^15.3.0",
"postcss": "^8.4.38",
"postcss-scss": "^4.0.9",
"prettier": "3.3.3",
"prettier-eslint": "^16.3.0",
"prettier-stylelint": "^0.4.2",
"sass": "^1.77.6",
"stylelint": "^16.6.1",
"stylelint-config-recommended": "^14.0.0",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^5.0.0",
"stylelint-scss": "^6.2.1",
"typescript": "^5.5.2",
"typescript-eslint": "^7.13.1"
},
"sasslintConfig": "linters/sass-lint.yml"
}