summit-registration-lite 1.0.80 → 2.0.2
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.
- package/.nvmrc +1 -0
- package/README.md +4 -0
- package/dist/index.css +12 -506
- package/dist/index.js +507 -720
- package/package.json +31 -39
- package/package-lock.json +0 -18805
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "summit-registration-lite",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "Summit Registration Lite",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -26,51 +26,48 @@
|
|
|
26
26
|
]
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@babel/core": "^7.
|
|
30
|
-
"@babel/plugin-proposal-class-properties": "^7.
|
|
31
|
-
"@babel/plugin-proposal-object-rest-spread": "^7.
|
|
32
|
-
"@babel/preset-env": "^7.
|
|
33
|
-
"@babel/preset-flow": "^7.
|
|
34
|
-
"@babel/preset-react": "^7.
|
|
29
|
+
"@babel/core": "^7.17.8",
|
|
30
|
+
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
|
31
|
+
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
|
|
32
|
+
"@babel/preset-env": "^7.16.11",
|
|
33
|
+
"@babel/preset-flow": "^7.16.7",
|
|
34
|
+
"@babel/preset-react": "^7.16.7",
|
|
35
35
|
"@testing-library/jest-dom": "^5.12.0",
|
|
36
36
|
"@testing-library/react": "^11.2.6",
|
|
37
37
|
"awesome-bootstrap-checkbox": "^1.0.1",
|
|
38
38
|
"babel-cli": "^6.26.0",
|
|
39
39
|
"babel-jest": "^26.6.3",
|
|
40
|
-
"babel-loader": "^8.
|
|
40
|
+
"babel-loader": "^8.2.4",
|
|
41
41
|
"babel-plugin-react-remove-properties": "^0.3.0",
|
|
42
42
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
43
|
+
"browser-tabs-lock": "^1.2.15",
|
|
44
|
+
"clean-webpack-plugin": "^4.0.0",
|
|
45
|
+
"crypto-js": "^4.1.1",
|
|
46
|
+
"css-loader": "^6.7.1",
|
|
47
|
+
"dotenv-webpack": "^7.1.0",
|
|
48
|
+
"file-loader": "^6.2.0",
|
|
47
49
|
"font-awesome": "4.7.0",
|
|
48
50
|
"history": "^4.7.2",
|
|
49
|
-
"html-webpack-plugin": "^
|
|
51
|
+
"html-webpack-plugin": "^5.5.0",
|
|
50
52
|
"i18n-react": "^0.6.4",
|
|
51
53
|
"identity-obj-proxy": "^3.0.0",
|
|
52
54
|
"idtoken-verifier": "^1.2.0",
|
|
53
55
|
"immutability-helper": "^2.7.1",
|
|
54
56
|
"jest": "^26.6.3",
|
|
55
|
-
"mini-css-extract-plugin": "^
|
|
57
|
+
"mini-css-extract-plugin": "^2.6.0",
|
|
56
58
|
"moment": "^2.22.2",
|
|
57
59
|
"moment-timezone": "^0.5.21",
|
|
58
|
-
"node-sass": "^
|
|
59
|
-
"openstack-uicore-foundation": "^
|
|
60
|
-
"optimize-css-assets-webpack-plugin": "^
|
|
60
|
+
"node-sass": "^7.0.1",
|
|
61
|
+
"openstack-uicore-foundation": "^4.0.14",
|
|
62
|
+
"optimize-css-assets-webpack-plugin": "^6.0.1",
|
|
61
63
|
"path": "^0.12.7",
|
|
62
64
|
"react": "^16.8.4",
|
|
63
65
|
"react-bootstrap": "^0.33.1",
|
|
64
66
|
"react-datetime": "^2.15.0",
|
|
65
|
-
"react-dnd": "^2.6.0",
|
|
66
|
-
"react-dnd-html5-backend": "^2.6.0",
|
|
67
67
|
"react-dom": "^16.4.1",
|
|
68
|
-
"react-dropzone": "^4.2.13",
|
|
69
|
-
"react-google-maps": "^9.4.5",
|
|
70
68
|
"react-redux": "^7.2.0",
|
|
71
69
|
"react-router": "^4.3.1",
|
|
72
70
|
"react-router-dom": "^4.3.1",
|
|
73
|
-
"react-rte": "^0.16.3",
|
|
74
71
|
"react-select": "^2.4.3",
|
|
75
72
|
"react-test-renderer": "^17.0.2",
|
|
76
73
|
"react-tooltip": "^3.11.6",
|
|
@@ -80,39 +77,36 @@
|
|
|
80
77
|
"redux-persist": "^5.9.1",
|
|
81
78
|
"redux-thunk": "^2.3.0",
|
|
82
79
|
"regenerator-runtime": "^0.13.7",
|
|
83
|
-
"sass-loader": "^6.0
|
|
84
|
-
"style-loader": "^
|
|
80
|
+
"sass-loader": "^12.6.0",
|
|
81
|
+
"style-loader": "^3.3.1",
|
|
85
82
|
"superagent": "^3.8.1",
|
|
86
83
|
"sweetalert2": "^8.15.2",
|
|
87
84
|
"timesync": "^1.0.5",
|
|
88
85
|
"urijs": "^1.19.1",
|
|
89
|
-
"url-loader": "^
|
|
90
|
-
"
|
|
91
|
-
"webpack": "^4.
|
|
92
|
-
"webpack-
|
|
93
|
-
"webpack-
|
|
94
|
-
"webpack-
|
|
95
|
-
"webpack-node-externals": "^1.7.2"
|
|
86
|
+
"url-loader": "^4.1.1",
|
|
87
|
+
"webpack": "^5.70.0",
|
|
88
|
+
"webpack-cli": "^4.9.2",
|
|
89
|
+
"webpack-dev-server": "^4.7.4",
|
|
90
|
+
"webpack-merge": "^5.8.0",
|
|
91
|
+
"webpack-node-externals": "^3.0.0"
|
|
96
92
|
},
|
|
97
93
|
"peerDependencies": {
|
|
98
94
|
"awesome-bootstrap-checkbox": "^1.0.1",
|
|
95
|
+
"browser-tabs-lock": "^1.2.15",
|
|
96
|
+
"crypto-js": "^4.1.1",
|
|
99
97
|
"font-awesome": "^4.7.0",
|
|
100
98
|
"history": "^4.7.2",
|
|
101
99
|
"i18n-react": "^0.6.4",
|
|
102
|
-
"idtoken-verifier": "^
|
|
100
|
+
"idtoken-verifier": "^2.2.2",
|
|
103
101
|
"immutability-helper": "^2.7.1",
|
|
104
102
|
"lodash": "^4.17.14",
|
|
105
103
|
"moment": "^2.22.2",
|
|
106
104
|
"moment-timezone": "^0.5.21",
|
|
107
|
-
"openstack-uicore-foundation": "^
|
|
105
|
+
"openstack-uicore-foundation": "^4.0.14",
|
|
108
106
|
"react": "^16.8.4",
|
|
109
107
|
"react-bootstrap": "^0.31.5",
|
|
110
108
|
"react-datetime": "^2.16.2",
|
|
111
|
-
"react-dnd": "^2.6.0",
|
|
112
|
-
"react-dnd-html5-backend": "^2.6.0",
|
|
113
109
|
"react-dom": "^16.4.1",
|
|
114
|
-
"react-dropzone": "^4.2.9",
|
|
115
|
-
"react-google-maps": "^9.4.5",
|
|
116
110
|
"react-select": "^2.4.3",
|
|
117
111
|
"react-star-ratings": "^2.3.0",
|
|
118
112
|
"react-tooltip": "^3.11.1",
|
|
@@ -127,8 +121,6 @@
|
|
|
127
121
|
"dependencies": {
|
|
128
122
|
"@stripe/react-stripe-js": "^1.4.1",
|
|
129
123
|
"@stripe/stripe-js": "^1.15.0",
|
|
130
|
-
"browser-tabs-lock": "^1.2.14",
|
|
131
|
-
"dropzone": "^5.9.2",
|
|
132
124
|
"react-hook-form": "^7.6.7",
|
|
133
125
|
"react-otp-input": "^2.4.0",
|
|
134
126
|
"react-spring": "^9.1.2",
|