@weitutech/by-components 1.1.82 → 1.1.84

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,60 +1,60 @@
1
- {
2
- "name": "@weitutech/by-components",
3
- "version": "1.1.82",
4
- "private": false,
5
- "main": "lib/by-components.umd.js",
6
- "scripts": {
7
- "dev": "vue-cli-service serve",
8
- "build": "npm run build:js && npm run build:css",
9
- "build:js": "vue-cli-service build --target lib --name by-components src/index.js",
10
- "build:css": "sass src/style/index.scss lib/index.css --no-source-map --style=compressed",
11
- "lint:fix": "eslint --ext .js,.vue src --fix",
12
- "format": "prettier --write \"src/**/*.{js,vue,json,scss}\"",
13
- "docs:dev": "vuepress dev docs",
14
- "docs:build": "vuepress build docs",
15
- "docs:deploy": "bash deploy.sh"
16
- },
17
- "dependencies": {
18
- "axios": "^1.7.7",
19
- "core-js": "^3.8.3",
20
- "dom-zindex": "^1.0.6",
21
- "element-ui": "^2.15.14",
22
- "js-cookie": "^3.0.5",
23
- "moment": "^2.30.1",
24
- "pinyin-pro": "^3.26.0",
25
- "vue": "^2.6.14",
26
- "vuedraggable": "^2.24.3",
27
- "vxe-table": "3.8.24"
28
- },
29
- "devDependencies": {
30
- "@babel/core": "^7.19.1",
31
- "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
32
- "@babel/plugin-proposal-optional-chaining": "^7.21.0",
33
- "@babel/preset-env": "^7.27.2",
34
- "@vue/cli-plugin-babel": "~5.0.0",
35
- "@vue/cli-service": "~5.0.0",
36
- "@vue/eslint-config-prettier": "^10.2.0",
37
- "@vuepress/plugin-back-to-top": "^1.9.10",
38
- "@vuepress/plugin-medium-zoom": "^1.9.10",
39
- "eslint": "^8.57.1",
40
- "eslint-config-prettier": "^9.1.0",
41
- "eslint-plugin-prettier": "^4.2.1",
42
- "eslint-plugin-vue": "^9.3.0",
43
- "prettier": "^3.5.3",
44
- "sass": "^1.79.4",
45
- "sass-loader": "^10.5.2",
46
- "vue-server-renderer": "^2.7.16",
47
- "vue-template-compiler": "^2.6.14",
48
- "vuepress": "^1.9.10",
49
- "webpack": "^4.47.0",
50
- "webpack-cli": "^4.10.0"
51
- },
52
- "overrides": {
53
- "@vue/cli-service": {
54
- "webpack": "^5.99.9"
55
- },
56
- "vuepress": {
57
- "webpack": "^4.47.0"
58
- }
59
- }
60
- }
1
+ {
2
+ "name": "@weitutech/by-components",
3
+ "version": "1.1.84",
4
+ "private": false,
5
+ "main": "lib/by-components.umd.js",
6
+ "scripts": {
7
+ "dev": "vue-cli-service serve",
8
+ "build": "npm run build:js && npm run build:css",
9
+ "build:js": "vue-cli-service build --target lib --name by-components src/index.js",
10
+ "build:css": "sass src/style/index.scss lib/index.css --no-source-map --style=compressed",
11
+ "lint:fix": "eslint --ext .js,.vue src --fix",
12
+ "format": "prettier --write \"src/**/*.{js,vue,json,scss}\"",
13
+ "docs:dev": "vuepress dev docs",
14
+ "docs:build": "vuepress build docs",
15
+ "docs:deploy": "bash deploy.sh"
16
+ },
17
+ "dependencies": {
18
+ "axios": "^1.7.7",
19
+ "core-js": "^3.8.3",
20
+ "dom-zindex": "^1.0.6",
21
+ "element-ui": "^2.15.14",
22
+ "js-cookie": "^3.0.5",
23
+ "moment": "^2.30.1",
24
+ "pinyin-pro": "^3.26.0",
25
+ "vue": "^2.6.14",
26
+ "vuedraggable": "^2.24.3",
27
+ "vxe-table": "3.8.24"
28
+ },
29
+ "devDependencies": {
30
+ "@babel/core": "^7.19.1",
31
+ "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
32
+ "@babel/plugin-proposal-optional-chaining": "^7.21.0",
33
+ "@babel/preset-env": "^7.27.2",
34
+ "@vue/cli-plugin-babel": "~5.0.0",
35
+ "@vue/cli-service": "~5.0.0",
36
+ "@vue/eslint-config-prettier": "^10.2.0",
37
+ "@vuepress/plugin-back-to-top": "^1.9.10",
38
+ "@vuepress/plugin-medium-zoom": "^1.9.10",
39
+ "eslint": "^8.57.1",
40
+ "eslint-config-prettier": "^9.1.0",
41
+ "eslint-plugin-prettier": "^4.2.1",
42
+ "eslint-plugin-vue": "^9.3.0",
43
+ "prettier": "^3.5.3",
44
+ "sass": "^1.79.4",
45
+ "sass-loader": "^10.5.2",
46
+ "vue-server-renderer": "^2.7.16",
47
+ "vue-template-compiler": "^2.6.14",
48
+ "vuepress": "^1.9.10",
49
+ "webpack": "^4.47.0",
50
+ "webpack-cli": "^4.10.0"
51
+ },
52
+ "overrides": {
53
+ "@vue/cli-service": {
54
+ "webpack": "^5.99.9"
55
+ },
56
+ "vuepress": {
57
+ "webpack": "^4.47.0"
58
+ }
59
+ }
60
+ }