-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.19 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.19 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "powerbi-visuals-utils-testutils",
"version": "6.1.1",
"description": "powerbi-visuals-utils-testutils",
"main": "lib/index.js",
"module": "lib/index.js",
"jsnext:main": "lib/index.js",
"types": "lib/index.d.ts",
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/powerbi-visuals-utils-testutils.git"
},
"keywords": [
"powerbi-visuals-utils"
],
"author": "Microsoft",
"license": "MIT",
"bugs": {
"url": "https://github.com/Microsoft/powerbi-visuals-utils-testutils/issues"
},
"homepage": "https://github.com/Microsoft/powerbi-visuals-utils-testutils#readme",
"directories": {
"lib": "lib"
},
"scripts": {
"build": "tsc",
"build:map": "tsc --sourceMap",
"test": "karma start",
"pretest": "npm run lint",
"lint": "npx eslint . --ext .js,.jsx,.ts,.tsx",
"snyk-protect": "snyk-protect"
},
"devDependencies": {
"@snyk/protect": "^1.1286.2",
"@types/d3-timer": "3.0.2",
"@types/jasmine": "5.1.4",
"@types/jquery": "^3.5.29",
"@types/karma": "^6.3.8",
"@types/node": "^20.12.3",
"@types/webpack": "5.28.5",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"chalk": "5.3.0",
"coverage-istanbul-loader": "^3.0.5",
"eslint": "^8.57.0",
"eslint-plugin-powerbi-visuals": "^0.8.1",
"jasmine": "5.1.0",
"karma": "^6.4.3",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "5.1.0",
"karma-sourcemap-loader": "0.4.0",
"karma-typescript": "5.5.4",
"karma-typescript-preprocessor": "0.4.0",
"karma-webpack": "5.0.1",
"playwright-chromium": "^1.42.1",
"ts-loader": "9.5.1",
"ts-node": "^10.9.2",
"typescript": "^4.9.5",
"webpack": "5.90.3",
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"d3-array": "3.2.4",
"d3-timer": "3.0.1",
"lodash-es": "4.17.21",
"powerbi-visuals-api": "^5.9.0",
"powerbi-visuals-utils-formattingmodel": "^6.0.2",
"powerbi-visuals-utils-typeutils": "^6.0.3"
},
"optionalDependencies": {
"fsevents": "*"
},
"snyk": true
}