-
-
Notifications
You must be signed in to change notification settings - Fork 172
/
package.json
81 lines (81 loc) · 2.13 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
{
"name": "prettier-eslint",
"version": "16.3.0",
"description": "Formats your JavaScript using prettier followed by eslint --fix",
"main": "dist/index.js",
"types": "types/index.d.ts",
"scripts": {
"prepare": "husky install",
"start": "nps",
"test": "nps test"
},
"files": [
"dist",
"types"
],
"keywords": [],
"author": "Kent C. Dodds <[email protected]> (http://kentcdodds.com/)",
"maintainers": [
"Simon Fridlund <[email protected]>",
"JounQin (https://www.1stG.me) <[email protected]>"
],
"license": "MIT",
"peerDependencies": {
"prettier-plugin-svelte": "^3.0.0",
"svelte-eslint-parser": "*"
},
"peerDependenciesMeta": {
"prettier-plugin-svelte": {
"optional": true
},
"svelte-eslint-parser": {
"optional": true
}
},
"dependencies": {
"@typescript-eslint/parser": "^6.7.5",
"common-tags": "^1.4.0",
"dlv": "^1.1.0",
"eslint": "^8.7.0",
"indent-string": "^4.0.0",
"lodash.merge": "^4.6.0",
"loglevel-colored-level-prefix": "^1.0.0",
"prettier": "^3.0.1",
"pretty-format": "^29.7.0",
"require-relative": "^0.8.7",
"typescript": "^5.2.2",
"vue-eslint-parser": "^9.1.0"
},
"devDependencies": {
"@babel/cli": "^7.22.9",
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.22.9",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@types/eslint": "^8.4.2",
"all-contributors-cli": "^6.7.0",
"eslint-config-kentcdodds": "^20.5.0",
"eslint-plugin-node-dependencies": "^0.11.0",
"husky": "^8.0.1",
"jest": "^29.6.2",
"nps": "^5.7.1",
"nps-utils": "^1.3.0",
"prettier-eslint-cli": "^8.0.0",
"prettier-plugin-svelte": "^3.1.2",
"rimraf": "^5.0.5",
"strip-indent": "^3.0.0",
"svelte": "^4.2.9",
"svelte-eslint-parser": "^0.33.1"
},
"engines": {
"node": ">=16.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/prettier/prettier-eslint.git"
},
"bugs": {
"url": "https://github.com/prettier/prettier-eslint/issues"
},
"homepage": "https://github.com/prettier/prettier-eslint#readme"
}