-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·87 lines (87 loc) · 2.74 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
{
"$schema": "https://json.schemastore.org/package",
"name": "@ivosabev/config",
"version": "2.8.1",
"description": "Reusable ESLint, Prettier, TypeScript configs.",
"keywords": [
"javascript",
"typescript",
"ecmascript",
"eslint",
"lint",
"config",
"prettier"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ivosabev/eslint-config-ivolution.git"
},
"author": "Ivo Sabev <[email protected]> (http://ivosabev.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ivosabev/eslint-config-ivolution/issues"
},
"homepage": "https://github.com/ivosabev/eslint-config-ivolution#readme",
"engines": {
"node": ">=16.0.0"
},
"main": "index.js",
"type": "module",
"imports": {
"#/*": "./*"
},
"exports": {
".": "./index.js",
"./eslint": "./eslint.js",
"./prettier": "./prettier.js",
"./typescript/base": "./typescript/base.json",
"./typescript/build": "./typescript/build.json",
"./typescript/dom": "./typescript/dom.json",
"./typescript/node": "./typescript/node.json",
"./typescript/reset.d.ts": "./typescript/reset.d.ts"
},
"dependencies": {
"@stylistic/eslint-plugin-js": "2.12.1",
"@total-typescript/ts-reset": "0.6.1",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"@vitest/eslint-plugin": "1.1.20",
"eslint": "9.17.0",
"eslint-import-resolver-node": "0.3.9",
"eslint-import-resolver-typescript": "3.7.0",
"eslint-plugin-import-x": "4.6.1",
"eslint-plugin-jest-dom": "5.5.0",
"eslint-plugin-jsonc": "2.18.2",
"eslint-plugin-newline-destructuring": "1.2.2",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.2.0-canary-4dff0e62-20241213",
"eslint-plugin-sort-destructure-keys": "2.0.0",
"eslint-plugin-sort-keys-fix": "1.1.2",
"eslint-plugin-tailwindcss": "3.17.5",
"eslint-plugin-testing-library": "7.1.1",
"globals": "15.14.0",
"jsonc-eslint-parser": "2.4.0",
"ts-plugin-sort-import-suggestions": "1.0.4",
"typescript-eslint": "8.18.1"
},
"devDependencies": {
"@types/react": "19.0.2",
"jest": "29.7.0",
"npm-check": "6.0.1",
"npm-run-all": "4.1.5",
"prettier": "3.4.2",
"prettier-plugin-tailwindcss": "0.6.9",
"react": "19.0.0",
"release-it": "17.10.0",
"typescript": "5.7.2"
},
"scripts": {
"lint-check": "eslint .",
"lint": "eslint .",
"release": "npm run validate && release-it",
"typecheck": "tsc",
"validate": "run-p -l lint typecheck",
"up": "npm-check --update -f"
},
"packageManager": "[email protected]+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228"
}