-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.26 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "handlebars-visual",
"version": "1.0.6.0",
"author": "Ilfat Galiev",
"scripts": {
"package": "webpack --config view-webpack.config",
"sass": "npx rebuild node-sass",
"start": "webpack-dev-server --config view-webpack.config.js",
"audit": "yarn audit",
"lint": "npx eslint . --ext .js,.jsx,.ts,.tsx",
"lintfix": "npx eslint . --ext .js,.jsx,.ts,.tsx --fix"
},
"dependencies": {
"@babel/core": "7.23.3",
"@babel/preset-env": "7.23.3",
"@babel/preset-react": "7.23.3",
"@reduxjs/toolkit": "1.9.7",
"ajv": "^8.12.0",
"antd": "^5.22.7",
"d3-array": "3.2.4",
"d3-axis": "3.0.0",
"d3-format": "3.1.0",
"d3-scale": "4.0.2",
"d3-selection": "3.0.0",
"d3-time-format": "4.1.0",
"dompurify": "3.2.3",
"handlebars": "4.7.8",
"json5": "^2.2.3",
"pegjs-loader": "^0.5.8",
"powerbi-visuals-utils-dataviewutils": "6.0.1",
"raw-loader": "^4.0.2",
"react-ace": "12.0.0",
"react-redux": "8.1.3",
"schema-utils": "^4.2.0"
},
"resolutions": {
"react-dom": "18.2.0",
"react": "18.2.0"
},
"devDependencies": {
"@types/d3-array": "3.2.1",
"@types/d3-axis": "3.0.6",
"@types/d3-format": "3.0.4",
"@types/d3-scale": "4.0.8",
"@types/d3-selection": "3.0.10",
"@types/d3-time-format": "4.0.3",
"@types/dompurify": "3.2.0",
"@types/react-dom": "18.2.17",
"@types/react-inspector": "4.0.6",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"babel-loader": "9.1.3",
"babel-plugin-module-resolver": "5.0.0",
"base64-inline-loader": "2.0.1",
"css-loader": "6.8.1",
"eslint": "8.54.0",
"eslint-plugin-powerbi-visuals": "0.8.1",
"extra-watch-webpack-plugin": "1.0.3",
"file-loader": "6.2.0",
"json-loader": "0.5.7",
"mini-css-extract-plugin": "2.7.6",
"node-fetch": "3.3.2",
"null-loader": "4.0.1",
"powerbi-visuals-api": "5.4.0",
"powerbi-visuals-webpack-plugin": "4.1.0",
"sass": "1.69.5",
"sass-loader": "13.3.2",
"style-loader": "3.3.3",
"ts-loader": "9.5.1",
"ts-node": "10.9.1",
"typescript": "5.3.2",
"webpack": "^5.97.1",
"webpack-bundle-analyzer": "4.4.2",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1"
}
}