|
1 | 1 | { |
2 | 2 | "name": "excel-parser-processor", |
3 | 3 | "productName": "Excel Parser Processor", |
4 | | - "version": "1.2.0", |
| 4 | + "version": "1.3.0", |
5 | 5 | "description": "Does the tedious processing over all items of a given excel file by converting the rows to an array and process all items of that array recursively", |
6 | 6 | "main": "./dist/index.bundle.js", |
7 | 7 | "scripts": { |
|
10 | 10 | "build": "npm-run-all build-main build-renderer", |
11 | 11 | "generate-icons": "electron-icon-maker --input=./build-assets/icon.png --output=./build/", |
12 | 12 | "start-renderer-dev": "cross-env NODE_ENV=development PROCESS_TYPE=renderer webpack --config webpack.dev.js", |
13 | | - "start": "electron ./dist/index.bundle.js", |
| 13 | + "start": "electron --inspect ./dist/index.bundle.js", |
14 | 14 | "test": "jest", |
15 | 15 | "test-watch": "jest --coverage --watch", |
16 | 16 | "pack": "electron-builder build --dir", |
|
52 | 52 | }, |
53 | 53 | "homepage": "https://github.com/btargac/excel-parser-processor#readme", |
54 | 54 | "devDependencies": { |
55 | | - "@babel/core": "^7.7.7", |
56 | | - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4", |
57 | | - "@babel/plugin-proposal-optional-chaining": "^7.7.5", |
58 | | - "@babel/plugin-transform-runtime": "^7.7.6", |
59 | | - "@babel/preset-env": "^7.7.7", |
60 | | - "babel-jest": "^24.9.0", |
61 | | - "babel-loader": "^8.0.6", |
| 55 | + "@babel/core": "^7.13.13", |
| 56 | + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8", |
| 57 | + "@babel/plugin-transform-runtime": "^7.13.10", |
| 58 | + "@babel/preset-env": "^7.13.12", |
| 59 | + "babel-jest": "^26.6.3", |
| 60 | + "babel-loader": "^8.2.2", |
62 | 61 | "clean-webpack-plugin": "^3.0.0", |
63 | | - "copy-webpack-plugin": "^5.1.1", |
64 | | - "cross-env": "^6.0.3", |
65 | | - "css-loader": "^3.4.0", |
66 | | - "electron": "^7.2.4", |
67 | | - "electron-builder": "^21.2.0", |
68 | | - "electron-icon-maker": "^0.0.4", |
| 62 | + "copy-webpack-plugin": "^8.1.0", |
| 63 | + "cross-env": "^7.0.3", |
| 64 | + "css-loader": "^5.2.0", |
| 65 | + "electron": "^12.0.0", |
| 66 | + "electron-builder": "^22.10.5", |
| 67 | + "electron-icon-maker": "^0.0.5", |
69 | 68 | "html-webpack-exclude-assets-plugin": "^0.0.7", |
70 | | - "html-webpack-plugin": "^3.2.0", |
71 | | - "jest": "^24.9.0", |
72 | | - "mini-css-extract-plugin": "^0.9.0", |
73 | | - "node-sass": "^4.13.1", |
| 69 | + "html-webpack-plugin": "^5.3.1", |
| 70 | + "jest": "^26.6.3", |
| 71 | + "mini-css-extract-plugin": "^1.4.0", |
| 72 | + "node-sass": "^5.0.0", |
74 | 73 | "npm-run-all": "^4.1.5", |
75 | | - "sass-loader": "^8.0.0", |
76 | | - "script-ext-html-webpack-plugin": "^2.1.4", |
77 | | - "style-loader": "^1.1.2", |
| 74 | + "sass-loader": "^11.0.1", |
| 75 | + "script-ext-html-webpack-plugin": "^2.1.5", |
| 76 | + "style-loader": "^2.0.0", |
78 | 77 | "uglifyjs-webpack-plugin": "^2.2.0", |
79 | | - "webpack": "^4.41.5", |
80 | | - "webpack-cli": "^3.3.10", |
81 | | - "webpack-merge": "^4.2.2" |
| 78 | + "webpack": "^5.28.0", |
| 79 | + "webpack-cli": "^4.6.0", |
| 80 | + "webpack-merge": "^5.7.3" |
82 | 81 | }, |
83 | 82 | "dependencies": { |
84 | | - "@babel/runtime-corejs3": "^7.7.7", |
| 83 | + "@babel/runtime-corejs3": "^7.13.10", |
85 | 84 | "@fortawesome/fontawesome": "^1.1.8", |
86 | 85 | "@fortawesome/fontawesome-free-solid": "^5.0.13", |
87 | | - "electron-fetch": "^1.4.0", |
| 86 | + "electron-fetch": "^1.7.3", |
88 | 87 | "is-url": "^1.2.4", |
89 | | - "jquery": "^3.5.0", |
90 | | - "node-xlsx": "^0.15.0", |
| 88 | + "jquery": "^3.6.0", |
| 89 | + "mime-types": "^2.1.29", |
| 90 | + "node-xlsx": "^0.16.1", |
91 | 91 | "normalize.css": "^8.0.1", |
92 | 92 | "opencollective": "^1.0.3" |
93 | 93 | }, |
|
0 commit comments