@bigbinary/neeto-webhooks-frontend 0.0.4 → 0.1.0
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 +3 -1
- package/dist/index.js.map +1 -1
- package/package.json +45 -38
package/package.json
CHANGED
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-webhooks-frontend",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"description": "Manage webhooks across neeto products.",
|
|
5
5
|
"author": "BigBinary",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": "https://github.com/bigbinary/neeto-webhooks-frontend",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"engines": {
|
|
10
|
-
"node": ">=18.12"
|
|
10
|
+
"node": ">=18.12",
|
|
11
|
+
"npm": ">=9",
|
|
12
|
+
"yarn": ">=1.22"
|
|
11
13
|
},
|
|
12
14
|
"files": [
|
|
13
15
|
"dist"
|
|
@@ -23,28 +25,22 @@
|
|
|
23
25
|
"src/**/*.{js,jsx,json}": [
|
|
24
26
|
"prettier --write",
|
|
25
27
|
"eslint --fix"
|
|
26
|
-
],
|
|
27
|
-
"{package.json,.eslintrc.js,.prettierrc.js}": [
|
|
28
|
-
"prettier --write",
|
|
29
|
-
"eslint --fix"
|
|
30
|
-
],
|
|
31
|
-
".eslint-rules/**/*": [
|
|
32
|
-
"prettier --write",
|
|
33
|
-
"eslint --fix"
|
|
34
28
|
]
|
|
35
29
|
},
|
|
36
30
|
"devDependencies": {
|
|
37
|
-
"@babel/core": "7.19.
|
|
38
|
-
"@babel/eslint-parser": "7.
|
|
39
|
-
"@babel/plugin-
|
|
40
|
-
"@babel/
|
|
41
|
-
"@babel/preset-
|
|
42
|
-
"@babel/preset-
|
|
43
|
-
"@
|
|
44
|
-
"@bigbinary/
|
|
45
|
-
"@bigbinary/neeto-
|
|
46
|
-
"@bigbinary/
|
|
31
|
+
"@babel/core": "^7.19.1",
|
|
32
|
+
"@babel/eslint-parser": "7.17.0",
|
|
33
|
+
"@babel/plugin-transform-runtime": "^7.19.1",
|
|
34
|
+
"@babel/preset-env": "7.17.10",
|
|
35
|
+
"@babel/preset-react": "7.16.7",
|
|
36
|
+
"@babel/preset-typescript": "^7.18.6",
|
|
37
|
+
"@babel/runtime": "^7.19.0",
|
|
38
|
+
"@bigbinary/eslint-plugin-neeto": "^1.0.21",
|
|
39
|
+
"@bigbinary/neeto-commons-frontend": "^2.0.40",
|
|
40
|
+
"@bigbinary/neeto-icons": "1.9.12",
|
|
41
|
+
"@bigbinary/neetoui": "4.4.0",
|
|
47
42
|
"@emotion/is-prop-valid": "1.2.0",
|
|
43
|
+
"@honeybadger-io/react": "2.0.1",
|
|
48
44
|
"@rollup/plugin-alias": "3.1.9",
|
|
49
45
|
"@rollup/plugin-babel": "5.3.1",
|
|
50
46
|
"@rollup/plugin-commonjs": "22.0.2",
|
|
@@ -53,24 +49,29 @@
|
|
|
53
49
|
"@rollup/plugin-node-resolve": "14.1.0",
|
|
54
50
|
"@rollup/plugin-replace": "4.0.0",
|
|
55
51
|
"@vitejs/plugin-react": "^3.1.0",
|
|
56
|
-
"antd": "4.
|
|
52
|
+
"antd": "4.24.3",
|
|
53
|
+
"autoprefixer": "^10.4.5",
|
|
57
54
|
"axios": "0.27.2",
|
|
58
|
-
"babel-loader": "8.2.5",
|
|
55
|
+
"babel-loader": "^8.2.5",
|
|
56
|
+
"babel-plugin-istanbul": "^6.1.1",
|
|
57
|
+
"babel-plugin-js-logger": "1.0.17",
|
|
59
58
|
"babel-plugin-macros": "3.1.0",
|
|
60
59
|
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
|
|
61
|
-
"
|
|
60
|
+
"babel-preset-react": "6.24.1",
|
|
61
|
+
"babel-preset-typescript": "^7.0.0-alpha.19",
|
|
62
|
+
"classnames": "2.3.1",
|
|
62
63
|
"css-loader": "6.7.1",
|
|
63
|
-
"dayjs": "1.11.
|
|
64
|
-
"eslint": "8.
|
|
64
|
+
"dayjs": "1.11.1",
|
|
65
|
+
"eslint": "8.14.0",
|
|
65
66
|
"eslint-config-prettier": "8.5.0",
|
|
66
67
|
"eslint-plugin-cypress": "2.12.1",
|
|
67
68
|
"eslint-plugin-import": "2.26.0",
|
|
68
69
|
"eslint-plugin-jam3": "0.2.3",
|
|
69
70
|
"eslint-plugin-json": "3.1.0",
|
|
70
|
-
"eslint-plugin-prettier": "4.
|
|
71
|
-
"eslint-plugin-promise": "6.0.
|
|
72
|
-
"eslint-plugin-react": "7.
|
|
73
|
-
"eslint-plugin-react-hooks": "4.
|
|
71
|
+
"eslint-plugin-prettier": "4.0.0",
|
|
72
|
+
"eslint-plugin-promise": "6.0.0",
|
|
73
|
+
"eslint-plugin-react": "7.29.4",
|
|
74
|
+
"eslint-plugin-react-hooks": "4.5.0",
|
|
74
75
|
"eslint-plugin-unused-imports": "2.0.0",
|
|
75
76
|
"formik": "2.2.9",
|
|
76
77
|
"html-loader": "4.2.0",
|
|
@@ -79,16 +80,20 @@
|
|
|
79
80
|
"i18next": "21.9.2",
|
|
80
81
|
"json-server": "^0.17.1",
|
|
81
82
|
"lint-staged": "13.0.3",
|
|
82
|
-
"postcss
|
|
83
|
-
"
|
|
83
|
+
"postcss": "^8.4.17",
|
|
84
|
+
"postcss-import": "^15.0.0",
|
|
85
|
+
"postcss-loader": "^7.0.1",
|
|
86
|
+
"postcss-preset-env": "7.8.2",
|
|
87
|
+
"prettier": "2.6.2",
|
|
88
|
+
"prettier-plugin-tailwindcss": "0.1.10",
|
|
84
89
|
"prop-types": "15.8.1",
|
|
85
90
|
"ramda": "0.28.0",
|
|
86
91
|
"react": "17.0.2",
|
|
87
92
|
"react-dom": "17.0.2",
|
|
88
93
|
"react-i18next": "11.18.6",
|
|
89
94
|
"react-query": "3.39.2",
|
|
90
|
-
"react-router-dom": "5.3.
|
|
91
|
-
"react-toastify": "
|
|
95
|
+
"react-router-dom": "5.3.1",
|
|
96
|
+
"react-toastify": "8.0.2",
|
|
92
97
|
"react-transition-group": "4.4.5",
|
|
93
98
|
"rollup": "2.79.1",
|
|
94
99
|
"rollup-plugin-analyzer": "4.0.0",
|
|
@@ -104,6 +109,7 @@
|
|
|
104
109
|
"sass": "1.55.0",
|
|
105
110
|
"sass-loader": "13.0.2",
|
|
106
111
|
"style-loader": "3.3.1",
|
|
112
|
+
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
|
|
107
113
|
"util": "^0.12.5",
|
|
108
114
|
"vite": "^4.1.3",
|
|
109
115
|
"yup": "0.32.11"
|
|
@@ -112,17 +118,18 @@
|
|
|
112
118
|
"@bigbinary/neeto-commons-frontend": "latest",
|
|
113
119
|
"@bigbinary/neeto-icons": "latest",
|
|
114
120
|
"@bigbinary/neetoui": "latest",
|
|
115
|
-
"antd": "4.
|
|
121
|
+
"antd": "4.24.3",
|
|
116
122
|
"axios": "0.27.2",
|
|
117
123
|
"classnames": "2.3.1",
|
|
118
|
-
"dayjs": "1.11.
|
|
124
|
+
"dayjs": "1.11.1",
|
|
119
125
|
"formik": "2.2.9",
|
|
120
126
|
"ramda": "0.28.0",
|
|
121
127
|
"react": "17.0.2",
|
|
122
128
|
"react-dom": "17.0.2",
|
|
123
129
|
"react-query": "3.39.2",
|
|
124
|
-
"react-router-dom": "5.3.
|
|
125
|
-
"react-toastify": "
|
|
130
|
+
"react-router-dom": "5.3.1",
|
|
131
|
+
"react-toastify": "8.0.2",
|
|
126
132
|
"yup": "0.32.11"
|
|
127
|
-
}
|
|
133
|
+
},
|
|
134
|
+
"dependencies": {}
|
|
128
135
|
}
|