forked from microsoft/powerbi-visuals-timeline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.33 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
66
67
68
69
70
71
72
73
74
75
{
"name": "powerbi-visuals-timeline",
"version": "2.5.4.0",
"description": "Timeline slicer is a graphical date range selector used as a filtering component in the report canvas",
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/powerbi-visuals-timeline.git"
},
"keywords": [
"powerbi-visuals",
"timeline"
],
"scripts": {
"pbiviz": "pbiviz",
"start": "pbiviz start",
"package": "pbiviz package",
"test": "karma start",
"watch": "karma start --single-run=false",
"eslint": "npx eslint . --ext .js,.jsx,.ts,.tsx"
},
"author": {
"name": "Microsoft",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Microsoft/powerbi-visuals-timeline/issues"
},
"homepage": "https://github.com/Microsoft/powerbi-visuals-timeline#readme",
"devDependencies": {
"@types/d3-array": "^3.2.1",
"@types/d3-drag": "^3.0.7",
"@types/d3-selection": "^3.0.10",
"@types/d3-shape": "^3.1.6",
"@types/jasmine": "^5.1.4",
"@types/karma": "^6.3.8",
"@types/node": "^20.12.7",
"css-loader": "^7.1.1",
"jasmine": "^5.1.0",
"karma": "^6.4.3",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "^5.1.0",
"karma-junit-reporter": "^2.0.1",
"karma-sourcemap-loader": "^0.4.0",
"karma-webpack": "^5.0.1",
"less": "^4.2.0",
"less-loader": "^12.2.0",
"playwright-chromium": "^1.43.1",
"powerbi-visuals-api": "~5.9.0",
"powerbi-visuals-tools": "^5.4.3",
"powerbi-visuals-utils-testutils": "^6.1.1",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"webpack": "^5.91.0"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"d3-array": "^3.2.4",
"d3-drag": "^3.0.0",
"d3-selection": "^3.0.0",
"d3-shape": "^3.2.0",
"eslint": "^8.57.0",
"eslint-plugin-powerbi-visuals": "^0.8.1",
"powerbi-models": "^1.15.2",
"powerbi-visuals-utils-chartutils": "^6.0.4",
"powerbi-visuals-utils-formattingmodel": "^6.0.2",
"powerbi-visuals-utils-formattingutils": "^6.1.1",
"powerbi-visuals-utils-interactivityutils": "^6.0.4",
"powerbi-visuals-utils-svgutils": "^6.0.4",
"powerbi-visuals-utils-typeutils": "^6.0.3"
}
}