-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.18 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.18 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
{
"name": "mvps-linting",
"version": "0.0.1",
"description": "Defining code standards & linting rules for Miva Pro Services development",
"repository": {
"type": "git",
"url": "git+https://miva_ssoule@bitbucket.org/miva-proservices/mvps-linting.git"
},
"license": "MIT",
"homepage": "https://bitbucket.org/miva-proservices/mvps-linting#readme",
"devDependencies": {
"csscomb": "^4.3.0",
"csslint": "^1.0.5",
"eslint": "^5.16.0",
"gulp": "^4.0.0",
"gulp-csslint": "^1.0.1",
"gulp-eslint": "^5.0.0",
"gulp-htmlhint": "^2.2.1",
"gulp-htmllint": "0.0.16",
"gulp-jshint": "^2.1.0",
"gulp-jslint": "^1.0.10",
"gulp-phpcs": "^2.2.0",
"gulp-remark": "^6.0.2",
"gulp-shell": "^0.7.0",
"gulp-stylelint": "^8.0.0",
"htmlhint": "^0.11.0",
"jshint": "^2.10.2",
"jslint": "^0.12.1",
"markdownlint": "^0.13.0",
"phplint": "^2.0.1",
"prettier": "^1.17.1",
"remark-html": "^9.0.0",
"remark-preset-lint-markdown-style-guide": "^2.1.2",
"stylelint": "^9.10.1",
"stylelint-config-recommended": "^2.1.0",
"stylelint-order": "^3.0.0",
"stylelint-prettier": "^1.1.0",
"through2": "^3.0.1"
}
}