web-mojo 2.1.46
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/LICENSE +198 -0
- package/README.md +510 -0
- package/dist/admin.cjs.js +2 -0
- package/dist/admin.cjs.js.map +1 -0
- package/dist/admin.css +621 -0
- package/dist/admin.es.js +7973 -0
- package/dist/admin.es.js.map +1 -0
- package/dist/auth.cjs.js +2 -0
- package/dist/auth.cjs.js.map +1 -0
- package/dist/auth.css +804 -0
- package/dist/auth.es.js +2168 -0
- package/dist/auth.es.js.map +1 -0
- package/dist/charts.cjs.js +2 -0
- package/dist/charts.cjs.js.map +1 -0
- package/dist/charts.css +1002 -0
- package/dist/charts.es.js +16 -0
- package/dist/charts.es.js.map +1 -0
- package/dist/chunks/ContextMenu-BrHqj0fn.js +80 -0
- package/dist/chunks/ContextMenu-BrHqj0fn.js.map +1 -0
- package/dist/chunks/ContextMenu-gEcpSz56.js +2 -0
- package/dist/chunks/ContextMenu-gEcpSz56.js.map +1 -0
- package/dist/chunks/DataView-DPryYpEW.js +2 -0
- package/dist/chunks/DataView-DPryYpEW.js.map +1 -0
- package/dist/chunks/DataView-DjZQrpba.js +843 -0
- package/dist/chunks/DataView-DjZQrpba.js.map +1 -0
- package/dist/chunks/Dialog-BsRx4eg3.js +2 -0
- package/dist/chunks/Dialog-BsRx4eg3.js.map +1 -0
- package/dist/chunks/Dialog-DSlctbon.js +1377 -0
- package/dist/chunks/Dialog-DSlctbon.js.map +1 -0
- package/dist/chunks/FilePreviewView-BmFHzK5K.js +5868 -0
- package/dist/chunks/FilePreviewView-BmFHzK5K.js.map +1 -0
- package/dist/chunks/FilePreviewView-DcdRl_ta.js +2 -0
- package/dist/chunks/FilePreviewView-DcdRl_ta.js.map +1 -0
- package/dist/chunks/FormView-CmBuwKGD.js +2 -0
- package/dist/chunks/FormView-CmBuwKGD.js.map +1 -0
- package/dist/chunks/FormView-DqUBMPJ9.js +5054 -0
- package/dist/chunks/FormView-DqUBMPJ9.js.map +1 -0
- package/dist/chunks/MetricsChart-CM4CI6eA.js +2095 -0
- package/dist/chunks/MetricsChart-CM4CI6eA.js.map +1 -0
- package/dist/chunks/MetricsChart-CPidSMaN.js +2 -0
- package/dist/chunks/MetricsChart-CPidSMaN.js.map +1 -0
- package/dist/chunks/PDFViewer-BNQlnS83.js +2 -0
- package/dist/chunks/PDFViewer-BNQlnS83.js.map +1 -0
- package/dist/chunks/PDFViewer-Dyo-Oeyd.js +946 -0
- package/dist/chunks/PDFViewer-Dyo-Oeyd.js.map +1 -0
- package/dist/chunks/Page-B524zSQs.js +351 -0
- package/dist/chunks/Page-B524zSQs.js.map +1 -0
- package/dist/chunks/Page-BFgj0pAA.js +2 -0
- package/dist/chunks/Page-BFgj0pAA.js.map +1 -0
- package/dist/chunks/TokenManager-BXNva8Jk.js +287 -0
- package/dist/chunks/TokenManager-BXNva8Jk.js.map +1 -0
- package/dist/chunks/TokenManager-Bzn4guFm.js +2 -0
- package/dist/chunks/TokenManager-Bzn4guFm.js.map +1 -0
- package/dist/chunks/TopNav-D3I3_25f.js +371 -0
- package/dist/chunks/TopNav-D3I3_25f.js.map +1 -0
- package/dist/chunks/TopNav-MDjL4kV0.js +2 -0
- package/dist/chunks/TopNav-MDjL4kV0.js.map +1 -0
- package/dist/chunks/User-BalfYTEF.js +3 -0
- package/dist/chunks/User-BalfYTEF.js.map +1 -0
- package/dist/chunks/User-DwIT-CTQ.js +1937 -0
- package/dist/chunks/User-DwIT-CTQ.js.map +1 -0
- package/dist/chunks/WebApp-B6mgbNn2.js +4767 -0
- package/dist/chunks/WebApp-B6mgbNn2.js.map +1 -0
- package/dist/chunks/WebApp-DqDowtkl.js +2 -0
- package/dist/chunks/WebApp-DqDowtkl.js.map +1 -0
- package/dist/chunks/WebSocketClient-D6i85jl2.js +2 -0
- package/dist/chunks/WebSocketClient-D6i85jl2.js.map +1 -0
- package/dist/chunks/WebSocketClient-Dvl3AYx1.js +297 -0
- package/dist/chunks/WebSocketClient-Dvl3AYx1.js.map +1 -0
- package/dist/core.css +1181 -0
- package/dist/css/web-mojo.css +17 -0
- package/dist/css-manifest.json +6 -0
- package/dist/docit.cjs.js +2 -0
- package/dist/docit.cjs.js.map +1 -0
- package/dist/docit.es.js +959 -0
- package/dist/docit.es.js.map +1 -0
- package/dist/index.cjs.js +2 -0
- package/dist/index.cjs.js.map +1 -0
- package/dist/index.es.js +2681 -0
- package/dist/index.es.js.map +1 -0
- package/dist/lightbox.cjs.js +2 -0
- package/dist/lightbox.cjs.js.map +1 -0
- package/dist/lightbox.css +606 -0
- package/dist/lightbox.es.js +3737 -0
- package/dist/lightbox.es.js.map +1 -0
- package/dist/loader.es.js +115 -0
- package/dist/loader.umd.js +85 -0
- package/dist/portal.css +2446 -0
- package/dist/table.css +639 -0
- package/dist/toast.css +181 -0
- package/package.json +179 -0
package/dist/toast.css
ADDED
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Toast Service CSS - Bootstrap 5 Toast Styling
|
|
3
|
+
* Provides custom styling for different toast types
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
/* Toast Type Styling */
|
|
7
|
+
.toast-service-success {
|
|
8
|
+
--bs-toast-bg: rgba(248, 249, 250, 0.98);
|
|
9
|
+
--bs-toast-border-color: rgba(25, 135, 84, 0.3);
|
|
10
|
+
color: var(--bs-body-color);
|
|
11
|
+
border-left: 4px solid rgba(25, 135, 84, 0.8);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.toast-service-error {
|
|
15
|
+
--bs-toast-bg: rgba(248, 249, 250, 0.98);
|
|
16
|
+
--bs-toast-border-color: rgba(220, 53, 69, 0.3);
|
|
17
|
+
color: var(--bs-body-color);
|
|
18
|
+
border-left: 4px solid rgba(220, 53, 69, 0.8);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.toast-service-warning {
|
|
22
|
+
--bs-toast-bg: rgba(248, 249, 250, 0.98);
|
|
23
|
+
--bs-toast-border-color: rgba(255, 193, 7, 0.3);
|
|
24
|
+
color: var(--bs-body-color);
|
|
25
|
+
border-left: 4px solid rgba(255, 193, 7, 0.9);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.toast-service-info {
|
|
29
|
+
--bs-toast-bg: rgba(248, 249, 250, 0.98);
|
|
30
|
+
--bs-toast-border-color: rgba(13, 110, 253, 0.3);
|
|
31
|
+
color: var(--bs-body-color);
|
|
32
|
+
border-left: 4px solid rgba(13, 110, 253, 0.8);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.toast-service-plain {
|
|
36
|
+
--bs-toast-bg: rgba(248, 249, 250, 0.98);
|
|
37
|
+
--bs-toast-border-color: rgba(0, 0, 0, 0.08);
|
|
38
|
+
color: var(--bs-body-color);
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
/* Toast Icon Styling */
|
|
42
|
+
.toast-service-icon {
|
|
43
|
+
width: 20px;
|
|
44
|
+
height: 20px;
|
|
45
|
+
flex-shrink: 0;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
/* Toast Icon Colors */
|
|
49
|
+
.toast-service-success .toast-service-icon {
|
|
50
|
+
color: rgba(25, 135, 84, 0.9);
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.toast-service-error .toast-service-icon {
|
|
54
|
+
color: rgba(220, 53, 69, 0.9);
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.toast-service-warning .toast-service-icon {
|
|
58
|
+
color: rgba(255, 193, 7, 1);
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.toast-service-info .toast-service-icon {
|
|
62
|
+
color: rgba(13, 110, 253, 0.9);
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.toast-service-plain .toast-service-icon {
|
|
66
|
+
color: rgba(108, 117, 125, 0.8);
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
/* Close Button Styling */
|
|
70
|
+
.toast-service-close {
|
|
71
|
+
filter: none;
|
|
72
|
+
opacity: 0.6;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.toast-service-close:hover {
|
|
76
|
+
opacity: 1;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
/* Toast Container Enhancements */
|
|
80
|
+
.toast-container {
|
|
81
|
+
max-width: 400px;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
/* Toast Animation Enhancements */
|
|
85
|
+
.toast {
|
|
86
|
+
transition: all 0.3s ease-in-out;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.toast.showing {
|
|
90
|
+
opacity: 0;
|
|
91
|
+
transform: translateX(100%);
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.toast.show {
|
|
95
|
+
opacity: 1;
|
|
96
|
+
transform: translateX(0);
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.toast.hide {
|
|
100
|
+
opacity: 0;
|
|
101
|
+
transform: translateX(100%);
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
/* Responsive Toast Styling */
|
|
105
|
+
@media (max-width: 576px) {
|
|
106
|
+
.toast-container {
|
|
107
|
+
max-width: calc(100vw - 20px);
|
|
108
|
+
left: 10px !important;
|
|
109
|
+
right: 10px !important;
|
|
110
|
+
transform: none !important;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.toast-container.position-fixed.top-0.start-50.translate-middle-x,
|
|
114
|
+
.toast-container.position-fixed.bottom-0.start-50.translate-middle-x {
|
|
115
|
+
left: 10px !important;
|
|
116
|
+
right: 10px !important;
|
|
117
|
+
transform: none !important;
|
|
118
|
+
width: calc(100% - 20px);
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
/* Toast Header Enhancements */
|
|
123
|
+
.toast-header {
|
|
124
|
+
padding: 0.5rem 0.75rem;
|
|
125
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.toast-service-success .toast-header,
|
|
129
|
+
.toast-service-error .toast-header,
|
|
130
|
+
.toast-service-info .toast-header,
|
|
131
|
+
.toast-service-warning .toast-header {
|
|
132
|
+
border-bottom-color: rgba(0, 0, 0, 0.06);
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
/* Toast Body Enhancements */
|
|
136
|
+
.toast-body {
|
|
137
|
+
padding: 0.75rem;
|
|
138
|
+
word-wrap: break-word;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
/* Multi-line Toast Support */
|
|
142
|
+
.toast-body .toast-message {
|
|
143
|
+
line-height: 1.4;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
/* Toast Stacking */
|
|
147
|
+
.toast-container .toast + .toast {
|
|
148
|
+
margin-top: 0.5rem;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
/* Dark Mode Support */
|
|
152
|
+
@media (prefers-color-scheme: dark) {
|
|
153
|
+
.toast-service-plain {
|
|
154
|
+
--bs-toast-bg: rgba(33, 37, 41, 0.95);
|
|
155
|
+
--bs-toast-border-color: rgba(255, 255, 255, 0.1);
|
|
156
|
+
color: var(--bs-body-color);
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
/* Toast Progress Bar (for future use) */
|
|
161
|
+
.toast-progress {
|
|
162
|
+
position: absolute;
|
|
163
|
+
bottom: 0;
|
|
164
|
+
left: 0;
|
|
165
|
+
height: 3px;
|
|
166
|
+
background-color: rgba(255, 255, 255, 0.3);
|
|
167
|
+
border-radius: 0 0 0.375rem 0.375rem;
|
|
168
|
+
transition: width linear;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
/* Toast Action Buttons (for future use) */
|
|
172
|
+
.toast-actions {
|
|
173
|
+
padding: 0.25rem 0.75rem 0.75rem;
|
|
174
|
+
display: flex;
|
|
175
|
+
gap: 0.5rem;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
.toast-actions .btn {
|
|
179
|
+
font-size: 0.875rem;
|
|
180
|
+
padding: 0.25rem 0.75rem;
|
|
181
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "web-mojo",
|
|
3
|
+
"version": "2.1.46",
|
|
4
|
+
"description": "WEB-MOJO - A lightweight JavaScript framework for building data-driven web applications",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "./dist/index.cjs.js",
|
|
7
|
+
"module": "./dist/index.es.js",
|
|
8
|
+
"browser": "./dist/index.es.js",
|
|
9
|
+
"exports": {
|
|
10
|
+
".": {
|
|
11
|
+
"import": "./dist/index.es.js",
|
|
12
|
+
"require": "./dist/index.cjs.js"
|
|
13
|
+
},
|
|
14
|
+
"./loader": {
|
|
15
|
+
"import": "./dist/loader.es.js",
|
|
16
|
+
"require": "./dist/loader.umd.js"
|
|
17
|
+
},
|
|
18
|
+
"./auth": {
|
|
19
|
+
"import": "./dist/auth.es.js",
|
|
20
|
+
"require": "./dist/auth.cjs.js"
|
|
21
|
+
},
|
|
22
|
+
"./lightbox": {
|
|
23
|
+
"import": "./dist/lightbox.es.js",
|
|
24
|
+
"require": "./dist/lightbox.cjs.js"
|
|
25
|
+
},
|
|
26
|
+
"./admin": {
|
|
27
|
+
"import": "./dist/admin.es.js",
|
|
28
|
+
"require": "./dist/admin.cjs.js"
|
|
29
|
+
},
|
|
30
|
+
"./charts": {
|
|
31
|
+
"import": "./dist/charts.es.js",
|
|
32
|
+
"require": "./dist/charts.cjs.js"
|
|
33
|
+
},
|
|
34
|
+
"./docit": {
|
|
35
|
+
"import": "./dist/docit.es.js",
|
|
36
|
+
"require": "./dist/docit.cjs.js"
|
|
37
|
+
},
|
|
38
|
+
"./models": {
|
|
39
|
+
"import": "./src/core/models/index.js",
|
|
40
|
+
"require": "./src/core/models/index.js"
|
|
41
|
+
},
|
|
42
|
+
"./templates": "./dist/templates/index.js",
|
|
43
|
+
"./templates/*": "./dist/templates/*",
|
|
44
|
+
"./style.css": "./dist/css/web-mojo.css",
|
|
45
|
+
"./css/core": "./dist/core.css",
|
|
46
|
+
"./css/portal": "./dist/portal.css",
|
|
47
|
+
"./css/table": "./dist/table.css",
|
|
48
|
+
"./css/toast": "./dist/toast.css",
|
|
49
|
+
"./css/auth": "./dist/auth.css",
|
|
50
|
+
"./css/lightbox": "./dist/lightbox.css",
|
|
51
|
+
"./css/charts": "./dist/charts.css",
|
|
52
|
+
"./css/admin": "./dist/admin.css",
|
|
53
|
+
"./package.json": "./package.json"
|
|
54
|
+
},
|
|
55
|
+
"files": [
|
|
56
|
+
"dist",
|
|
57
|
+
"README.md",
|
|
58
|
+
"LICENSE",
|
|
59
|
+
"CHANGELOG.md",
|
|
60
|
+
"css-manifest.json"
|
|
61
|
+
],
|
|
62
|
+
"scripts": {
|
|
63
|
+
"dev": "concurrently \"npm run build:templates:watch\" \"vite\"",
|
|
64
|
+
"dev:live": "node serve-dev.js",
|
|
65
|
+
"dev:watch": "vite build --watch",
|
|
66
|
+
"dev:full": "concurrently \"npm run build:templates:watch\" \"npm run version:watch\" \"npm run dev\" \"npm run test:watch\"",
|
|
67
|
+
"dev:framework": "concurrently \"npm run build:templates:watch\" \"npm run build:lib:watch\" \"npm run dev\"",
|
|
68
|
+
"dev:framework-version": "concurrently \"npm run build:templates:watch\" \"npm run build:lib:watch\" \"npm run version:watch\" \"npm run dev\"",
|
|
69
|
+
"dev:version": "concurrently \"npm run version:watch\" \"npm run dev\"",
|
|
70
|
+
"dev:link": "npm link && npm run dev:framework",
|
|
71
|
+
"dev:templates": "npm run build:templates:watch",
|
|
72
|
+
"serve": "node serve-examples.js",
|
|
73
|
+
"examples": "node serve-examples.js",
|
|
74
|
+
"build": "vite build",
|
|
75
|
+
"build:templates": "node scripts/build-templates.js",
|
|
76
|
+
"build:templates:watch": "node scripts/build-templates.js --watch",
|
|
77
|
+
"build:lib": "npm run generate:models && npm run build:templates && vite build --config vite.config.lib.js",
|
|
78
|
+
"build:loader": "vite build --config vite.config.loader.js",
|
|
79
|
+
"build:lib:watch": "vite build --config vite.config.lib.js --watch",
|
|
80
|
+
"build:css": "cp src/core/css/core.css dist/core.css && cp src/core/css/portal.css dist/portal.css && cp src/core/css/table.css dist/table.css && cp src/core/css/toast.css dist/toast.css && cp src/extensions/auth/css/auth.css dist/auth.css && cp src/extensions/lightbox/css/lightbox.css dist/lightbox.css && cp src/extensions/charts/css/charts.css dist/charts.css && cp src/extensions/admin/css/admin.css dist/admin.css",
|
|
81
|
+
"build:dist": "npm run clean && npm run generate:models && npm run build:templates && npm run build:lib && npm run build:loader && npm run build:css",
|
|
82
|
+
"build:watch": "vite build --watch",
|
|
83
|
+
"clean": "rm -rf dist",
|
|
84
|
+
"preview": "vite preview",
|
|
85
|
+
"prepublishOnly": "npm run build:dist",
|
|
86
|
+
"postpublish": "echo 'Successfully published web-mojo@'$npm_package_version",
|
|
87
|
+
"debug": "node test/utils/debug-server.js",
|
|
88
|
+
"debug:watch": "node test/utils/debug-server.js --watch",
|
|
89
|
+
"scss": "sass src/styles/main.scss dist/styles/mojo.css --watch",
|
|
90
|
+
"lint": "eslint src/**/*.js",
|
|
91
|
+
"lint:fix": "eslint src/**/*.js --fix",
|
|
92
|
+
"migrate:camelcase": "node scripts/migrate-to-camelcase.js",
|
|
93
|
+
"migrate:camelcase:dry": "node scripts/migrate-to-camelcase.js --dry-run",
|
|
94
|
+
"migrate:camelcase:backup": "node scripts/migrate-to-camelcase.js --backup",
|
|
95
|
+
"test": "node test/test-runner.js",
|
|
96
|
+
"test:unit": "node test/test-runner.js --suite unit",
|
|
97
|
+
"test:integration": "node test/test-runner.js --suite integration",
|
|
98
|
+
"test:build": "node test/test-runner.js --suite build",
|
|
99
|
+
"test:watch": "node test/test-runner.js --watch",
|
|
100
|
+
"test:coverage": "node test/test-runner.js --coverage",
|
|
101
|
+
"test:migrate": "node test/test-runner.js --migrate",
|
|
102
|
+
"version:watch": "node scripts/version-manager.js --watch",
|
|
103
|
+
"version:increment": "node scripts/version-manager.js --increment",
|
|
104
|
+
"version:init": "node scripts/version-manager.js --init",
|
|
105
|
+
"generate:models": "node scripts/generate-model-exports.js"
|
|
106
|
+
},
|
|
107
|
+
"repository": {
|
|
108
|
+
"type": "git",
|
|
109
|
+
"url": "https://github.com/yourusername/web-mojo.git"
|
|
110
|
+
},
|
|
111
|
+
"keywords": [
|
|
112
|
+
"mojo",
|
|
113
|
+
"web-mojo",
|
|
114
|
+
"framework",
|
|
115
|
+
"javascript",
|
|
116
|
+
"frontend",
|
|
117
|
+
"mvc",
|
|
118
|
+
"spa",
|
|
119
|
+
"single-page-application",
|
|
120
|
+
"bootstrap",
|
|
121
|
+
"bootstrap5",
|
|
122
|
+
"es6",
|
|
123
|
+
"esm",
|
|
124
|
+
"vite",
|
|
125
|
+
"rest",
|
|
126
|
+
"restful",
|
|
127
|
+
"data-driven",
|
|
128
|
+
"component-based"
|
|
129
|
+
],
|
|
130
|
+
"author": "MOJO Framework Team",
|
|
131
|
+
"license": "Apache-2.0",
|
|
132
|
+
"homepage": "https://github.com/yourusername/web-mojo#readme",
|
|
133
|
+
"bugs": {
|
|
134
|
+
"url": "https://github.com/yourusername/web-mojo/issues"
|
|
135
|
+
},
|
|
136
|
+
"peerDependencies": {
|
|
137
|
+
"bootstrap": "^5.3.0"
|
|
138
|
+
},
|
|
139
|
+
"peerDependenciesMeta": {
|
|
140
|
+
"bootstrap": {
|
|
141
|
+
"optional": false
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
"dependencies": {
|
|
145
|
+
"@toast-ui/editor": "^3.2.2",
|
|
146
|
+
"mustache": "^4.2.0"
|
|
147
|
+
},
|
|
148
|
+
"devDependencies": {
|
|
149
|
+
"bootstrap": "^5.3.2",
|
|
150
|
+
"chokidar": "^3.6.0",
|
|
151
|
+
"concurrently": "^9.2.0",
|
|
152
|
+
"eslint": "^8.54.0",
|
|
153
|
+
"express": "^4.21.2",
|
|
154
|
+
"jsdom": "^26.1.0",
|
|
155
|
+
"node-fetch": "^3.3.2",
|
|
156
|
+
"sass": "^1.69.0",
|
|
157
|
+
"terser": "^5.24.0",
|
|
158
|
+
"vite": "^7.1.0",
|
|
159
|
+
"vm2": "^3.9.19",
|
|
160
|
+
"ws": "^8.18.3"
|
|
161
|
+
},
|
|
162
|
+
"engines": {
|
|
163
|
+
"node": ">=16.0.0",
|
|
164
|
+
"npm": ">=7.0.0"
|
|
165
|
+
},
|
|
166
|
+
"browserslist": [
|
|
167
|
+
"> 1%",
|
|
168
|
+
"last 2 versions",
|
|
169
|
+
"not dead"
|
|
170
|
+
],
|
|
171
|
+
"publishConfig": {
|
|
172
|
+
"access": "public",
|
|
173
|
+
"registry": "https://registry.npmjs.org/"
|
|
174
|
+
},
|
|
175
|
+
"sideEffects": [
|
|
176
|
+
"dist/loader.es.js",
|
|
177
|
+
"dist/**/*.css"
|
|
178
|
+
]
|
|
179
|
+
}
|