1 | {
|
2 | "name": "@vue/eslint-config-standard",
|
3 | "version": "9.0.0",
|
4 | "description": "eslint-config-standard for Vue.js projects",
|
5 | "type": "module",
|
6 | "main": "index.js",
|
7 | "exports": {
|
8 | ".": "./index.js",
|
9 | "./package.json": "./package.json"
|
10 | },
|
11 | "publishConfig": {
|
12 | "access": "public"
|
13 | },
|
14 | "repository": {
|
15 | "type": "git",
|
16 | "url": "git+https://github.com/vuejs/eslint-config-standard.git",
|
17 | "directory": "packages/eslint-config-standard"
|
18 | },
|
19 | "keywords": [
|
20 | "vue",
|
21 | "eslint",
|
22 | "standard"
|
23 | ],
|
24 | "author": "Evan You",
|
25 | "license": "MIT",
|
26 | "bugs": {
|
27 | "url": "https://github.com/vuejs/eslint-config-standard/issues"
|
28 | },
|
29 | "homepage": "https://github.com/vuejs/eslint-config-standard/blob/main/packages/eslint-config-standard#readme",
|
30 | "dependencies": {
|
31 | "@stylistic/eslint-plugin": "^2.13.0",
|
32 | "eslint-import-resolver-next": "^0.4.1",
|
33 | "eslint-plugin-import-x": "^4.6.1",
|
34 | "eslint-plugin-n": "^17.15.1",
|
35 | "eslint-plugin-promise": "^7.2.1",
|
36 | "globals": "^15.14.0"
|
37 | },
|
38 | "peerDependencies": {
|
39 | "eslint": "^9.10.0",
|
40 | "eslint-plugin-vue": "^9.28.0"
|
41 | },
|
42 | "devDependencies": {
|
43 | "eslint": "^9.18.0"
|
44 | }
|
45 | } |
\ | No newline at end of file |