bms-shared-components 1.0.0 → 1.0.1
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/README.md +208 -92
- package/dist/bms-shared-components.css +1 -1
- package/dist/bms-shared-components.js +86399 -51
- package/dist/bms-shared-components.umd.cjs +1094 -1
- package/package.json +62 -47
package/package.json
CHANGED
|
@@ -1,47 +1,62 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "bms-shared-components",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Shared Vue 3 components library",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"main": "./dist/bms-shared-components.umd.cjs",
|
|
7
|
-
"module": "./dist/bms-shared-components.js",
|
|
8
|
-
"exports": {
|
|
9
|
-
".": {
|
|
10
|
-
"import": "./dist/bms-shared-components.js",
|
|
11
|
-
"require": "./dist/bms-shared-components.umd.cjs"
|
|
12
|
-
},
|
|
13
|
-
"./style.css": "./dist/style.css"
|
|
14
|
-
},
|
|
15
|
-
"files": [
|
|
16
|
-
"dist"
|
|
17
|
-
],
|
|
18
|
-
"scripts": {
|
|
19
|
-
"dev": "vite",
|
|
20
|
-
"build": "vite build",
|
|
21
|
-
"build:lib": "vite build --mode library",
|
|
22
|
-
"preview": "vite preview",
|
|
23
|
-
"prepublishOnly": "npm run build:lib"
|
|
24
|
-
},
|
|
25
|
-
"peerDependencies": {
|
|
26
|
-
"vue": "^3.0.0"
|
|
27
|
-
},
|
|
28
|
-
"devDependencies": {
|
|
29
|
-
"@vitejs/plugin-vue": "^6.0.0",
|
|
30
|
-
"
|
|
31
|
-
"vite": "^7.
|
|
32
|
-
"
|
|
33
|
-
},
|
|
34
|
-
"keywords": [
|
|
35
|
-
"vue",
|
|
36
|
-
"vue3",
|
|
37
|
-
"components",
|
|
38
|
-
"ui",
|
|
39
|
-
"library"
|
|
40
|
-
],
|
|
41
|
-
"author": "Your Name",
|
|
42
|
-
"license": "MIT",
|
|
43
|
-
"repository": {
|
|
44
|
-
"type": "git",
|
|
45
|
-
"url": "your-repo-url"
|
|
46
|
-
}
|
|
47
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "bms-shared-components",
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"description": "Shared Vue 3 components library",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "./dist/bms-shared-components.umd.cjs",
|
|
7
|
+
"module": "./dist/bms-shared-components.js",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": {
|
|
10
|
+
"import": "./dist/bms-shared-components.js",
|
|
11
|
+
"require": "./dist/bms-shared-components.umd.cjs"
|
|
12
|
+
},
|
|
13
|
+
"./style.css": "./dist/style.css"
|
|
14
|
+
},
|
|
15
|
+
"files": [
|
|
16
|
+
"dist"
|
|
17
|
+
],
|
|
18
|
+
"scripts": {
|
|
19
|
+
"dev": "vite",
|
|
20
|
+
"build": "vite build",
|
|
21
|
+
"build:lib": "vite build --mode library",
|
|
22
|
+
"preview": "vite preview",
|
|
23
|
+
"prepublishOnly": "npm run build:lib"
|
|
24
|
+
},
|
|
25
|
+
"peerDependencies": {
|
|
26
|
+
"vue": "^3.0.0"
|
|
27
|
+
},
|
|
28
|
+
"devDependencies": {
|
|
29
|
+
"@vitejs/plugin-vue": "^6.0.0",
|
|
30
|
+
"vite": "^7.0.0",
|
|
31
|
+
"vite-plugin-vue-devtools": "^7.7.7",
|
|
32
|
+
"vue": "^3.5.17"
|
|
33
|
+
},
|
|
34
|
+
"keywords": [
|
|
35
|
+
"vue",
|
|
36
|
+
"vue3",
|
|
37
|
+
"components",
|
|
38
|
+
"ui",
|
|
39
|
+
"library"
|
|
40
|
+
],
|
|
41
|
+
"author": "Your Name",
|
|
42
|
+
"license": "MIT",
|
|
43
|
+
"repository": {
|
|
44
|
+
"type": "git",
|
|
45
|
+
"url": "your-repo-url"
|
|
46
|
+
},
|
|
47
|
+
"dependencies": {
|
|
48
|
+
"@mhsdesign/jit-browser-tailwindcss": "^0.4.2",
|
|
49
|
+
"@tailwindcss/vite": "^4.1.17",
|
|
50
|
+
"@vueuse/components": "^14.1.0",
|
|
51
|
+
"@vueuse/core": "^14.1.0",
|
|
52
|
+
"axios": "^1.13.2",
|
|
53
|
+
"bms-ui-lib-ihp": "^3.41.25",
|
|
54
|
+
"js-base64": "^3.7.8",
|
|
55
|
+
"moment": "^2.30.1",
|
|
56
|
+
"print-js": "^1.6.0",
|
|
57
|
+
"split.js": "^1.6.5",
|
|
58
|
+
"tailwindcss": "^4.1.17",
|
|
59
|
+
"tinymce": "^8.3.2",
|
|
60
|
+
"xlsx": "^0.18.5"
|
|
61
|
+
}
|
|
62
|
+
}
|