-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 964 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
{
"name": "markdown-visual",
"description": "A markdown visualizer for Power BI",
"version": "1.0.6.0",
"repository": {
"type": "git",
"url": "https://github.com/emil-eklund/markdown-visual/"
},
"license": "MIT",
"scripts": {
"pbiviz": "pbiviz",
"start": "pbiviz start",
"package": "pbiviz package",
"lint": "npx eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@types/showdown": "^2.0.1",
"dompurify": "^3.0.8",
"mermaid": "^9.4.3",
"powerbi-visuals-api": "~5.3.0",
"powerbi-visuals-tools": "^5.1.0",
"powerbi-visuals-utils-formattingmodel": "5.0.0",
"showdown": "^2.1.0"
},
"devDependencies": {
"@types/dompurify": "^3.0.5",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"eslint": "^8.42.0",
"eslint-plugin-powerbi-visuals": "^0.8.1",
"typescript": "4.9.3"
}
}