@bigbinary/neeto-thank-you-frontend 1.0.11 → 1.0.13
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/app/javascript/src/translations/en.json +50 -0
- package/app/javascript/src/translations/index.js +3 -0
- package/dist/index.cjs.js +255 -13531
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +231 -13507
- package/dist/index.js.map +1 -1
- package/package.json +14 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-thank-you-frontend",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.13",
|
|
4
4
|
"description": "A repo acts as the source of truth for the new nano's structure, configs, data etc.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-thank-you-nano",
|
|
@@ -11,7 +11,8 @@
|
|
|
11
11
|
"author": "BigBinary",
|
|
12
12
|
"files": [
|
|
13
13
|
"dist",
|
|
14
|
-
"types.d.ts"
|
|
14
|
+
"types.d.ts",
|
|
15
|
+
"app/javascript/src/translations"
|
|
15
16
|
],
|
|
16
17
|
"main": "dist/index.cjs.js",
|
|
17
18
|
"module": "dist/index.js",
|
|
@@ -49,9 +50,12 @@
|
|
|
49
50
|
"@bigbinary/babel-preset-neeto": "1.0.3",
|
|
50
51
|
"@bigbinary/eslint-plugin-neeto": "1.1.2",
|
|
51
52
|
"@bigbinary/neeto-audit-frontend": "1.0.8",
|
|
52
|
-
"@bigbinary/neeto-
|
|
53
|
+
"@bigbinary/neeto-cist": "^1.0.2",
|
|
54
|
+
"@bigbinary/neeto-commons-frontend": "^2.1.29",
|
|
55
|
+
"@bigbinary/neeto-editor": "^1.28.6",
|
|
53
56
|
"@bigbinary/neeto-filters-frontend": "2.12.1",
|
|
54
57
|
"@bigbinary/neeto-icons": "1.13.0",
|
|
58
|
+
"@bigbinary/neeto-image-uploader-frontend": "^1.4.14",
|
|
55
59
|
"@bigbinary/neeto-molecules": "1.0.34",
|
|
56
60
|
"@bigbinary/neetoui": "5.0.15",
|
|
57
61
|
"@emotion/is-prop-valid": "1.2.0",
|
|
@@ -71,6 +75,7 @@
|
|
|
71
75
|
"babel-plugin-istanbul": "6.1.1",
|
|
72
76
|
"babel-plugin-js-logger": "1.0.17",
|
|
73
77
|
"babel-plugin-macros": "3.1.0",
|
|
78
|
+
"babel-plugin-preval": "^5.1.0",
|
|
74
79
|
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
|
|
75
80
|
"babel-preset-react": "6.24.1",
|
|
76
81
|
"babel-preset-typescript": "7.0.0-alpha.19",
|
|
@@ -86,7 +91,7 @@
|
|
|
86
91
|
"eslint-plugin-import": "2.27.5",
|
|
87
92
|
"eslint-plugin-jam3": "0.2.3",
|
|
88
93
|
"eslint-plugin-json": "3.1.0",
|
|
89
|
-
"eslint-plugin-prettier": "
|
|
94
|
+
"eslint-plugin-prettier": "4.2.1",
|
|
90
95
|
"eslint-plugin-promise": "6.1.1",
|
|
91
96
|
"eslint-plugin-react": "7.32.2",
|
|
92
97
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
@@ -142,22 +147,26 @@
|
|
|
142
147
|
"yup": "1.2.0"
|
|
143
148
|
},
|
|
144
149
|
"peerDependencies": {
|
|
145
|
-
"@bigbinary/neeto-
|
|
150
|
+
"@bigbinary/neeto-cist": "latest",
|
|
151
|
+
"@bigbinary/neeto-commons-frontend": "^2.1.28",
|
|
146
152
|
"@bigbinary/neeto-editor": "1.28.6",
|
|
147
153
|
"@bigbinary/neeto-filters-frontend": "^2.8.1",
|
|
148
154
|
"@bigbinary/neeto-icons": "^1.9.22",
|
|
155
|
+
"@bigbinary/neeto-image-uploader-frontend": "^1.4.14",
|
|
149
156
|
"@bigbinary/neeto-molecules": "^1.0.9",
|
|
150
157
|
"@bigbinary/neetoui": "^5.0.4",
|
|
151
158
|
"@honeybadger-io/react": "^2.0.1",
|
|
152
159
|
"axios": "^0.27.2",
|
|
153
160
|
"classnames": "^2.3.2",
|
|
154
161
|
"formik": "^2.2.9",
|
|
162
|
+
"i18next": "23.2.7",
|
|
155
163
|
"js-logger": "^1.6.1",
|
|
156
164
|
"mixpanel-browser": "^2.45.0",
|
|
157
165
|
"ramda": "^0.29.0",
|
|
158
166
|
"react": "17.0.2",
|
|
159
167
|
"react-dom": "17.0.2",
|
|
160
168
|
"react-helmet": "^6.1.0",
|
|
169
|
+
"react-i18next": "13.0.1",
|
|
161
170
|
"react-query": "3.39.2",
|
|
162
171
|
"react-router-dom": "5.3.0",
|
|
163
172
|
"react-toastify": "8.2.0",
|
|
@@ -173,11 +182,8 @@
|
|
|
173
182
|
"yarn": ">=1.22"
|
|
174
183
|
},
|
|
175
184
|
"dependencies": {
|
|
176
|
-
"@bigbinary/neeto-editor": "^1.28.6",
|
|
177
|
-
"@rails/activestorage": "^7.0.7-2",
|
|
178
185
|
"@svgr/webpack": "6.5.1",
|
|
179
186
|
"framer-motion": "^4.1.17",
|
|
180
|
-
"react-dropzone": "^11.2.4",
|
|
181
187
|
"react-router-nav-prompt": "0.4.1",
|
|
182
188
|
"source-map-loader": "4.0.1",
|
|
183
189
|
"zustand": "4.3.2"
|