-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.12 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
{
"name": "stylelint-config-equinusocio",
"version": "2.0.2",
"description": "Stylelint configuration based on my experience and taste",
"main": "index.js",
"publishConfig": {},
"repository": {
"type": "git",
"url": "https://github.com/equinusocio/stylelint-config-equinusocio"
},
"keywords": [
"stylelint",
"stylelint-config",
"styelint-config-equinusocio",
"stylelint-config-standard",
"Mattia Astorino",
"Equinusocio",
"standard"
],
"author": "Mattia Astorino",
"license": "MIT",
"scripts": {
"lint": "eslint .",
"change": "changeset",
"release": "changeset version && changeset publish && git push --follow-tags",
"update:deps": "pnpm dlx npm-upgrade"
},
"peerDependencies": {
"@stylistic/stylelint-plugin": ">=3",
"stylelint": ">=16.13.0",
"stylelint-config-recommended": ">=15"
},
"devDependencies": {
"@changesets/cli": "2.27.11",
"@stylistic/stylelint-plugin": "3.1.1",
"cross-var": "1.1.0",
"standard-version": "9.5.0",
"stylelint": "16.13.2",
"stylelint-config-recommended": "15.0.0",
"typescript": "5.7.3"
}
}