-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.26 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
{
"name": "visual",
"description": "default_template_value",
"version": "1.0.8",
"repository": {
"type": "default_template_value",
"url": "default_template_value"
},
"license": "MIT",
"scripts": {
"pbiviz": "pbiviz",
"package": "webpack",
"build": "webpack",
"start": "webpack serve",
"dev": "webpack serve",
"lint": "npx eslint .",
"cert": "pbiviz install-cert"
},
"dependencies": {
"@thatopen/components": "^2.3.0",
"@thatopen/components-front": "^2.3.0",
"@thatopen/fragments": "^2.3.0",
"@types/d3": "7.4.3",
"d3": "7.9.0",
"pako": "^2.1.0",
"powerbi-visuals-api": "^5.11.0",
"powerbi-visuals-utils-formattingmodel": "6.0.4",
"regenerator-runtime": "^0.14.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.8.0",
"css-loader": "^7.1.2",
"eslint": "^9.11.1",
"eslint-plugin-powerbi-visuals": "^1.0.0",
"extra-watch-webpack-plugin": "^1.0.3",
"json-loader": "^0.5.7",
"less": "^4.2.0",
"less-loader": "^12.2.0",
"mini-css-extract-plugin": "^2.9.1",
"powerbi-visuals-tools": "^5.6.0",
"powerbi-visuals-webpack-plugin": "^4.1.0",
"ts-loader": "^9.5.1",
"typescript": "5.5.4",
"webpack": "^5.95.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
}
}