-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
55 lines (55 loc) · 1.48 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
{
"name": "@vue/create-eslint-config",
"version": "0.3.3",
"description": "Utility to setup ESLint in Vue.js projects.",
"type": "module",
"main": "index.js",
"bin": {
"create-eslint-config": "bin/create-eslint-config.js"
},
"engines": {
"node": "^16.14.0 || >= 18.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/create-eslint-config.git"
},
"keywords": [
"vue",
"eslint",
"config"
],
"author": "Haoqun Jiang <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/create-eslint-config/issues"
},
"homepage": "https://github.com/vuejs/create-eslint-config#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"enquirer": "^2.4.1",
"javascript-stringify": "^2.1.0",
"kolorist": "^1.8.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.0.2",
"@eslint/js": "^9.0.0",
"@rushstack/eslint-patch": "^1.10.1",
"@vue/eslint-config-airbnb": "^8.0.0",
"@vue/eslint-config-airbnb-with-typescript": "^8.0.0",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-standard": "^8.0.1",
"@vue/eslint-config-standard-with-typescript": "^8.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.24.0",
"prettier": "^3.2.5",
"standard": "^17.1.0",
"typescript": "~5.1.6"
}
}