chem-generic-ui 0.1.41 → 0.1.42

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,79 @@
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
+
7
+ /*!
8
+ Copyright (c) 2018 Jed Watson.
9
+ Licensed under the MIT License (MIT), see
10
+ http://jedwatson.github.io/classnames
11
+ */
12
+
13
+ /*!
14
+ * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
15
+ * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
16
+ * Copyright 2022 Fonticons, Inc.
17
+ */
18
+
19
+ /*! @preserve
20
+ * numeral.js
21
+ * version : 1.5.6
22
+ * author : Adam Draper
23
+ * license : MIT
24
+ * http://adamwdraper.github.com/Numeral-js/
25
+ */
26
+
27
+ /**
28
+ * @license
29
+ * Lodash <https://lodash.com/>
30
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
31
+ * Released under MIT license <https://lodash.com/license>
32
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
33
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
34
+ */
35
+
36
+ /** @license React v0.20.2
37
+ * scheduler.production.min.js
38
+ *
39
+ * Copyright (c) Facebook, Inc. and its 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
+ /** @license React v16.13.1
46
+ * react-is.production.min.js
47
+ *
48
+ * Copyright (c) Facebook, Inc. and its affiliates.
49
+ *
50
+ * This source code is licensed under the MIT license found in the
51
+ * LICENSE file in the root directory of this source tree.
52
+ */
53
+
54
+ /** @license React v17.0.2
55
+ * react-dom.production.min.js
56
+ *
57
+ * Copyright (c) Facebook, Inc. and its affiliates.
58
+ *
59
+ * This source code is licensed under the MIT license found in the
60
+ * LICENSE file in the root directory of this source tree.
61
+ */
62
+
63
+ /** @license React v17.0.2
64
+ * react-jsx-runtime.production.min.js
65
+ *
66
+ * Copyright (c) Facebook, Inc. and its affiliates.
67
+ *
68
+ * This source code is licensed under the MIT license found in the
69
+ * LICENSE file in the root directory of this source tree.
70
+ */
71
+
72
+ /** @license React v17.0.2
73
+ * react.production.min.js
74
+ *
75
+ * Copyright (c) Facebook, Inc. and its affiliates.
76
+ *
77
+ * This source code is licensed under the MIT license found in the
78
+ * LICENSE file in the root directory of this source tree.
79
+ */
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "chem-generic-ui",
3
- "version": "0.1.41",
3
+ "version": "0.1.42",
4
4
  "private": false,
5
5
  "author": "",
6
6
  "license": "MIT",
7
- "main": "index.js",
7
+ "main": "dist/app.js",
8
+ "module": "dist/app.js",
8
9
  "scripts": {
9
10
  "start": "webpack serve --config ./webpack.config.js --mode development",
10
- "build": "webpack --config ./webpack.config.js --mode production",
11
+ "build": "rm -rf dist && webpack --config ./webpack.config.js --mode production",
11
12
  "test": "echo \"Error: no test specified\" && exit 0"
12
13
  },
13
14
  "keywords": [],
@@ -43,6 +44,9 @@
43
44
  "react": "^17.0.2",
44
45
  "react-dom": "^17.0.2"
45
46
  },
47
+ "browserslist": [
48
+ "defaults"
49
+ ],
46
50
  "dependencies": {
47
51
  "@fortawesome/fontawesome-svg-core": "^1.3.0",
48
52
  "@fortawesome/free-brands-svg-icons": "^6.0.0",