-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.35 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
{
"name": "@wisemen/eslint-config-vue",
"type": "module",
"version": "0.2.3",
"packageManager": "pnpm@9.9.0",
"description": "Eslint config for Vue.js projects",
"author": "Wisemen",
"license": "ISC",
"main": "eslint.config.js",
"scripts": {
"pub:beta": "pnpm publish --no-git-checks --access public --tag beta",
"pub:next": "pnpm publish --no-git-checks --access public --tag next",
"pub:release": "pnpm publish --access public",
"eslint": "eslint . --fix",
"lint": "eslint .",
"eslint-stats": "eslint . --stats -f json",
"test": "ts-node createFiles.ts",
"pack": "pnpm pack"
},
"peerDependencies": {
"eslint": "9.6.0"
},
"dependencies": {
"@antfu/eslint-config": "3.8.0",
"@eslint/eslintrc": "3.1.0",
"@intlify/eslint-plugin-vue-i18n": "3.0.0",
"@vitest/eslint-plugin": "^1.1.8",
"eslint": "9.14.0",
"eslint-plugin-check-file": "2.8.0",
"eslint-plugin-path": "1.3.0",
"eslint-plugin-perfectionist": "3.9.1",
"eslint-plugin-putout": "23.2.0",
"eslint-plugin-require-explicit-generics": "1.0.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-tailwindcss": "3.17.5",
"eslint-plugin-unused-imports": "4.1.4"
},
"devDependencies": {
"@types/eslint__eslintrc": "2.1.2",
"eslint": "9.14.0",
"ts-node": "^10.9.2",
"tsx": "^4.19.2"
}
}