@bigbinary/neeto-payments-frontend 1.0.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/README.md +27 -0
- package/dist/index.cjs.js +2 -0
- package/dist/index.cjs.js.map +1 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -0
- package/package.json +145 -0
- package/types.d.ts +10 -0
package/package.json
ADDED
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@bigbinary/neeto-payments-frontend",
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"description": "To manage payments across the neeto products.",
|
|
5
|
+
"license": "UNLICENSED",
|
|
6
|
+
"homepage": "https://github.com/bigbinary/neeto-payments-frontend#readme",
|
|
7
|
+
"bugs": {
|
|
8
|
+
"url": "https://github.com/bigbinary/neeto-payments-frontend/issues"
|
|
9
|
+
},
|
|
10
|
+
"repository": "github:bigbinary/neeto-payments-frontend",
|
|
11
|
+
"author": "BigBinary",
|
|
12
|
+
"files": [
|
|
13
|
+
"dist",
|
|
14
|
+
"types.d.ts"
|
|
15
|
+
],
|
|
16
|
+
"main": "dist/index.cjs.js",
|
|
17
|
+
"module": "dist/index.js",
|
|
18
|
+
"types": "types.d.ts",
|
|
19
|
+
"scripts": {
|
|
20
|
+
"build": "NODE_ENV=production rollup -c --environment production",
|
|
21
|
+
"dev": "(trap 'kill 0' SIGINT; vite & yarn server)",
|
|
22
|
+
"start": "vite",
|
|
23
|
+
"prepare": "husky install",
|
|
24
|
+
"server": "node example/db"
|
|
25
|
+
},
|
|
26
|
+
"lint-staged": {
|
|
27
|
+
"{src,example}/**/*.{js,jsx,json}": [
|
|
28
|
+
"prettier --write",
|
|
29
|
+
"eslint --fix"
|
|
30
|
+
]
|
|
31
|
+
},
|
|
32
|
+
"devDependencies": {
|
|
33
|
+
"@babel/core": "7.21.3",
|
|
34
|
+
"@babel/eslint-parser": "7.21.3",
|
|
35
|
+
"@babel/plugin-transform-runtime": "7.21.0",
|
|
36
|
+
"@babel/preset-env": "7.20.2",
|
|
37
|
+
"@babel/preset-react": "7.18.6",
|
|
38
|
+
"@babel/preset-typescript": "7.21.0",
|
|
39
|
+
"@babel/runtime": "7.21.0",
|
|
40
|
+
"@bigbinary/eslint-plugin-neeto": "1.0.23",
|
|
41
|
+
"@bigbinary/neeto-commons-frontend": "2.0.54",
|
|
42
|
+
"@bigbinary/neeto-editor": "1.25.0",
|
|
43
|
+
"@bigbinary/neeto-filters-frontend": "2.8.1",
|
|
44
|
+
"@bigbinary/neeto-icons": "1.9.22",
|
|
45
|
+
"@bigbinary/neeto-molecules": "1.0.9",
|
|
46
|
+
"@bigbinary/neetoui": "4.4.10",
|
|
47
|
+
"@faker-js/faker": "7.6.0",
|
|
48
|
+
"@honeybadger-io/react": "2.0.1",
|
|
49
|
+
"@rollup/plugin-alias": "4.0.3",
|
|
50
|
+
"@rollup/plugin-babel": "6.0.3",
|
|
51
|
+
"@rollup/plugin-commonjs": "24.0.1",
|
|
52
|
+
"@rollup/plugin-json": "6.0.0",
|
|
53
|
+
"@rollup/plugin-node-resolve": "15.0.1",
|
|
54
|
+
"@rollup/plugin-replace": "5.0.2",
|
|
55
|
+
"@rollup/plugin-terser": "^0.4.0",
|
|
56
|
+
"@svgr/rollup": "6.5.1",
|
|
57
|
+
"@vitejs/plugin-react": "3.1.0",
|
|
58
|
+
"antd": "4.24.8",
|
|
59
|
+
"autoprefixer": "10.4.13",
|
|
60
|
+
"axios": "1.3.4",
|
|
61
|
+
"babel-loader": "8.2.5",
|
|
62
|
+
"babel-plugin-istanbul": "6.1.1",
|
|
63
|
+
"babel-plugin-js-logger": "1.0.17",
|
|
64
|
+
"babel-plugin-macros": "3.1.0",
|
|
65
|
+
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
|
|
66
|
+
"babel-preset-react": "6.24.1",
|
|
67
|
+
"babel-preset-typescript": "7.0.0-alpha.19",
|
|
68
|
+
"classnames": "2.3.2",
|
|
69
|
+
"dompurify": "3.0.1",
|
|
70
|
+
"eslint": "8.36.0",
|
|
71
|
+
"eslint-config-prettier": "8.7.0",
|
|
72
|
+
"eslint-plugin-cypress": "2.12.1",
|
|
73
|
+
"eslint-plugin-import": "2.27.5",
|
|
74
|
+
"eslint-plugin-jam3": "0.2.3",
|
|
75
|
+
"eslint-plugin-json": "3.1.0",
|
|
76
|
+
"eslint-plugin-prettier": "4.2.1",
|
|
77
|
+
"eslint-plugin-promise": "6.1.1",
|
|
78
|
+
"eslint-plugin-react": "7.32.2",
|
|
79
|
+
"eslint-plugin-react-hooks": "4.6.0",
|
|
80
|
+
"eslint-plugin-unused-imports": "2.0.0",
|
|
81
|
+
"formik": "2.2.9",
|
|
82
|
+
"husky": "8.0.3",
|
|
83
|
+
"i18next": "22.4.11",
|
|
84
|
+
"i18next-browser-languagedetector": "7.0.1",
|
|
85
|
+
"js-logger": "1.6.1",
|
|
86
|
+
"json-server": "0.17.2",
|
|
87
|
+
"lint-staged": "13.2.0",
|
|
88
|
+
"mixpanel-browser": "2.45.0",
|
|
89
|
+
"pluralize": "8.0.0",
|
|
90
|
+
"postcss": "8.4.17",
|
|
91
|
+
"postcss-import": "15.0.0",
|
|
92
|
+
"postcss-loader": "7.0.1",
|
|
93
|
+
"postcss-preset-env": "7.8.2",
|
|
94
|
+
"prettier": "2.8.4",
|
|
95
|
+
"prettier-plugin-tailwindcss": "0.2.4",
|
|
96
|
+
"qs": "6.11.1",
|
|
97
|
+
"ramda": "0.28.0",
|
|
98
|
+
"react": "17.0.2",
|
|
99
|
+
"react-dom": "17.0.2",
|
|
100
|
+
"react-helmet": "6.1.0",
|
|
101
|
+
"react-i18next": "12.2.0",
|
|
102
|
+
"react-query": "3.39.3",
|
|
103
|
+
"react-router-dom": "5.3.4",
|
|
104
|
+
"react-scroll-sync": "0.11.0",
|
|
105
|
+
"react-toastify": "8.0.3",
|
|
106
|
+
"rollup": "2.79.1",
|
|
107
|
+
"rollup-plugin-analyzer": "4.0.0",
|
|
108
|
+
"rollup-plugin-cleaner": "1.0.0",
|
|
109
|
+
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
110
|
+
"rollup-plugin-styles": "4.0.0",
|
|
111
|
+
"sass": "1.58.3",
|
|
112
|
+
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
|
|
113
|
+
"util": "0.12.5",
|
|
114
|
+
"vite": "4.1.4",
|
|
115
|
+
"vite-plugin-inspect": "0.7.16",
|
|
116
|
+
"yup": "0.32.11"
|
|
117
|
+
},
|
|
118
|
+
"peerDependencies": {
|
|
119
|
+
"@bigbinary/neeto-commons-frontend": "^2.0.54",
|
|
120
|
+
"@bigbinary/neeto-editor": "^1.25.0",
|
|
121
|
+
"@bigbinary/neeto-filters-frontend": "^2.8.1",
|
|
122
|
+
"@bigbinary/neeto-icons": "^1.9.22",
|
|
123
|
+
"@bigbinary/neeto-molecules": "^1.0.9",
|
|
124
|
+
"@bigbinary/neetoui": "^4.4.10",
|
|
125
|
+
"@honeybadger-io/react": "^2.0.1",
|
|
126
|
+
"axios": "^0.27.2",
|
|
127
|
+
"classnames": "^2.3.2",
|
|
128
|
+
"formik": "^2.2.9",
|
|
129
|
+
"js-logger": "^1.6.1",
|
|
130
|
+
"mixpanel-browser": "^2.45.0",
|
|
131
|
+
"ramda": "^0.28.0",
|
|
132
|
+
"react": "17.0.2",
|
|
133
|
+
"react-dom": "17.0.2",
|
|
134
|
+
"react-helmet": "^6.1.0",
|
|
135
|
+
"react-query": "3.39.2",
|
|
136
|
+
"react-router-dom": "5.3.0",
|
|
137
|
+
"react-toastify": "8.2.0",
|
|
138
|
+
"yup": "^0.32.11"
|
|
139
|
+
},
|
|
140
|
+
"engines": {
|
|
141
|
+
"node": ">=18.12",
|
|
142
|
+
"npm": ">=9",
|
|
143
|
+
"yarn": ">=1.22"
|
|
144
|
+
}
|
|
145
|
+
}
|
package/types.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export function Dashboard(props: {
|
|
2
|
+
holdableId?: string = "";
|
|
3
|
+
payableEntityColumns?: object[] = [];
|
|
4
|
+
searchProps: object;
|
|
5
|
+
shouldFetchFilterOptions?: boolean = false;
|
|
6
|
+
}): JSX.Element;
|
|
7
|
+
export function buildStripeTransactionLink(
|
|
8
|
+
identifier: string,
|
|
9
|
+
isLive: boolean = true
|
|
10
|
+
): string;
|