@bigbinary/neeto-webhooks-frontend 1.0.0 → 1.2.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/package.json CHANGED
@@ -1,49 +1,47 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-webhooks-frontend",
3
- "version": "1.0.0",
3
+ "version": "1.2.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
- "main": "dist/index.js",
8
+ "main": "dist/index.cjs.js",
9
+ "module": "dist/index.js",
9
10
  "engines": {
10
- "node": ">=18.12"
11
+ "node": ">=18.12",
12
+ "npm": ">=9",
13
+ "yarn": ">=1.22"
11
14
  },
12
15
  "files": [
13
16
  "dist"
14
17
  ],
15
18
  "scripts": {
16
19
  "prepare": "husky install",
17
- "start": "NODE_ENV=development rm -rf dist && webpack-dev-server --open --mode development",
20
+ "start": "vite",
18
21
  "build": "NODE_ENV=production rollup -c rollup.config.js",
19
- "build-preview": "NODE_ENV=production webpack"
22
+ "server": "node example/db --watch example/db/data",
23
+ "dev": "(trap 'kill 0' SIGINT; vite & yarn server)"
20
24
  },
21
25
  "lint-staged": {
22
- "{src,example}/**/*.{js,jsx,json}": [
23
- "prettier --write",
24
- "eslint --fix"
25
- ],
26
- "{package.json,.eslintrc.js,.prettierrc.js}": [
27
- "prettier --write",
28
- "eslint --fix"
29
- ],
30
- ".eslint-rules/**/*": [
26
+ "src/**/*.{js,jsx,json}": [
31
27
  "prettier --write",
32
28
  "eslint --fix"
33
29
  ]
34
30
  },
35
31
  "devDependencies": {
36
- "@babel/core": "7.19.3",
37
- "@babel/eslint-parser": "7.19.1",
38
- "@babel/plugin-proposal-class-properties": "7.18.6",
39
- "@babel/plugin-transform-runtime": "7.19.1",
40
- "@babel/preset-env": "7.19.3",
41
- "@babel/preset-react": "7.18.6",
42
- "@bigbinary/eslint-plugin-neeto": "1.0.16",
43
- "@bigbinary/neeto-commons-frontend": "2.0.24",
44
- "@bigbinary/neeto-icons": "1.8.40",
45
- "@bigbinary/neetoui": "latest",
32
+ "@babel/core": "^7.19.1",
33
+ "@babel/eslint-parser": "7.17.0",
34
+ "@babel/plugin-transform-runtime": "^7.19.1",
35
+ "@babel/preset-env": "7.17.10",
36
+ "@babel/preset-react": "7.16.7",
37
+ "@babel/preset-typescript": "^7.18.6",
38
+ "@babel/runtime": "^7.19.0",
39
+ "@bigbinary/eslint-plugin-neeto": "^1.0.21",
40
+ "@bigbinary/neeto-commons-frontend": "^2.0.42",
41
+ "@bigbinary/neeto-icons": "1.9.12",
42
+ "@bigbinary/neetoui": "4.4.0",
46
43
  "@emotion/is-prop-valid": "1.2.0",
44
+ "@honeybadger-io/react": "2.0.1",
47
45
  "@rollup/plugin-alias": "3.1.9",
48
46
  "@rollup/plugin-babel": "5.3.1",
49
47
  "@rollup/plugin-commonjs": "22.0.2",
@@ -51,41 +49,53 @@
51
49
  "@rollup/plugin-json": "4.1.0",
52
50
  "@rollup/plugin-node-resolve": "14.1.0",
53
51
  "@rollup/plugin-replace": "4.0.0",
54
- "antd": "4.18.7",
52
+ "@rollup/plugin-terser": "^0.4.0",
53
+ "@vitejs/plugin-react": "^3.1.0",
54
+ "antd": "4.24.3",
55
+ "autoprefixer": "^10.4.5",
55
56
  "axios": "0.27.2",
56
- "babel-loader": "8.2.5",
57
+ "babel-loader": "^8.2.5",
58
+ "babel-plugin-istanbul": "^6.1.1",
59
+ "babel-plugin-js-logger": "1.0.17",
57
60
  "babel-plugin-macros": "3.1.0",
58
61
  "babel-plugin-transform-react-remove-prop-types": "0.4.24",
59
- "classnames": "2.3.2",
62
+ "babel-preset-react": "6.24.1",
63
+ "babel-preset-typescript": "^7.0.0-alpha.19",
64
+ "classnames": "2.3.1",
60
65
  "css-loader": "6.7.1",
61
- "dayjs": "1.11.5",
62
- "eslint": "8.24.0",
66
+ "dayjs": "1.11.1",
67
+ "eslint": "8.14.0",
63
68
  "eslint-config-prettier": "8.5.0",
64
69
  "eslint-plugin-cypress": "2.12.1",
65
70
  "eslint-plugin-import": "2.26.0",
66
71
  "eslint-plugin-jam3": "0.2.3",
67
72
  "eslint-plugin-json": "3.1.0",
68
- "eslint-plugin-prettier": "4.2.1",
69
- "eslint-plugin-promise": "6.0.1",
70
- "eslint-plugin-react": "7.31.8",
71
- "eslint-plugin-react-hooks": "4.6.0",
73
+ "eslint-plugin-prettier": "4.0.0",
74
+ "eslint-plugin-promise": "6.0.0",
75
+ "eslint-plugin-react": "7.29.4",
76
+ "eslint-plugin-react-hooks": "4.5.0",
72
77
  "eslint-plugin-unused-imports": "2.0.0",
73
78
  "formik": "2.2.9",
74
79
  "html-loader": "4.2.0",
75
80
  "html-webpack-plugin": "5.5.0",
76
- "husky": "8.0.1",
81
+ "husky": "^8.0.0",
77
82
  "i18next": "21.9.2",
83
+ "json-server": "^0.17.1",
78
84
  "lint-staged": "13.0.3",
79
- "postcss-loader": "7.0.1",
80
- "prettier": "2.7.1",
85
+ "postcss": "^8.4.17",
86
+ "postcss-import": "^15.0.0",
87
+ "postcss-loader": "^7.0.1",
88
+ "postcss-preset-env": "7.8.2",
89
+ "prettier": "2.6.2",
90
+ "prettier-plugin-tailwindcss": "0.1.10",
81
91
  "prop-types": "15.8.1",
82
92
  "ramda": "0.28.0",
83
93
  "react": "17.0.2",
84
94
  "react-dom": "17.0.2",
85
95
  "react-i18next": "11.18.6",
86
96
  "react-query": "3.39.2",
87
- "react-router-dom": "5.3.4",
88
- "react-toastify": "9.0.8",
97
+ "react-router-dom": "5.3.1",
98
+ "react-toastify": "8.0.2",
89
99
  "react-transition-group": "4.4.5",
90
100
  "rollup": "2.79.1",
91
101
  "rollup-plugin-analyzer": "4.0.0",
@@ -97,30 +107,30 @@
97
107
  "rollup-plugin-polyfill-node": "0.10.2",
98
108
  "rollup-plugin-serve": "2.0.1",
99
109
  "rollup-plugin-styles": "4.0.0",
100
- "rollup-plugin-terser": "7.0.2",
101
110
  "sass": "1.55.0",
102
111
  "sass-loader": "13.0.2",
103
112
  "style-loader": "3.3.1",
104
- "webpack": "5.74.0",
105
- "webpack-cli": "4.10.0",
106
- "webpack-dev-server": "4.11.1",
113
+ "tailwindcss": "npm:@tailwindcss/postcss7-compat",
114
+ "util": "^0.12.5",
115
+ "vite": "^4.1.3",
107
116
  "yup": "0.32.11"
108
117
  },
109
118
  "peerDependencies": {
110
119
  "@bigbinary/neeto-commons-frontend": "latest",
111
120
  "@bigbinary/neeto-icons": "latest",
112
121
  "@bigbinary/neetoui": "latest",
113
- "antd": "4.18.7",
122
+ "antd": "4.24.3",
114
123
  "axios": "0.27.2",
115
124
  "classnames": "2.3.1",
116
- "dayjs": "1.11.0",
125
+ "dayjs": "1.11.1",
117
126
  "formik": "2.2.9",
118
127
  "ramda": "0.28.0",
119
128
  "react": "17.0.2",
120
129
  "react-dom": "17.0.2",
121
130
  "react-query": "3.39.2",
122
- "react-router-dom": "5.3.4",
123
- "react-toastify": "9.0.1",
131
+ "react-router-dom": "5.3.1",
132
+ "react-toastify": "8.0.2",
124
133
  "yup": "0.32.11"
125
- }
134
+ },
135
+ "dependencies": {}
126
136
  }