-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.17 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
44
45
{
"name": "@pluralsh/stylelint-config",
"version": "1.0.0",
"description": "A modern stylelint configuration",
"author": "Plural (https://plural.sh)",
"license": "MIT",
"homepage": "https://github.com/pluralsh/stylelint-config#readme",
"bugs": {
"url": "https://github.com/pluralsh/stylelint-config/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pluralsh/stylelint-config.git"
},
"keywords": [
"stylelint"
],
"main": "index.js",
"scripts": {
"lint": "eslint .",
"fix": "eslint . --fix"
},
"engines": {
"node": "18.19.1"
},
"packageManager": "yarn@3.8.6",
"peerDependencies": {
"stylelint": ">= 14.9.1"
},
"dependencies": {
"stylelint": "15.11.0",
"stylelint-config-standard": "34.0.0",
"stylelint-no-unsupported-browser-features": "6.1.0",
"stylelint-order": "6.0.4"
},
"devDependencies": {
"conventional-changelog-conventionalcommits": "6.1.0",
"eslint": "8.57.1",
"eslint-config-pluralsh": "3.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "4.6.0"
}
}