generated from archoleat/repo-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
116 lines (116 loc) · 3.72 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "@archoleat/stylelint-config-extended-scss",
"description": "Extended config for Stylelint with property sorting",
"version": "1.11.0",
"license": "MIT",
"author": {
"email": "archoleat@gmail.com",
"name": "Archoleat",
"url": "https://github.com/archoleat"
},
"homepage": "https://github.com/archoleat/stylelint-config-extended-scss#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/archoleat/stylelint-config-extended-scss.git"
},
"bugs": {
"url": "https://github.com/archoleat/stylelint-config-extended-scss/issues"
},
"keywords": [
"archoleat-stylelint-config-extended-scss",
"archoleat",
"plugin",
"scss",
"stylelint-config-extended-scss",
"stylelint-config-standard-scss",
"stylelint-config",
"stylelint-declaration-block-no-ignored-properties",
"stylelint-gamut",
"stylelint-group-selectors",
"stylelint-high-performance-animation",
"stylelint-order",
"stylelint-plugin-defensive-css",
"stylelint-plugin-logical-css",
"stylelint-prettier",
"stylelint-rem-over-px",
"stylelint"
],
"engines": {
"bun": ">=1.0.0"
},
"type": "module",
"imports": {
"#config/*": "./src/config/*",
"#create-at-rule-parameters": "./src/utils/create-at-rule/parameters.ts",
"#create-rule-parameters": "./src/utils/create-rule/parameters.ts",
"#data/*": "./src/data/*",
"#properties/*": "./src/config/properties/*",
"#rules/*": "./src/config/rules/*",
"#utils/*": "./src/utils/*"
},
"exports": {
".": "./index.js"
},
"files": [
"index.js"
],
"scripts": {
"init": "bun i && husky"
},
"peerDependencies": {
"stylelint": "^15.0.0 || ^16.0.0"
},
"dependencies": {
"@archoleat/reglib": "^1.7.0",
"prettier": "^3.4.2",
"stylelint": "^16.13.2",
"stylelint-config-standard-scss": "^14.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"stylelint-gamut": "^1.3.4",
"stylelint-group-selectors": "^1.0.10",
"stylelint-high-performance-animation": "^1.10.0",
"stylelint-order": "^6.0.4",
"stylelint-plugin-defensive-css": "^1.0.4",
"stylelint-plugin-logical-css": "^1.2.1",
"stylelint-prettier": "^5.0.2",
"stylelint-rem-over-px": "^1.0.2"
},
"devDependencies": {
"@archoleat/commitlint-define-config": "^1.1.0",
"@archoleat/eslint-flat-compatibility": "^1.2.1",
"@archoleat/prettier-define-config": "^1.1.0",
"@archoleat/semantic-release-define-config": "^1.2.0",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/types": "^19.5.0",
"@rollup/plugin-typescript": "^12.1.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/bun": "^1.1.16",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"conventional-changelog-conventionalcommits": "^8.0.0",
"editorconfig-checker": "^6.0.1",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-define-config": "^2.1.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^56.0.1",
"git-pull-run": "^1.4.0",
"globals": "^15.14.0",
"husky": "^9.1.7",
"lint-staged": "^15.3.0",
"remark": "15.0.1",
"remark-cli": "^12.0.1",
"remark-preset-lint-consistent": "^6.0.0",
"remark-preset-lint-markdown-style-guide": "^6.0.0",
"remark-preset-lint-recommended": "^7.0.0",
"rollup": "^4.30.1",
"rollup-plugin-esbuild": "^6.1.1",
"semantic-release": "^24.2.1"
}
}