@weitutech/by-components 1.0.27 → 1.0.30

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 CHANGED
@@ -1,31 +1,31 @@
1
- {
2
- "name": "@weitutech/by-components",
3
- "version": "1.0.27",
4
- "private": false,
5
- "main": "src/index",
6
- "scripts": {
7
- "build": "npm run build:js && npm run build:css",
8
- "build:js": "vue-cli-service build --target lib --name by-components src/index.js",
9
- "build:css": "sass src/style/index.scss lib/index.css --no-source-map --style=compressed"
10
- },
11
- "dependencies": {
12
- "axios": "^1.7.7",
13
- "core-js": "^3.8.3",
14
- "dom-zindex": "^1.0.6",
15
- "element-ui": "^2.15.14",
16
- "js-cookie": "^3.0.5",
17
- "moment": "^2.30.1",
18
- "vue": "^2.6.14",
19
- "vuedraggable": "^2.24.3",
20
- "vxe-table": "3.8.24"
21
- },
22
- "devDependencies": {
23
- "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
24
- "@babel/plugin-proposal-optional-chaining": "^7.21.0",
25
- "@vue/cli-plugin-babel": "~5.0.0",
26
- "@vue/cli-service": "~5.0.0",
27
- "sass": "^1.79.4",
28
- "sass-loader": "^16.0.2",
29
- "vue-template-compiler": "^2.6.14"
30
- }
1
+ {
2
+ "name": "@weitutech/by-components",
3
+ "version": "1.0.30",
4
+ "private": false,
5
+ "main": "src/index",
6
+ "scripts": {
7
+ "build": "npm run build:js && npm run build:css",
8
+ "build:js": "vue-cli-service build --target lib --name by-components src/index.js",
9
+ "build:css": "sass src/style/index.scss lib/index.css --no-source-map --style=compressed"
10
+ },
11
+ "dependencies": {
12
+ "axios": "^1.7.7",
13
+ "core-js": "^3.8.3",
14
+ "dom-zindex": "^1.0.6",
15
+ "element-ui": "^2.15.14",
16
+ "js-cookie": "^3.0.5",
17
+ "moment": "^2.30.1",
18
+ "vue": "^2.6.14",
19
+ "vuedraggable": "^2.24.3",
20
+ "vxe-table": "3.8.24"
21
+ },
22
+ "devDependencies": {
23
+ "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
24
+ "@babel/plugin-proposal-optional-chaining": "^7.21.0",
25
+ "@vue/cli-plugin-babel": "~5.0.0",
26
+ "@vue/cli-service": "~5.0.0",
27
+ "sass": "^1.79.4",
28
+ "sass-loader": "^16.0.2",
29
+ "vue-template-compiler": "^2.6.14"
30
+ }
31
31
  }
package/postcss.config.js CHANGED
@@ -1,7 +1,7 @@
1
- module.exports = {
2
- plugins: {
3
- // 可以根据您的需求添加具体的 PostCSS 插件
4
- // 例如 autoprefixer 用于添加浏览器前缀
5
- 'autoprefixer': {}
6
- }
1
+ module.exports = {
2
+ plugins: {
3
+ // 可以根据您的需求添加具体的 PostCSS 插件
4
+ // 例如 autoprefixer 用于添加浏览器前缀
5
+ 'autoprefixer': {}
6
+ }
7
7
  }