forked from azat-io/eslint-plugin-perfectionist
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
140 lines (140 loc) · 4.75 KB
/
package.json
File metadata and controls
140 lines (140 loc) · 4.75 KB
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "eslint-plugin-perfectionist",
"version": "5.9.0",
"description": "ESLint plugin for sorting various data such as objects, imports, types, enums, JSX props, etc.",
"keywords": [
"eslint",
"eslint-plugin",
"perfectionist"
],
"homepage": "https://perfectionist.dev",
"repository": "azat-io/eslint-plugin-perfectionist",
"license": "MIT",
"author": "Azat S. <to@azat.io>",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./alphabet": {
"types": "./dist/alphabet.d.ts",
"default": "./dist/utils/alphabet.js"
},
"./package.json": "./package.json"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"./dist"
],
"scripts": {
"build": "vite build",
"ci:changelog": "changelogithub",
"ci:clear": "clear-package-json package.json --output package.json",
"docs:build": "astro build",
"docs:dev": "astro dev",
"release": "pnpm release:check && pnpm release:version && pnpm release:prepare && pnpm release:git",
"release:check": "pnpm test && pnpm run build",
"release:git": "pnpm release:git:add && pnpm release:git:commit && pnpm release:git:tag && pnpm release:git:push",
"release:git:add": "git add .",
"release:git:commit": "cross-env-shell \"git commit -m \\\"build: publish v$npm_package_version\\\"\"",
"release:git:push": "cross-env-shell \"git push --atomic origin HEAD v$npm_package_version\"",
"release:git:tag": "cross-env-shell \"git tag v$npm_package_version\"",
"release:prepare": "pnpm run /^release:prepare:/",
"release:prepare:changelog": "prettier --write changelog.md",
"release:prepare:package-json": "prettier --write package.json",
"release:version": "changelogen --output changelog.md --release --no-commit --no-tag",
"test": "pnpm run /^test:/",
"test:astro": "astro check",
"test:css": "stylelint \"docs/**/*.{astro,svelte,css}\"",
"test:format": "prettier --check \"**/*.{astro,svelte,js,ts,json,md,yml}\"",
"test:js": "eslint --concurrency auto .",
"test:packages": "pnpm dedupe --check",
"test:spelling": "cspell \"**/*\"",
"test:svelte": "svelte-check",
"test:types": "tsc --noEmit --pretty",
"test:unit": "vitest --run --coverage",
"test:usage": "knip"
},
"dependencies": {
"@typescript-eslint/utils": "^8.58.2",
"natural-orderby": "^5.0.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.8",
"@astrojs/mdx": "^5.0.3",
"@astrojs/sitemap": "^3.7.2",
"@astrojs/svelte": "^8.0.5",
"@azat-io/eslint-config": "^2.77.0",
"@azat-io/prettier-config": "^1.1.1",
"@azat-io/stylelint-config": "^1.9.0",
"@azat-io/typescript-config": "^1.1.1",
"@commitlint/cli": "^20.5.0",
"@commitlint/config-conventional": "^20.5.0",
"@commitlint/types": "^20.5.0",
"@humanwhocodes/crosspost": "^1.0.4",
"@humanwhocodes/social-changelog": "^0.4.0",
"@nanostores/persistent": "^1.3.3",
"@poppanator/sveltekit-svg": "6.0.1",
"@shikijs/langs": "^4.0.2",
"@shikijs/transformers": "^4.0.2",
"@types/mdast": "^4.0.4",
"@types/node": "^25.6.0",
"@types/unist": "^3.0.3",
"@typescript-eslint/parser": "^8.58.2",
"@typescript-eslint/types": "^8.58.2",
"@vercel/og": "^0.11.1",
"@vitest/coverage-v8": "^4.1.4",
"ajv-draft-04": "^1.0.0",
"astro": "^6.1.7",
"browserslist": "^4.28.2",
"changelogen": "^0.6.2",
"changelogithub": "^14.0.0",
"clean-publish": "^6.0.5",
"cross-env": "^10.1.0",
"cspell": "^10.0.0",
"dedent": "^1.7.2",
"eslint": "^10.2.1",
"eslint-plugin-eslint-plugin": "^7.3.2",
"eslint-vitest-rule-tester": "^3.1.0",
"hast-util-to-text": "^4.0.2",
"json-schema-to-typescript-lite": "^15.0.0",
"keyux": "^0.11.5",
"knip": "^6.4.1",
"lightningcss": "^1.32.0",
"mdast-util-to-string": "^4.0.0",
"minisearch": "^7.2.0",
"nanostores": "^1.3.0",
"oxlint": "^1.60.0",
"postcss-html": "^1.8.1",
"prettier": "^3.8.3",
"rehype-external-links": "^3.0.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"remark-mdx": "^3.1.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"remark-sectionize": "^2.1.0",
"shiki": "^4.0.2",
"shiki-magic-move": "^1.3.0",
"simple-git-hooks": "^2.13.1",
"stylelint": "^17.8.0",
"svelte": "5.55.4",
"svelte-check": "^4.4.6",
"tinyexec": "^1.1.1",
"typescript": "^6.0.3",
"unified": "^11.0.5",
"unist-util-visit": "^5.1.0",
"vite": "^8.0.8",
"vite-plugin-dts": "4.5.4",
"vite-plugin-prettier-format": "^1.0.0",
"vitest": "^4.1.4"
},
"peerDependencies": {
"eslint": "^8.45.0 || ^9.0.0 || ^10.0.0"
},
"engines": {
"node": "^20.0.0 || >=22.0.0"
}
}