fractalpay-test 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/Layout.js +51 -0
- package/build/1081c5c761da747118d500d2e2a3f7c8.png +0 -0
- package/build/12ad79be1a159d7f8368.svg +1 -0
- package/build/1c409ca27df03f6dd538.svg +1 -0
- package/build/1f7263e913f034629208e5892f07d45b.png +0 -0
- package/build/221098ad62449e8a4f3c1aadbf108dfb.svg +11 -0
- package/build/3a71a51585df0030b4e2.svg +1 -0
- package/build/441b7d1c958a83924eb4297817990ea0.svg +11 -0
- package/build/4e32b6d45a1c34ea51b9f1d3a6d638ec.png +0 -0
- package/build/5283c89dbd45d68b9209.svg +1 -0
- package/build/540bd558d5e3abf7846df15f3c6d3a35.png +0 -0
- package/build/5e88033ce5a4b1bbd2ad02e40244e4d0.png +0 -0
- package/build/73eb1cb9afd5b7b9daacb6faa554b322.svg +11 -0
- package/build/82bdd702db1eb6ac13cba7ea54dc90e5.svg +11 -0
- package/build/index.js +2 -0
- package/build/index.js.LICENSE.txt +46 -0
- package/package.json +42 -0
@@ -0,0 +1,46 @@
|
|
1
|
+
/*!
|
2
|
+
Copyright (c) 2018 Jed Watson.
|
3
|
+
Licensed under the MIT License (MIT), see
|
4
|
+
http://jedwatson.github.io/classnames
|
5
|
+
*/
|
6
|
+
|
7
|
+
/*!
|
8
|
+
react-datepicker v7.3.0
|
9
|
+
https://github.com/Hacker0x01/react-datepicker
|
10
|
+
Released under the MIT License.
|
11
|
+
*/
|
12
|
+
|
13
|
+
/*!
|
14
|
+
* tabbable 6.2.0
|
15
|
+
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
|
16
|
+
*/
|
17
|
+
|
18
|
+
/**
|
19
|
+
* @license React
|
20
|
+
* react-dom.production.min.js
|
21
|
+
*
|
22
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
23
|
+
*
|
24
|
+
* This source code is licensed under the MIT license found in the
|
25
|
+
* LICENSE file in the root directory of this source tree.
|
26
|
+
*/
|
27
|
+
|
28
|
+
/**
|
29
|
+
* @license React
|
30
|
+
* react-jsx-runtime.production.min.js
|
31
|
+
*
|
32
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
33
|
+
*
|
34
|
+
* This source code is licensed under the MIT license found in the
|
35
|
+
* LICENSE file in the root directory of this source tree.
|
36
|
+
*/
|
37
|
+
|
38
|
+
/**
|
39
|
+
* @license React
|
40
|
+
* scheduler.production.min.js
|
41
|
+
*
|
42
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
43
|
+
*
|
44
|
+
* This source code is licensed under the MIT license found in the
|
45
|
+
* LICENSE file in the root directory of this source tree.
|
46
|
+
*/
|
package/package.json
ADDED
@@ -0,0 +1,42 @@
|
|
1
|
+
{
|
2
|
+
"name": "fractalpay-test",
|
3
|
+
"version": "1.0.0",
|
4
|
+
"description": "",
|
5
|
+
"main": "./build/index.js",
|
6
|
+
"scripts": {
|
7
|
+
"build": "webpack"
|
8
|
+
},
|
9
|
+
"author": "anshuman",
|
10
|
+
"license": "ISC",
|
11
|
+
"dependencies": {
|
12
|
+
"@emotion/react": "^11.13.3",
|
13
|
+
"@emotion/styled": "^11.13.0",
|
14
|
+
"@fortawesome/fontawesome-svg-core": "^6.5.2",
|
15
|
+
"@fortawesome/free-solid-svg-icons": "^6.5.2",
|
16
|
+
"@fortawesome/react-fontawesome": "^0.2.2",
|
17
|
+
"@testing-library/jest-dom": "^5.17.0",
|
18
|
+
"@testing-library/react": "^13.4.0",
|
19
|
+
"@testing-library/user-event": "^13.5.0",
|
20
|
+
"axios": "^1.7.2",
|
21
|
+
"bootstrap": "^5.3.3",
|
22
|
+
"credit-card-type": "^10.0.1",
|
23
|
+
"moment": "^2.30.1",
|
24
|
+
"node-forge": "^1.3.1",
|
25
|
+
"react": "^18.3.1",
|
26
|
+
"react-bootstrap": "^2.10.2",
|
27
|
+
"react-bs-datatable": "^3.15.0",
|
28
|
+
"react-datepicker": "^7.1.0",
|
29
|
+
"react-dom": "^18.3.1",
|
30
|
+
"react-iframe": "^1.8.5",
|
31
|
+
"react-loading-iframe": "^1.1.0",
|
32
|
+
"react-places-autocomplete": "^7.3.0",
|
33
|
+
"react-router-dom": "^6.26.1",
|
34
|
+
"react-scripts": "5.0.1",
|
35
|
+
"react-spinkit": "^3.0.0",
|
36
|
+
"react-toastify": "^10.0.5",
|
37
|
+
"web-vitals": "^2.1.4"
|
38
|
+
},
|
39
|
+
"devDependencies": {
|
40
|
+
"webpack-cli": "^5.1.4"
|
41
|
+
}
|
42
|
+
}
|