@argusoft/medplat-app-shell 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,211 @@
1
+ {
2
+ "name": "@argusoft/medplat-app-shell",
3
+ "version": "1.0.0",
4
+ "description": "MEDplat application shell — providers, layout, routing, error boundaries, generic utilities, store.",
5
+ "license": "MIT",
6
+ "type": "module",
7
+ "main": "./dist/index.js",
8
+ "module": "./dist/index.js",
9
+ "exports": {
10
+ ".": {
11
+ "import": "./dist/index.js"
12
+ },
13
+ "./dist/medplat-app-shell.css": "./dist/medplat-app-shell.css"
14
+ },
15
+ "files": [
16
+ "dist"
17
+ ],
18
+ "sideEffects": [
19
+ "*.css",
20
+ "*.scss"
21
+ ],
22
+ "scripts": {
23
+ "generate-exports": "node generate-exports.js",
24
+ "generate-exports:watch": "node generate-exports.js --watch",
25
+ "prebuild": "node generate-exports.js",
26
+ "build": "vite build",
27
+ "test": "jest",
28
+ "lint": "eslint .",
29
+ "prettier": "prettier --write .",
30
+ "docs:html": "jsdoc -c jsdoc.json",
31
+ "docs:markdown": "npx documentation build src/**/*.js --format md > docs.md",
32
+ "docs:generate": "node generate-docs.cjs"
33
+ },
34
+ "peerDependencies": {
35
+ "@ckeditor/ckeditor5-react": "^9",
36
+ "@codemirror/autocomplete": "^6",
37
+ "@codemirror/commands": "^6",
38
+ "@codemirror/lang-sql": "^6",
39
+ "@codemirror/state": "^6",
40
+ "@codemirror/view": "^6",
41
+ "@dnd-kit/core": "^6",
42
+ "@dnd-kit/modifiers": "^7",
43
+ "@dnd-kit/sortable": "^8",
44
+ "@dnd-kit/utilities": "^3",
45
+ "@emotion/react": "^11",
46
+ "@emotion/styled": "^11",
47
+ "@ffmpeg/core": "^0.12",
48
+ "@ffmpeg/ffmpeg": "^0.12",
49
+ "@ffmpeg/util": "^0.12",
50
+ "@fontsource/mulish": "^5",
51
+ "@fortawesome/fontawesome-svg-core": "^6",
52
+ "@fortawesome/free-solid-svg-icons": "^6",
53
+ "@fortawesome/react-fontawesome": "^0.2",
54
+ "@fullcalendar/core": "^6",
55
+ "@fullcalendar/daygrid": "^6",
56
+ "@fullcalendar/interaction": "^6",
57
+ "@fullcalendar/list": "^6",
58
+ "@fullcalendar/react": "^6",
59
+ "@fullcalendar/timegrid": "^6",
60
+ "@hookform/resolvers": "^3",
61
+ "@monaco-editor/react": "^4",
62
+ "@mui/icons-material": "^6",
63
+ "@mui/material": "^6",
64
+ "@mui/system": "^6",
65
+ "@mui/x-date-pickers": "^7",
66
+ "@reduxjs/toolkit": "^2",
67
+ "@stomp/stompjs": "^7",
68
+ "@tabler/icons-react": "^3",
69
+ "@tanstack/react-query": "^5",
70
+ "@uiw/react-codemirror": "^4",
71
+ "axios": "^1",
72
+ "ckeditor5": "^45",
73
+ "classnames": "^2",
74
+ "crypto-js": "^4",
75
+ "date-fns": "^4",
76
+ "dayjs": "^1",
77
+ "dompurify": "^3",
78
+ "file-saver": "^2",
79
+ "file-type": "^19",
80
+ "firebase": "^11",
81
+ "framer-motion": "^12",
82
+ "glob": "^9",
83
+ "html2pdf.js": "^0.10",
84
+ "i18next": "^24",
85
+ "konva": "^8",
86
+ "leaflet": "^1",
87
+ "lodash": "^4",
88
+ "moment": "^2",
89
+ "monaco-editor": "^0.55",
90
+ "pdfmake": "^0.2",
91
+ "print-js": "^1",
92
+ "prop-types": "^15",
93
+ "react": "^18",
94
+ "react-color": "^2",
95
+ "react-date-range": "^2",
96
+ "react-dom": "^18",
97
+ "react-grid-layout": "^1",
98
+ "react-hook-form": "^7",
99
+ "react-i18next": "^15",
100
+ "react-infinite-scroller": "^1",
101
+ "react-joyride": "^2",
102
+ "react-konva": "^18",
103
+ "react-leaflet": "^4",
104
+ "react-media-recorder": "^1",
105
+ "react-password-strength-bar": "^0.4",
106
+ "react-player": "^2",
107
+ "react-qr-code": "^2",
108
+ "react-redux": "^9",
109
+ "react-responsive-carousel": "^3",
110
+ "react-router": "^6",
111
+ "react-router-dom": "^6",
112
+ "react-select": "^5",
113
+ "react-simple-maps": "^3",
114
+ "react-toastify": "^10",
115
+ "react-transition-group": "^4",
116
+ "react-virtuoso": "^4",
117
+ "react-zoom-pan-pinch": "^3",
118
+ "recharts": "^2",
119
+ "redux": "^5",
120
+ "sockjs-client": "^1",
121
+ "topojson-client": "^3",
122
+ "use-image": "^1",
123
+ "useranalytics": "^1",
124
+ "uuid": "^10",
125
+ "web-vitals": "^2",
126
+ "xlsx-js-style": "^1",
127
+ "yup": "^1"
128
+ },
129
+ "peerDependenciesMeta": {
130
+ "react": {
131
+ "optional": false
132
+ },
133
+ "react-dom": {
134
+ "optional": false
135
+ }
136
+ },
137
+ "devDependencies": {
138
+ "@babel/core": "^7.25.2",
139
+ "@babel/preset-env": "^7.25.4",
140
+ "@babel/preset-react": "^7.24.7",
141
+ "@eslint/js": "^9.11.1",
142
+ "@mui/x-date-pickers": "^7.12.0",
143
+ "@tailwindcss/postcss": "^4.0.14",
144
+ "@testing-library/dom": "^10.4.0",
145
+ "@testing-library/jest-dom": "^5.14.1",
146
+ "@testing-library/react": "^16.2.0",
147
+ "@vitejs/plugin-react": "^4.3.2",
148
+ "babel-jest": "^29.7.0",
149
+ "babel-plugin-transform-vite-meta-env": "^1.0.3",
150
+ "clean-jsdoc-theme": "^4.3.0",
151
+ "documentation": "^14.0.3",
152
+ "eslint": "^9.11.1",
153
+ "eslint-plugin-import": "^2.31.0",
154
+ "eslint-plugin-react": "^7.37.0",
155
+ "globals": "^15.8.0",
156
+ "jest": "^29.7.0",
157
+ "jest-environment-jsdom": "^29.7.0",
158
+ "jest-transform-stub": "^2.0.0",
159
+ "jsdoc": "^4.0.3",
160
+ "postcss": "^8.4.47",
161
+ "prettier": "3.3.3",
162
+ "redux-mock-store": "^1.5.4",
163
+ "sass": "^1.79.4",
164
+ "tailwindcss": "^4.0.14",
165
+ "vite": "^6.2.0",
166
+ "vite-plugin-lib-inject-css": "^2.2.2"
167
+ },
168
+ "publishConfig": {
169
+ "access": "public"
170
+ },
171
+ "eslintConfig": {
172
+ "extends": [
173
+ "react-app",
174
+ "react-app/jest"
175
+ ]
176
+ },
177
+ "browserslist": {
178
+ "production": [
179
+ ">0.2%",
180
+ "not dead",
181
+ "not op_mini all"
182
+ ],
183
+ "development": [
184
+ "last 1 chrome version",
185
+ "last 1 firefox version",
186
+ "last 1 safari version"
187
+ ]
188
+ },
189
+ "jest": {
190
+ "testEnvironment": "jest-environment-jsdom",
191
+ "setupFilesAfterEnv": [
192
+ "<rootDir>/src/setupTests.js"
193
+ ],
194
+ "testTimeout": 90000,
195
+ "moduleNameMapper": {
196
+ "^axios$": "axios",
197
+ "^useranalytics$": "useranalytics",
198
+ "\\.(css|scss)$": "jest-transform-stub",
199
+ "\\.(jpg|jpeg|png|gif|svg)$": "jest-transform-stub",
200
+ "^@/(.*)$": "<rootDir>/src/$1",
201
+ "^@ckeditor/ckeditor5-react$": "<rootDir>/src/_tests_/__mocks__/ckeditor.js",
202
+ "^@ckeditor/ckeditor5-build-classic$": "<rootDir>/src/_tests_/__mocks__/ckeditor.js"
203
+ },
204
+ "transform": {
205
+ "^.+\\.(js|jsx|ts|tsx)$": "babel-jest"
206
+ },
207
+ "transformIgnorePatterns": [
208
+ "/node_modules/"
209
+ ]
210
+ }
211
+ }