-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.23 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.23 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
{
"name": "uk.co.compucorp.usermenu",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": ">=10.15.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "cd bin && ./install-php-linter"
},
"author": "",
"license": "ISC",
"devDependencies": {
"civicrm-scssroot": "git://github.com/totten/civicrm-scssroot.git#v0.1.1",
"eslint": "^6.5.1",
"eslint-config-semistandard": "^15.0.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsdoc": "^15.11.1",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.2.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.0.2",
"gulp-sass-glob": "^1.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-strip-css-comments": "^2.0.0",
"gulp-transform-selectors": "0.0.2",
"husky": "^3.0.9",
"lint-staged": "^9.4.2",
"postcss-discard-duplicates": "^4.0.2",
"postcss-prefix-selector": "^1.7.2",
"stylelint": "^11.1.1",
"stylelint-config-sass-guidelines": "^6.1.0"
}
}