-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.28 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.28 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "superdesk-analytics",
"version": "3.2.0-dev.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": {
"highcharts": "^6.2.0",
"lodash": "^4.17.19",
"moment": "^2.30.1",
"moment-timezone": "^0.6.0",
"rangy": "^1.3.2"
},
"devDependencies": {
"@types/jasmine": "^5.1.13",
"@types/lodash": "4.17.21",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@uswriting/exiftool": "^1.0.5",
"angular-mocks": "1.6.9",
"css-loader": "^5.2.7",
"eslint": "^8.57.1",
"eslint-plugin-angular": "^4.1.0",
"eslint-plugin-jasmine": "^4.2.2",
"eslint-plugin-react": "^7.37.5",
"file-loader": "^6.2.0",
"grunt": "^1.6.1",
"html-loader": "^1.3.2",
"jasmine-core": "^2.99.1",
"jasmine-reporters": "^2.3.0",
"jquery": "^3.7.1",
"jquery.gridster": "github:superdesk/gridster.js#master",
"karma": "^6.4.3",
"karma-chrome-launcher": "^3.2.0",
"karma-jasmine": "^5.0.0",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-sourcemap-loader": "^0.4.0",
"karma-webpack": "^4.0.0",
"sass": "~1.3.0",
"sass-loader": "^10.5.2",
"style-loader": "^2.0.0",
"superdesk-code-style": "1.5.0",
"superdesk-core": "github:superdesk/superdesk-client-core#develop",
"superdesk-ui-framework": "6.1.0",
"ts-loader": "^8.4.0",
"webpack": "^4.47.0"
},
"peerDependencies": {
"lodash": "^4.17.19",
"moment": "^2.30.1",
"superdesk-ui-framework": "*",
"typescript": "*"
},
"volta": {
"node": "22.22.0"
}
}