-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
58 lines (58 loc) · 1.77 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
{
"name": "visual",
"version": "2.0.1",
"author": {
"name": "Akvelon Inc",
"email": "[email protected]"
},
"dependencies": {
"d3-array": "3.2.2",
"d3-axis": "3.0.0",
"d3-scale": "4.0.2",
"d3-selection": "3.0.0",
"d3-transition": "3.0.1",
"powerbi-visuals-api": "4.7.0",
"powerbi-visuals-utils-chartutils": "6.0.1",
"powerbi-visuals-utils-colorutils": "6.0.1",
"powerbi-visuals-utils-dataviewutils": "2.4.1",
"powerbi-visuals-utils-formattingutils": "6.0.1",
"powerbi-visuals-utils-interactivityutils": "6.0.2",
"powerbi-visuals-utils-tooltiputils": "2.5.2"
},
"devDependencies": {
"@babel/core": "7.21.0",
"@babel/preset-env": "7.20.2",
"@types/d3-array": "3.0.4",
"@types/d3-axis": "3.0.2",
"@types/d3-scale": "4.0.3",
"@types/d3-selection": "3.0.4",
"@typescript-eslint/eslint-plugin": "5.57.1",
"babel-loader": "9.1.2",
"babel-plugin-module-resolver": "5.0.0",
"base64-inline-loader": "2.0.1",
"css-loader": "6.7.3",
"eslint": "8.32.0",
"eslint-plugin-powerbi-visuals": "0.8.1",
"extra-watch-webpack-plugin": "1.0.3",
"json-loader": "0.5.7",
"less": "4.1.3",
"less-loader": "11.1.0",
"mini-css-extract-plugin": "2.7.2",
"null-loader": "4.0.1",
"powerbi-visuals-webpack-plugin": "3.1.2",
"style-loader": "3.3.1",
"ts-loader": "9.4.2",
"typescript": "4.9.5",
"webpack": "^5.76.1",
"webpack-bundle-analyzer": "4.4.2",
"webpack-cli": "5.0.1",
"webpack-dev-server": "4.11.1"
},
"scripts": {
"package": "webpack",
"start": "webpack-dev-server --config webpack.config.js",
"audit": "npm audit",
"lint": "npx eslint . --ext .js,.jsx,.ts,.tsx",
"lintfix": "npx eslint . --ext .js,.jsx,.ts,.tsx --fix"
}
}