-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.97 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
{
"name": "visual-powerbi-editor",
"version": "1.0.4.0",
"main": "index.js",
"author": "Ilfat Galiev",
"license": "MIT",
"scripts": {
"package": "webpack --config webpack.config.js",
"sass": "npx rebuild node-sass",
"monaco": "webpack --config webpack.monaco.config.js & webpack --config webpack.monaco-workers.config.js",
"prestart": "yarn monaco",
"start": "webpack-dev-server",
"audit": "yarn audit",
"lint": "npx eslint . --ext .js,.jsx,.ts,.tsx",
"lintfix": "npx eslint . --ext .js,.jsx,.ts,.tsx --fix"
},
"dependencies": {
"@babel/core": "7.15.5",
"@babel/preset-env": "7.15.6",
"@babel/preset-react": "7.18.6",
"brace": "^0.11.1",
"core-js": "3.30.2",
"monaco-editor": "^0.39.0",
"powerbi-visuals-utils-dataviewutils": "2.4.1",
"rxjs": "^7.8.1"
},
"resolutions": {},
"devDependencies": {
"@types/ace": "0.0.48",
"@types/dompurify": "^2.3.3",
"@types/react-dom": "18.0.6",
"@types/react-inspector": "4.0.2",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"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",
"less-loader": "11.1.3",
"loader-utils": "1.4.2",
"mini-css-extract-plugin": "2.3.0",
"node-fetch": "2.6.7",
"node-sass": "9.0.0",
"null-loader": "4.0.1",
"powerbi-visuals-api": "5.4.0",
"powerbi-visuals-webpack-plugin": "2.3.1",
"raw-loader": "4.0.2",
"really-relaxed-json": "0.3.2",
"sass-loader": "13.3.2",
"style-loader": "2.0.0",
"ts-loader": "9.2.6",
"ts-node": "10.8.0",
"typescript": "5.0.4",
"webpack": "5.76.0",
"webpack-bundle-analyzer": "4.4.2",
"webpack-cli": "5.0.1",
"webpack-dev-server": "4.11.1"
}
}