docs-combiner 0.2.0 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,72 @@
1
+ /*! sheetjs (C) 2013-present SheetJS -- http://sheetjs.com */
2
+
3
+ /*! xlsx.js (C) 2013-present SheetJS -- http://sheetjs.com */
4
+
5
+ /**
6
+ * @license React
7
+ * react-dom-client.production.js
8
+ *
9
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
10
+ *
11
+ * This source code is licensed under the MIT license found in the
12
+ * LICENSE file in the root directory of this source tree.
13
+ */
14
+
15
+ /**
16
+ * @license React
17
+ * react-dom.production.js
18
+ *
19
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
20
+ *
21
+ * This source code is licensed under the MIT license found in the
22
+ * LICENSE file in the root directory of this source tree.
23
+ */
24
+
25
+ /**
26
+ * @license React
27
+ * react-is.production.js
28
+ *
29
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
30
+ *
31
+ * This source code is licensed under the MIT license found in the
32
+ * LICENSE file in the root directory of this source tree.
33
+ */
34
+
35
+ /**
36
+ * @license React
37
+ * react-jsx-runtime.production.js
38
+ *
39
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
40
+ *
41
+ * This source code is licensed under the MIT license found in the
42
+ * LICENSE file in the root directory of this source tree.
43
+ */
44
+
45
+ /**
46
+ * @license React
47
+ * react.production.js
48
+ *
49
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
50
+ *
51
+ * This source code is licensed under the MIT license found in the
52
+ * LICENSE file in the root directory of this source tree.
53
+ */
54
+
55
+ /**
56
+ * @license React
57
+ * scheduler.production.js
58
+ *
59
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
60
+ *
61
+ * This source code is licensed under the MIT license found in the
62
+ * LICENSE file in the root directory of this source tree.
63
+ */
64
+
65
+ /** @license React v16.13.1
66
+ * react-is.production.min.js
67
+ *
68
+ * Copyright (c) Facebook, Inc. and its affiliates.
69
+ *
70
+ * This source code is licensed under the MIT license found in the
71
+ * LICENSE file in the root directory of this source tree.
72
+ */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "docs-combiner",
3
- "version": "0.2.0",
3
+ "version": "0.4.0",
4
4
  "description": "Combine titles, texts, and images into a product feed table",
5
5
  "main": "dist/main.js",
6
6
  "bin": {
@@ -12,7 +12,9 @@
12
12
  ],
13
13
  "scripts": {
14
14
  "start": "npm run build && electron .",
15
+ "start:dev": "npm run build:dev && electron .",
15
16
  "build": "webpack --config webpack.config.js && tsc",
17
+ "build:dev": "webpack --config webpack.config.js --mode development && tsc",
16
18
  "prepublishOnly": "npm run build",
17
19
  "dist": "npm run build && electron-builder",
18
20
  "dist:win": "npm run build && electron-builder --win",
@@ -27,7 +29,6 @@
27
29
  },
28
30
  "files": [
29
31
  "dist/**/*",
30
- "node_modules/**/*",
31
32
  "package.json"
32
33
  ],
33
34
  "win": {
@@ -54,6 +55,7 @@
54
55
  "author": "",
55
56
  "license": "ISC",
56
57
  "devDependencies": {
58
+ "@types/express": "^5.0.6",
57
59
  "@types/react": "^19.2.7",
58
60
  "@types/react-dom": "^19.2.3",
59
61
  "css-loader": "^7.1.2",
@@ -66,12 +68,13 @@
66
68
  "webpack-cli": "^6.0.1"
67
69
  },
68
70
  "dependencies": {
69
- "electron": "^28.0.0",
70
71
  "@emotion/react": "^11.14.0",
71
72
  "@emotion/styled": "^11.14.1",
72
73
  "@mui/icons-material": "^7.3.5",
73
74
  "@mui/material": "^7.3.5",
74
75
  "cross-spawn": "^7.0.6",
76
+ "electron": "^28.0.0",
77
+ "express": "^5.2.1",
75
78
  "jszip": "^3.10.1",
76
79
  "react": "^19.2.0",
77
80
  "react-dom": "^19.2.0",