@bigbinary/neeto-rules-frontend 0.0.73 → 0.0.74
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/README.md +21 -5
- package/dist/index.js +10 -2
- package/dist/index.js.map +1 -1
- package/package.json +69 -67
package/package.json
CHANGED
|
@@ -1,46 +1,42 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-rules-frontend",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.74",
|
|
4
4
|
"description": "Manage rules across neeto products.",
|
|
5
5
|
"author": "BigBinary",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": "https://github.com/bigbinary/neeto-rules-frontend",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"engines": {
|
|
10
|
-
"node": "
|
|
10
|
+
"node": "18.12",
|
|
11
|
+
"npm": "9.x",
|
|
12
|
+
"yarn": "1.22.x"
|
|
11
13
|
},
|
|
12
14
|
"scripts": {
|
|
13
15
|
"build": "NODE_ENV=production rollup -c --environment production",
|
|
14
|
-
"dev": "(trap 'kill 0' SIGINT; yarn start & yarn server)",
|
|
15
16
|
"prepare": "husky install",
|
|
16
|
-
"
|
|
17
|
-
"start": "NODE_ENV=development webpack-dev-server --open --mode development --config webpack.dev.config.js"
|
|
17
|
+
"start": "NODE_ENV=development webpack-dev-server --open --mode development"
|
|
18
18
|
},
|
|
19
19
|
"lint-staged": {
|
|
20
20
|
"{src,example}/**/*.{js,jsx,json}": [
|
|
21
21
|
"prettier --write",
|
|
22
22
|
"eslint --fix"
|
|
23
|
-
],
|
|
24
|
-
"{package.json,.eslintrc.js,.prettierrc.js}": [
|
|
25
|
-
"prettier --write",
|
|
26
|
-
"eslint --fix"
|
|
27
|
-
],
|
|
28
|
-
".eslint-rules/**/*": [
|
|
29
|
-
"prettier --write",
|
|
30
|
-
"eslint --fix"
|
|
31
23
|
]
|
|
32
24
|
},
|
|
33
25
|
"devDependencies": {
|
|
34
|
-
"@babel/core": "^7.
|
|
35
|
-
"@babel/eslint-parser": "
|
|
36
|
-
"@babel/plugin-
|
|
37
|
-
"@babel/preset-env": "
|
|
38
|
-
"@babel/preset-react": "
|
|
39
|
-
"@
|
|
40
|
-
"@
|
|
41
|
-
"@bigbinary/neeto
|
|
42
|
-
"@bigbinary/
|
|
43
|
-
"@
|
|
26
|
+
"@babel/core": "^7.19.1",
|
|
27
|
+
"@babel/eslint-parser": "7.17.0",
|
|
28
|
+
"@babel/plugin-transform-runtime": "^7.19.1",
|
|
29
|
+
"@babel/preset-env": "7.17.10",
|
|
30
|
+
"@babel/preset-react": "7.16.7",
|
|
31
|
+
"@babel/preset-typescript": "^7.18.6",
|
|
32
|
+
"@babel/runtime": "^7.19.0",
|
|
33
|
+
"@bigbinary/eslint-plugin-neeto": "^1.0.20",
|
|
34
|
+
"@bigbinary/neeto-commons-frontend": "^2.0.38",
|
|
35
|
+
"@bigbinary/neeto-editor": "^1.22.1",
|
|
36
|
+
"@bigbinary/neeto-icons": "1.9.12",
|
|
37
|
+
"@bigbinary/neetoui": "4.4.0",
|
|
38
|
+
"@emotion/is-prop-valid": "^1.2.0",
|
|
39
|
+
"@honeybadger-io/react": "2.0.1",
|
|
44
40
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
|
|
45
41
|
"@rails/activestorage": "^7.0.4",
|
|
46
42
|
"@rollup/plugin-alias": "3.1.9",
|
|
@@ -51,48 +47,51 @@
|
|
|
51
47
|
"@rollup/plugin-node-resolve": "13.3.0",
|
|
52
48
|
"@rollup/plugin-replace": "4.0.0",
|
|
53
49
|
"@svgr/rollup": "^6.2.1",
|
|
54
|
-
"antd": "
|
|
55
|
-
"autoprefixer": "^
|
|
56
|
-
"axios": "
|
|
57
|
-
"babel-loader": "^8.2.
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"eslint
|
|
68
|
-
"eslint-
|
|
69
|
-
"eslint-plugin-
|
|
70
|
-
"eslint-plugin-
|
|
71
|
-
"eslint-plugin-
|
|
72
|
-
"eslint-plugin-
|
|
73
|
-
"eslint-plugin-
|
|
74
|
-
"
|
|
75
|
-
"
|
|
50
|
+
"antd": "4.24.3",
|
|
51
|
+
"autoprefixer": "^10.4.5",
|
|
52
|
+
"axios": "0.27.2",
|
|
53
|
+
"babel-loader": "^8.2.5",
|
|
54
|
+
"babel-plugin-istanbul": "^6.1.1",
|
|
55
|
+
"babel-plugin-js-logger": "1.0.17",
|
|
56
|
+
"babel-plugin-macros": "3.1.0",
|
|
57
|
+
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
|
|
58
|
+
"babel-preset-react": "6.24.1",
|
|
59
|
+
"babel-preset-typescript": "^7.0.0-alpha.19",
|
|
60
|
+
"classnames": "2.3.1",
|
|
61
|
+
"css-loader": "6.7.1",
|
|
62
|
+
"dayjs": "1.11.1",
|
|
63
|
+
"eslint": "8.14.0",
|
|
64
|
+
"eslint-config-prettier": "8.5.0",
|
|
65
|
+
"eslint-plugin-cypress": "2.12.1",
|
|
66
|
+
"eslint-plugin-import": "2.26.0",
|
|
67
|
+
"eslint-plugin-jam3": "0.2.3",
|
|
68
|
+
"eslint-plugin-json": "3.1.0",
|
|
69
|
+
"eslint-plugin-prettier": "4.0.0",
|
|
70
|
+
"eslint-plugin-promise": "6.0.0",
|
|
71
|
+
"eslint-plugin-react": "7.29.4",
|
|
72
|
+
"eslint-plugin-react-hooks": "4.5.0",
|
|
73
|
+
"eslint-plugin-unused-imports": "2.0.0",
|
|
74
|
+
"formik": "2.2.9",
|
|
76
75
|
"html-loader": "^1.3.1",
|
|
77
76
|
"html-webpack-plugin": "^4.5.0",
|
|
78
|
-
"husky": "
|
|
79
|
-
"i18next": "
|
|
77
|
+
"husky": "7.0.4",
|
|
78
|
+
"i18next": "21.7.0",
|
|
80
79
|
"i18next-browser-languagedetector": "^6.1.4",
|
|
81
|
-
"
|
|
82
|
-
"postcss": "^
|
|
83
|
-
"postcss-import": "^
|
|
84
|
-
"postcss-loader": "^
|
|
85
|
-
"postcss-preset-env": "
|
|
86
|
-
"prettier": "
|
|
87
|
-
"
|
|
88
|
-
"
|
|
80
|
+
"lint-staged": "12.4.1",
|
|
81
|
+
"postcss": "^8.4.17",
|
|
82
|
+
"postcss-import": "^15.0.0",
|
|
83
|
+
"postcss-loader": "^7.0.1",
|
|
84
|
+
"postcss-preset-env": "7.8.2",
|
|
85
|
+
"prettier": "2.6.2",
|
|
86
|
+
"prettier-plugin-tailwindcss": "0.1.10",
|
|
87
|
+
"prop-types": "15.8.1",
|
|
88
|
+
"ramda": "0.28.0",
|
|
89
89
|
"react": "17.0.2",
|
|
90
90
|
"react-dom": "17.0.2",
|
|
91
|
-
"react-
|
|
92
|
-
"react-
|
|
93
|
-
"react-
|
|
94
|
-
"react-router-
|
|
95
|
-
"react-scripts": "4.0.3",
|
|
91
|
+
"react-helmet": "^6.1.0",
|
|
92
|
+
"react-i18next": "11.16.8",
|
|
93
|
+
"react-query": "^3.39.2",
|
|
94
|
+
"react-router-dom": "5.3.1",
|
|
96
95
|
"react-select": "^5.2.1",
|
|
97
96
|
"react-toastify": "8.0.2",
|
|
98
97
|
"rollup": "2.75.7",
|
|
@@ -109,10 +108,12 @@
|
|
|
109
108
|
"sass": "^1.26.11",
|
|
110
109
|
"sass-loader": "^10.0.2",
|
|
111
110
|
"style-loader": "^2.0.0",
|
|
111
|
+
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
|
|
112
|
+
"util": "^0.12.5",
|
|
112
113
|
"webpack": "^5.74.0",
|
|
113
114
|
"webpack-cli": "^5.0.1",
|
|
114
115
|
"webpack-dev-server": "^4.11.0",
|
|
115
|
-
"yup": "
|
|
116
|
+
"yup": "0.32.11"
|
|
116
117
|
},
|
|
117
118
|
"peerDependencies": {
|
|
118
119
|
"@bigbinary/neeto-commons-frontend": "latest",
|
|
@@ -121,14 +122,15 @@
|
|
|
121
122
|
"@bigbinary/neetoui": "latest",
|
|
122
123
|
"@honeybadger-io/react": "^2.1.0",
|
|
123
124
|
"@rails/activestorage": "^7.0.4",
|
|
124
|
-
"axios": "
|
|
125
|
-
"classnames": "
|
|
126
|
-
"dayjs": "
|
|
127
|
-
"formik": "
|
|
128
|
-
"ramda": "
|
|
125
|
+
"axios": "0.27.2",
|
|
126
|
+
"classnames": "2.3.1",
|
|
127
|
+
"dayjs": "1.11.1",
|
|
128
|
+
"formik": "2.2.9",
|
|
129
|
+
"ramda": "0.28.0",
|
|
129
130
|
"react": "17.0.2",
|
|
130
131
|
"react-dom": "17.0.2",
|
|
131
|
-
"
|
|
132
|
+
"react-query": "^3.39.2",
|
|
133
|
+
"yup": "0.32.11"
|
|
132
134
|
},
|
|
133
135
|
"files": [
|
|
134
136
|
"dist"
|