-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 868 Bytes
/
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
{
"name": "visual",
"description": "default_template_value",
"repository": {
"type": "default_template_value",
"url": "default_template_value"
},
"license": "MIT",
"scripts": {
"pbiviz": "pbiviz",
"start": "pbiviz start",
"package": "pbiviz package",
"eslint": "npx eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@types/d3": "7.4.3",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"d3": "7.8.5",
"eslint": "^8.54.0",
"eslint-plugin-powerbi-visuals": "^0.8.1",
"powerbi-visuals-api": "5.4.0",
"powerbi-visuals-utils-formattingmodel": "6.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"ts-loader": "9.5.1",
"typescript": "5.3.2"
}
}