forked from RyugaRyuzaki/powerbi_openbim-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 968 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",
"version": "1.0.0.0",
"repository": {
"type": "default_template_value",
"url": "default_template_value"
},
"license": "MIT",
"scripts": {
"pbiviz": "pbiviz",
"start": "pbiviz start",
"package": "pbiviz package",
"lint": "npx eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@types/d3": "7.4.0",
"d3": "7.8.5",
"openbim-components": "^1.0.0-alpha.76",
"pako": "^2.1.0",
"powerbi-visuals-api": "~5.3.0",
"powerbi-visuals-utils-formattingmodel": "5.0.0",
"regenerator-runtime": "^0.14.0"
},
"devDependencies": {
"@types/node": "^20.6.3",
"@types/three": "^0.156.0",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"eslint": "^8.42.0",
"eslint-plugin-powerbi-visuals": "^0.8.1",
"typescript": "4.9.3"
}
}