em-crm-claim-module 1.0.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 ADDED
@@ -0,0 +1,57 @@
1
+ {
2
+ "name": "em-crm-claim-module",
3
+ "version": "1.0.0",
4
+ "description": "A responsive React component module for managing claims - Add Claim and List Claims",
5
+ "type": "module",
6
+ "main": "dist/index.js",
7
+ "module": "dist/index.esm.js",
8
+ "types": "dist/index.d.ts",
9
+ "scripts": {
10
+ "build": "rollup -c",
11
+ "dev": "rollup -c -w",
12
+ "test": "echo \"Error: no test specified\" && exit 1"
13
+ },
14
+ "keywords": [
15
+ "react",
16
+ "claims",
17
+ "claim-management",
18
+ "responsive",
19
+ "mui",
20
+ "material-ui"
21
+ ],
22
+ "author": "",
23
+ "license": "ISC",
24
+ "peerDependencies": {
25
+ "@mui/icons-material": "^5.0.0",
26
+ "@mui/material": "^5.0.0",
27
+ "axios": "^1.0.0",
28
+ "moment": "^2.29.0",
29
+ "react": "^18.0.0",
30
+ "react-dom": "^18.0.0",
31
+ "react-hot-toast": "^2.0.0",
32
+ "react-select": "^5.0.0"
33
+ },
34
+ "dependencies": {
35
+ "@mui/x-date-pickers": "^5.0.0",
36
+ "md5": "^2.3.0",
37
+ "rc-time-picker": "^3.7.3"
38
+ },
39
+ "devDependencies": {
40
+ "@babel/core": "^7.23.0",
41
+ "@babel/preset-env": "^7.23.0",
42
+ "@babel/preset-react": "^7.23.0",
43
+ "@rollup/plugin-babel": "^6.0.0",
44
+ "@rollup/plugin-commonjs": "^25.0.0",
45
+ "@rollup/plugin-node-resolve": "^15.0.0",
46
+ "@types/react": "^18.0.0",
47
+ "@types/react-dom": "^18.0.0",
48
+ "axios": "^1.13.2",
49
+ "rollup": "^3.0.0",
50
+ "rollup-plugin-peer-deps-external": "^2.2.4",
51
+ "rollup-plugin-postcss": "^4.0.0"
52
+ },
53
+ "files": [
54
+ "dist",
55
+ "README.md"
56
+ ]
57
+ }