fractalpay-test 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
+ }