-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.07 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.07 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
{
"name": "@timobechtel/style",
"version": "2.0.1",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/TimoBechtel/style"
},
"files": [
"bin",
"eslint",
"prettier",
"semantic-release",
"tsconfig"
],
"devDependencies": {
"@semantic-release/npm": "^13.1.4",
"eslint": "^9.39.3",
"prettier": "^3.8.1",
"semantic-release": "^25.0.3",
"typescript": "^5.9.3"
},
"peerDependencies": {
"eslint": "^9.39.3",
"prettier": "^3.8.1",
"semantic-release": "^25.0.3",
"typescript": "^5.9.3"
},
"dependencies": {
"@eslint/js": "^9.39.3",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@timobechtel/eslint-plugin-rules": "^1.0.0",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import-x": "^4.16.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-unicorn": "^63.0.0",
"globals": "^17.3.0",
"typescript-eslint": "^8.56.0"
}
}