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