-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
53 lines (53 loc) · 1.88 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
{
"name": "superdesk-analytics",
"version": "2.8.0",
"description": "",
"main": "index.js",
"scripts": {
"fix": "eslint client --ext=jsx --ext=js --ext=tsx --ext=ts --ext=spec --fix",
"hint": "eslint client --ext=jsx --ext=js --ext=tsx --ext=ts --ext=spec",
"lint": "eslint client --ext=jsx --ext=js --ext=tsx --ext=ts --ext=spec --quiet",
"test": "npm run hint && npm run unit_test",
"unit_test": "karma start karma.conf.js --log-level debug --display-error-details --single-run",
"karma": "karma start karma.conf.js --log-level debug --display-error-details"
},
"repository": {
"type": "git",
"url": "https://github.com/superdesk/superdesk-analytics.git"
},
"author": "Sourcefabric z.u.",
"license": "AGPL-3.0",
"homepage": "https://github.com/superdesk/superdesk-analytics#readme",
"dependencies": {
"angular-embed": "github:superdesk/angular-embed#d75968e",
"angular-embedly": "github:superdesk/angular-embedly#0.0.8",
"highcharts": "^6.2.0",
"lodash": "4.17.19",
"moment": "^2.29.4",
"moment-timezone": "^0.5.41",
"rangy": "1.3.0",
"ts-loader": "3.5.0",
"twix": "^1.1.5"
},
"devDependencies": {
"@types/lodash": "4.14.117",
"@typescript-eslint/parser": "2.6.1",
"eslint": "6.6.0",
"eslint-plugin-angular": "^1.6.1",
"eslint-plugin-jasmine": "^1.8.1",
"eslint-plugin-react": "7.16.0",
"jasmine-core": "^2.99.1",
"jasmine-reporters": "^2.3.0",
"jquery": "3.3.1",
"jquery.gridster": "github:superdesk/gridster.js#master",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.1",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.13",
"superdesk-code-style": "1.5.0",
"superdesk-core": "github:superdesk/superdesk-client-core#develop",
"superdesk-ui-framework": "3.0.14"
}
}