forked from civicrm/org.civicrm.civicase
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
65 lines (65 loc) · 2.08 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "uk.co.compucorp.civicase",
"version": "5.0.0",
"description": "The CiviCase extension is an overhaul of the CiviCase UI. It provides a richer experience with more thoughtful layouts and interactions.",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"engines": {
"node": ">=14.16.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "cd bin && ./install-php-linter"
},
"repository": {
"type": "git",
"url": "git+https://github.com/compucorp/uk.co.compucorp.civicase.git"
},
"author": "Compucorp <[email protected]>",
"license": "GNU Affero Public License 3.0",
"bugs": {
"url": "https://github.com/compucorp/uk.co.compucorp.civicase/issues"
},
"homepage": "https://github.com/compucorp/uk.co.compucorp.civicase#readme",
"devDependencies": {
"civicrm-cv": "^0.1.2",
"civicrm-scssroot": "totten/civicrm-scssroot#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": "^1.4.0",
"gulp-sass": "^4.1.0",
"gulp-sass-glob": "^1.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-strip-css-comments": "^2.0.0",
"gulp-transform-selectors": "0.0.2",
"htmlhint": "^0.14.2",
"husky": "^3.0.9",
"jasmine-core": "^3.5.0",
"karma": "^4.4.1",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.2",
"karma-jasmine": "^2.0.1",
"karma-jasmine-diff": "^0.1.1",
"karma-ng-html2js-preprocessor": "^1.0.0",
"lint-staged": "^9.4.2",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"postcss-discard-duplicates": "^4.0.2",
"postcss-prefix-selector": "^1.7.2",
"stylelint": "^11.1.1",
"stylelint-config-sass-guidelines": "^6.1.0"
}
}