ci-plus 1.2.5 → 1.2.6

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.
Files changed (2) hide show
  1. package/README.md +13 -0
  2. package/package.json +2 -10
package/README.md CHANGED
@@ -1,5 +1,18 @@
1
1
  ## 安装本组件库
2
2
 
3
+ ## 特别注意:
4
+
5
+ ```sh
6
+ # 本组件库是二次封装,所以依赖一些其他库,需要安装以下库:
7
+ "lodash": "^4.17.21",
8
+ "less": "^4.2.0",
9
+ "sortablejs": "^1.15.1",
10
+ "vite-plugin-svg-icons": "^2.0.1",
11
+ "jsbarcode": "^3.11.6",
12
+ "dayjs": "^1.11.9",
13
+ "vue-draggable-plus": "^0.4.0"
14
+ ```
15
+
3
16
  ```sh
4
17
  # 1、安装组件
5
18
  pnpm install ci-plus -S
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ci-plus",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "description": "ci组件库",
5
5
  "main": "./index.ts",
6
6
  "scripts": {
@@ -15,15 +15,7 @@
15
15
  ],
16
16
  "author": "cc",
17
17
  "license": "ISC",
18
- "dependencies": {
19
- "lodash": "^4.17.21",
20
- "less": "^4.2.0",
21
- "sortablejs": "^1.15.1",
22
- "vite-plugin-svg-icons": "^2.0.1",
23
- "jsbarcode": "^3.11.6",
24
- "dayjs": "^1.11.9",
25
- "vue-draggable-plus": "^0.4.0"
26
- },
18
+ "dependencies": {},
27
19
  "devDependencies": {},
28
20
  "peerDependencies": {},
29
21
  "peerDependenciesMeta": {}