-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.09 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
{
"name": "@vinicunca/eslint-config-monorepo",
"type": "module",
"version": "2.12.2",
"private": true,
"packageManager": "pnpm@9.12.3",
"author": "praburangki<https://github.com/praburangki>",
"scripts": {
"lint": "TIMING=1 eslint .",
"test": "pnpm -r run test",
"postinstall": "is-ci || pnpm -r run stub",
"release": "bumpp -r",
"gen:meta": "tsx scripts/gen-meta.ts",
"build:docs": "pnpm --filter @vinicunca/eslint-config-docs build",
"fb:deploy": "firebase deploy --only hosting:eslint",
"publish:ci": "pnpm --filter @vinicunca/eslint-config publish:ci"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.15.2",
"@eslint/config-inspector": "^0.5.6",
"@prettier/plugin-xml": "^3.4.1",
"@stylistic/eslint-plugin-migrate": "^2.10.1",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.8.2",
"@types/prompts": "^2.4.9",
"@types/yargs": "^17.0.33",
"@vinicunca/eslint-config": "workspace:*",
"@vinicunca/perkakas": "^1.0.6",
"astro-eslint-parser": "^1.0.3",
"bumpp": "^9.8.1",
"eslint": "^9.14.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"eslint-plugin-solid": "^0.14.3",
"eslint-plugin-svelte": "^2.46.0",
"eslint-typegen": "^0.3.2",
"execa": "^9.5.1",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"is-ci": "^3.0.1",
"jiti": "^2.4.0",
"lint-staged": "^15.2.10",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-slidev": "^1.0.5",
"react": "^18.3.1",
"rimraf": "^6.0.1",
"simple-git-hooks": "^2.11.1",
"svelte": "^5.1.12",
"svelte-eslint-parser": "^0.43.0",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"vitest": "^2.1.4",
"vue": "^3.5.12"
},
"resolutions": {
"@eslint-community/eslint-utils": "^4.4.0",
"@typescript-eslint/utils": "^8.4.0",
"eslint": "^9.12.0",
"tsx": "^4.19.0"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"*": "eslint --flag unstable_ts_config --fix"
}
}