@bigbinary/neeto-form-frontend 1.0.2 → 1.0.3
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/dist/index.js +4587 -6207
- package/dist/main.css +614 -587
- package/package.json +18 -28
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-form-frontend",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Neeto Form Engine Frontend",
|
|
5
5
|
"author": "BigBinary",
|
|
6
6
|
"license": "MIT",
|
|
@@ -32,13 +32,14 @@
|
|
|
32
32
|
"@babel/core": "^7.13.15",
|
|
33
33
|
"@babel/eslint-parser": "^7.17.0",
|
|
34
34
|
"@babel/plugin-proposal-class-properties": "^7.13.0",
|
|
35
|
+
"@babel/plugin-transform-runtime": "^7.19.6",
|
|
35
36
|
"@babel/preset-env": "^7.13.15",
|
|
36
37
|
"@babel/preset-react": "^7.16.7",
|
|
38
|
+
"@babel/runtime": "^7.17.9",
|
|
37
39
|
"@bigbinary/neeto-commons-frontend": "^2.0.35",
|
|
38
40
|
"@bigbinary/neeto-editor": "^1.0.3",
|
|
39
41
|
"@bigbinary/neeto-icons": "^1.8.35",
|
|
40
42
|
"@bigbinary/neetoui": "^4.0.6",
|
|
41
|
-
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
|
|
42
43
|
"@rollup/plugin-alias": "^3.1.9",
|
|
43
44
|
"@rollup/plugin-babel": "^5.3.1",
|
|
44
45
|
"@rollup/plugin-commonjs": "^22.0.0",
|
|
@@ -47,10 +48,9 @@
|
|
|
47
48
|
"@rollup/plugin-replace": "^4.0.0",
|
|
48
49
|
"@svgr/rollup": "^6.2.1",
|
|
49
50
|
"antd": "^4.24.2",
|
|
50
|
-
"
|
|
51
|
+
"axios": "^0.27.2",
|
|
52
|
+
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
|
51
53
|
"classnames": "^2.3.1",
|
|
52
|
-
"css-loader": "^4.3.0",
|
|
53
|
-
"css-minimizer-webpack-plugin": "1.3.0",
|
|
54
54
|
"dayjs": "^1.11.0",
|
|
55
55
|
"eslint": "^8.12.0",
|
|
56
56
|
"eslint-config-prettier": "^8.5.0",
|
|
@@ -63,33 +63,33 @@
|
|
|
63
63
|
"eslint-plugin-react": "^7.29.4",
|
|
64
64
|
"eslint-plugin-react-hooks": "4.4.0",
|
|
65
65
|
"eslint-plugin-unused-imports": "^2.0.0",
|
|
66
|
-
"file-loader": "^6.1.1",
|
|
67
66
|
"formik": "^2.2.9",
|
|
68
|
-
"html-loader": "^1.3.1",
|
|
69
|
-
"html-webpack-plugin": "^4.5.0",
|
|
70
67
|
"husky": "^7.0.4",
|
|
68
|
+
"i18next": "^21.8.0",
|
|
69
|
+
"libphonenumber-js": "^1.10.9",
|
|
71
70
|
"lint-staged": "^12.3.7",
|
|
72
|
-
"mini-css-extract-plugin": "0.9.0",
|
|
73
71
|
"postcss": "^8.2.15",
|
|
74
|
-
"postcss-loader": "^4.0.3",
|
|
75
72
|
"postcss-preset-env": "^6.7.0",
|
|
76
73
|
"prettier": "^2.6.1",
|
|
77
74
|
"prop-types": "^15.8.1",
|
|
78
75
|
"ramda": "^0.28.0",
|
|
79
76
|
"react": "^17.0.1",
|
|
77
|
+
"react-beautiful-dnd": "^13.1.0",
|
|
80
78
|
"react-dom": "^17.0.1",
|
|
81
|
-
"react-
|
|
79
|
+
"react-i18next": "^11.16.9",
|
|
80
|
+
"react-query": "^3.39.2",
|
|
82
81
|
"react-router-dom": "5.3.0",
|
|
83
82
|
"react-router-nav-prompt": "0.4.1",
|
|
84
|
-
"react-
|
|
83
|
+
"react-select": "^5.3.2",
|
|
85
84
|
"react-svg-loader": "^3.0.3",
|
|
86
85
|
"react-toastify": "8.0.2",
|
|
87
86
|
"rollup": "^2.73.0",
|
|
88
87
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
89
88
|
"rollup-plugin-styles": "^4.0.0",
|
|
90
89
|
"sass": "^1.26.11",
|
|
91
|
-
"
|
|
92
|
-
"
|
|
90
|
+
"tailwindcss": "^3.0.24",
|
|
91
|
+
"uuid": "^9.0.0",
|
|
92
|
+
"yup": "^1.0.0"
|
|
93
93
|
},
|
|
94
94
|
"peerDependencies": {
|
|
95
95
|
"@bigbinary/neeto-commons-frontend": "latest",
|
|
@@ -104,21 +104,11 @@
|
|
|
104
104
|
"react": "17.0.2",
|
|
105
105
|
"react-dom": "17.0.2",
|
|
106
106
|
"react-router-dom": "5.3.0",
|
|
107
|
-
"
|
|
107
|
+
"react-toastify": "8.0.2",
|
|
108
|
+
"tailwindcss": "^3.0.24",
|
|
109
|
+
"yup": "^1.0.0"
|
|
108
110
|
},
|
|
109
111
|
"files": [
|
|
110
112
|
"dist"
|
|
111
|
-
]
|
|
112
|
-
"dependencies": {
|
|
113
|
-
"@babel/runtime": "^7.17.9",
|
|
114
|
-
"axios": "^0.27.2",
|
|
115
|
-
"i18next": "^21.8.0",
|
|
116
|
-
"libphonenumber-js": "^1.10.9",
|
|
117
|
-
"react-beautiful-dnd": "^13.1.0",
|
|
118
|
-
"react-i18next": "^11.16.9",
|
|
119
|
-
"react-query": "^3.39.0",
|
|
120
|
-
"react-select": "^5.3.2",
|
|
121
|
-
"tailwindcss": "^3.0.24",
|
|
122
|
-
"yup": "^0.32.11"
|
|
123
|
-
}
|
|
113
|
+
]
|
|
124
114
|
}
|