-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1 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
{
"name": "@dangl/prettier-config-dangl",
"version": "1.0.0",
"description": "Prettier Config for Dangl IT projects",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"format": "prettier --write ."
},
"keywords": [
"prettier",
"prettier-config"
],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Dangl-IT/prettier-config-dangl.git"
},
"homepage": "https://github.com/Dangl-IT/prettier-config-dangl",
"devDependencies": {
"@angular-eslint/eslint-plugin": "^18.4.0",
"@angular-eslint/eslint-plugin-template": "^18.4.0",
"@angular-eslint/template-parser": "^18.4.0",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-angular": "^4.1.0",
"eslint-plugin-prettier": "^5.2.1"
},
"dependencies": {
"prettier": "~3.3.3",
"@trivago/prettier-plugin-sort-imports": "~4.3.0"
}
}