-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.33 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.33 KB
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
{
"name": "@inputstudio/eslint-prettier",
"version": "1.0.1",
"description": "EsLint and Prettier default configuration used at Input Studio",
"main": "index.js",
"license": "MIT",
"author": "Input Studio <hello@inputstudio.co> (https://inputstudio.co)",
"repository": {
"type": "git",
"url": "git+https://github.com/inputstudio/eslint-prettier.git"
},
"keywords": [
"typescript",
"config",
"eslint",
"eslint-config",
"prettier",
"prettier-config",
"formatter"
],
"scripts": {
"prettier:check": "prettier --check ."
},
"prettier": "./prettier.js",
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.12",
"vue-eslint-parser": "^9.4.2"
},
"peerDependencies": {
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.12",
"vue-eslint-parser": "^9.4.2"
}
}