This repository has been archived by the owner on Nov 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
51 lines (51 loc) · 1.42 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
{
"name": "lint-condo",
"private": true,
"description": "Lint Container for Docker",
"repository": "https://github.com/singapore/lint-condo",
"dependencies": {
"bootlint": "1.1.0",
"chalk": "2.4.2",
"coffeelint": "2.1.0",
"csslint": "1.0.5",
"dependency-lint": "7.1.0",
"dockerfile_lint": "0.3.4",
"doiuse": "4.2.0",
"eslint": "5.5.0",
"eslint-config-airbnb": "17.1.0",
"eslint-plugin-compat": "2.5.1",
"eslint-config-google": "0.9.1",
"eslint-config-strict": "14.0.1",
"eslint-config-xo-react": "0.17.0",
"eslint-plugin-angular": "3.3.0",
"eslint-plugin-filenames": "1.3.2",
"eslint-plugin-if-in-test": "0.2.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.1",
"eslint-plugin-node": "7.0.1",
"eslint-plugin-promise": "4.0.0",
"eslint-plugin-react": "7.11.1",
"eslint-plugin-xo": "1.0.0",
"jshint": "2.13.1",
"jslint": "0.12.1",
"markdownlint-cli": "0.28.1",
"proselint": "0.1.7",
"pug-lint": "2.6.0",
"remark-cli": "5.0.0",
"remark-lint": "6.0.6",
"sass-lint": "1.13.1",
"stylelint-config-standard": "18.3.0",
"stylelint-scss": "3.21.0",
"stylelint": "9.10.1",
"tern-lint": "0.6.0",
"tslint": "5.20.1",
"typescript": "4.4.3",
"write-good": "1.0.8",
"xo": "0.44.0"
},
"devDependencies": {
"glob": "7.2.0",
"js-yaml": "3.14.1",
"log-symbols": "2.2.0"
}
}