@bigbinary/neeto-rules-frontend 0.0.102 → 0.1.1
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.cjs.js +507 -345
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +508 -346
- package/dist/index.js.map +1 -1
- package/package.json +12 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-rules-frontend",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Manage rules across neeto products.",
|
|
5
5
|
"author": "BigBinary",
|
|
6
6
|
"license": "MIT",
|
|
@@ -50,6 +50,7 @@
|
|
|
50
50
|
"@rollup/plugin-replace": "4.0.0",
|
|
51
51
|
"@svgr/rollup": "^6.2.1",
|
|
52
52
|
"antd": "4.24.3",
|
|
53
|
+
"assert": "^2.0.0",
|
|
53
54
|
"autoprefixer": "^10.4.5",
|
|
54
55
|
"axios": "0.27.2",
|
|
55
56
|
"babel-loader": "^8.2.5",
|
|
@@ -59,7 +60,10 @@
|
|
|
59
60
|
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
|
|
60
61
|
"babel-preset-react": "6.24.1",
|
|
61
62
|
"babel-preset-typescript": "^7.0.0-alpha.19",
|
|
63
|
+
"browserify-zlib": "^0.2.0",
|
|
64
|
+
"buffer": "^6.0.3",
|
|
62
65
|
"classnames": "2.3.1",
|
|
66
|
+
"crypto-browserify": "^3.12.0",
|
|
63
67
|
"css-loader": "6.7.1",
|
|
64
68
|
"dayjs": "1.11.1",
|
|
65
69
|
"eslint": "8.14.0",
|
|
@@ -76,10 +80,13 @@
|
|
|
76
80
|
"formik": "2.2.9",
|
|
77
81
|
"html-loader": "^1.3.1",
|
|
78
82
|
"html-webpack-plugin": "^4.5.0",
|
|
83
|
+
"https-browserify": "^1.0.0",
|
|
79
84
|
"husky": "7.0.4",
|
|
80
85
|
"i18next": "21.7.0",
|
|
81
86
|
"i18next-browser-languagedetector": "^6.1.4",
|
|
82
87
|
"lint-staged": "12.4.1",
|
|
88
|
+
"os-browserify": "^0.3.0",
|
|
89
|
+
"path-browserify": "^1.0.1",
|
|
83
90
|
"postcss": "^8.4.17",
|
|
84
91
|
"postcss-import": "^15.0.0",
|
|
85
92
|
"postcss-loader": "^7.0.1",
|
|
@@ -108,8 +115,12 @@
|
|
|
108
115
|
"rollup-plugin-styles": "4.0.0",
|
|
109
116
|
"sass": "^1.26.11",
|
|
110
117
|
"sass-loader": "^10.0.2",
|
|
118
|
+
"stream-browserify": "^3.0.0",
|
|
119
|
+
"stream-http": "^3.2.0",
|
|
111
120
|
"style-loader": "^2.0.0",
|
|
112
121
|
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
|
|
122
|
+
"tty-browserify": "^0.0.1",
|
|
123
|
+
"url": "^0.11.1",
|
|
113
124
|
"util": "^0.12.5",
|
|
114
125
|
"webpack": "^5.74.0",
|
|
115
126
|
"webpack-cli": "^5.0.1",
|