-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
139 lines (139 loc) · 4.04 KB
/
package.json
File metadata and controls
139 lines (139 loc) · 4.04 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
{
"name": "@solvro/config",
"version": "2.3.0",
"description": "Solvro's engineering style guide",
"keywords": [
"eslint",
"prettier",
"solvro"
],
"homepage": "https://github.com/Solvro/lib-web-solvro-config#readme",
"bugs": {
"url": "https://github.com/Solvro/lib-web-solvro-config/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Solvro/lib-web-solvro-config.git"
},
"license": "MPL-2.0",
"type": "module",
"exports": {
"./eslint": {
"types": "./dist/eslint/index.d.ts",
"import": "./dist/eslint/index.js",
"require": "./dist/eslint/index.cjs"
},
"./prettier": {
"types": "./dist/prettier/index.d.ts",
"import": "./dist/prettier/index.js",
"require": "./dist/prettier/index.cjs"
},
"./commitlint": {
"types": "./dist/commitlint/index.d.ts",
"import": "./dist/commitlint/index.js",
"require": "./dist/commitlint/index.cjs"
}
},
"bin": "./bin/index.js",
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"build:watch": "tsup --watch",
"cli": "tsx ./src/cli/index.ts",
"dev": "npx @eslint/config-inspector",
"format": "prettier --check .",
"knip": "knip",
"lint": "eslint .",
"prepare": "husky || true",
"prepublish": "npm run build",
"release": "semantic-release",
"test": "vitest run",
"test:ui": "vitest --ui",
"test:watch": "vitest",
"typecheck": "tsgo --noEmit"
},
"lint-staged": {
"*": "prettier -w --ignore-unknown"
},
"prettier": "./dist/prettier/index.js",
"dependencies": {
"@adonisjs/eslint-config": "^3.0.0",
"@clack/prompts": "^1.1.0",
"@commitlint/config-conventional": "^20.4.3",
"@darraghor/eslint-plugin-nestjs-typed": "^7.1.26",
"@eslint-community/eslint-plugin-eslint-comments": "^4.7.1",
"@eslint/config-helpers": "^0.4.2",
"@eslint/js": "^9.37.0",
"@solvro/utils": "^1.5.0",
"@tanstack/eslint-plugin-query": "^5.91.4",
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^8.46.0",
"commander": "^14.0.3",
"eslint-config-flat-gitignore": "^2.2.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-antfu": "^3.2.2",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsdoc": "^62.7.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-n": "^17.24.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"eslint-plugin-react-you-might-not-need-an-effect": "^0.9.2",
"eslint-plugin-unicorn": "^64.0.0",
"eslint-plugin-unused-imports": "^4.4.1",
"execa": "^9.6.1",
"find-up-simple": "^1.0.1",
"globals": "^17.4.0",
"is-interactive": "^2.0.0",
"local-pkg": "^1.1.2",
"package-manager-detector": "^1.6.0",
"picocolors": "^1.1.1",
"prettier-plugin-packagejson": "^3.0.2",
"prettier-plugin-tailwindcss": "^0.7.2",
"semver": "^7.7.4",
"typescript-eslint": "^8.56.1"
},
"devDependencies": {
"@commitlint/cli": "^20.4.3",
"@commitlint/types": "^20.4.3",
"@eslint/config-inspector": "^1.5.0",
"@next/eslint-plugin-next": "^16.1.6",
"@semantic-release/git": "^10.0.1",
"@types/node": "^25.3.5",
"@types/semver": "^7.7.1",
"@typescript-eslint/utils": "^8.56.1",
"@typescript/native-preview": "^7.0.0-dev.20251012.1",
"@vitest/coverage-v8": "^4.0.18",
"@vitest/ui": "^4.0.18",
"eslint": "^9.39.4",
"husky": "^9.1.7",
"knip": "^6.0.0",
"lint-staged": "^16.3.2",
"pkg-pr-new": "^0.0.66",
"prettier": "^3.8.1",
"semantic-release": "^25.0.3",
"tsup": "^8.5.1",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vitest": "^4.0.18"
},
"peerDependencies": {
"@next/eslint-plugin-next": ">=12.3.0",
"eslint": ">=9.0.0 <10.0.0"
},
"packageManager": "npm@11.11.1",
"engines": {
"node": "^20.19.0 || >=22.12.0",
"npm": "^11.11.1"
},
"volta": {
"node": "22.22.1",
"npm": "11.11.1"
},
"publishConfig": {
"access": "public"
}
}