baiqiu-cms-decoration-dg 0.5.17 → 0.5.18

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,53 +1,53 @@
1
- {
2
- "name": "baiqiu-cms-decoration-dg",
3
- "version": "0.5.17",
4
- "license": "MIT",
5
- "private": false,
6
- "main": "lib/baiqiu-cms-decoration-dg.umd.min.js",
7
- "scripts": {
8
- "serve": "vue-cli-service serve",
9
- "build": "vue-cli-service build --target lib ./src/index.js --name baiqiu-cms-decoration-dg --dest lib",
10
- "lint": "vue-cli-service lint",
11
- "republish": "npm run build & yalc publish",
12
- "upload": "npm run build & npm publish"
13
- },
14
- "dependencies": {
15
- "animate.css": "^4.1.1",
16
- "axios": "^0.21.1",
17
- "core-js": "^3.6.5",
18
- "crypto-js": "^4.1.1",
19
- "swiper": "^5.4.5",
20
- "video.js": "^8.0.4",
21
- "vue": "^2.6.11",
22
- "vue-style-loader": "^4.1.3"
23
- },
24
- "devDependencies": {
25
- "@vue/cli-plugin-babel": "~4.5.14",
26
- "@vue/cli-service": "~4.5.14",
27
- "node-sass": "^4.14.1",
28
- "sass-loader": "^10.5.2",
29
- "vue-loader": "^15.9.3",
30
- "vue-template-compiler": "^2.6.11",
31
- "webpack": "^4.3.0",
32
- "webpack-cli": "^3.3.11"
33
- },
34
- "eslintConfig": {
35
- "root": true,
36
- "env": {
37
- "node": true
38
- },
39
- "extends": [
40
- "plugin:vue/essential",
41
- "eslint:recommended"
42
- ],
43
- "parserOptions": {
44
- "parser": "babel-eslint"
45
- },
46
- "rules": {}
47
- },
48
- "browserslist": [
49
- "> 1%",
50
- "last 2 versions",
51
- "not dead"
52
- ]
53
- }
1
+ {
2
+ "name": "baiqiu-cms-decoration-dg",
3
+ "version": "0.5.18",
4
+ "license": "MIT",
5
+ "private": false,
6
+ "main": "lib/baiqiu-cms-decoration-dg.umd.min.js",
7
+ "scripts": {
8
+ "serve": "vue-cli-service serve",
9
+ "build": "vue-cli-service build --target lib ./src/index.js --name baiqiu-cms-decoration-dg --dest lib",
10
+ "lint": "vue-cli-service lint",
11
+ "republish": "npm run build & yalc publish",
12
+ "upload": "npm run build & npm publish"
13
+ },
14
+ "dependencies": {
15
+ "animate.css": "^4.1.1",
16
+ "axios": "^0.21.1",
17
+ "core-js": "^3.6.5",
18
+ "crypto-js": "^4.1.1",
19
+ "swiper": "^5.4.5",
20
+ "video.js": "^8.0.4",
21
+ "vue": "^2.6.11",
22
+ "vue-style-loader": "^4.1.3"
23
+ },
24
+ "devDependencies": {
25
+ "@vue/cli-plugin-babel": "~4.5.14",
26
+ "@vue/cli-service": "~4.5.14",
27
+ "node-sass": "^4.14.1",
28
+ "sass-loader": "^10.5.2",
29
+ "vue-loader": "^15.9.3",
30
+ "vue-template-compiler": "^2.6.11",
31
+ "webpack": "^4.3.0",
32
+ "webpack-cli": "^3.3.11"
33
+ },
34
+ "eslintConfig": {
35
+ "root": true,
36
+ "env": {
37
+ "node": true
38
+ },
39
+ "extends": [
40
+ "plugin:vue/essential",
41
+ "eslint:recommended"
42
+ ],
43
+ "parserOptions": {
44
+ "parser": "babel-eslint"
45
+ },
46
+ "rules": {}
47
+ },
48
+ "browserslist": [
49
+ "> 1%",
50
+ "last 2 versions",
51
+ "not dead"
52
+ ]
53
+ }
package/vue.config.js CHANGED
@@ -1,17 +1,17 @@
1
- const path = require('path');
2
- module.exports = {
3
- publicPath: './',
4
- outputDir: 'lib',
5
- productionSourceMap: false,
6
- configureWebpack: {
7
- optimization: {
8
- minimize: true, // 开启代码压缩
9
- },
10
- resolve: {
11
- alias: {
12
- '@': path.resolve(__dirname, 'src'),
13
- },
14
- }
15
- },
16
- parallel: false
1
+ const path = require('path');
2
+ module.exports = {
3
+ publicPath: './',
4
+ outputDir: 'lib',
5
+ productionSourceMap: false,
6
+ configureWebpack: {
7
+ optimization: {
8
+ minimize: true, // 开启代码压缩
9
+ },
10
+ resolve: {
11
+ alias: {
12
+ '@': path.resolve(__dirname, 'src'),
13
+ },
14
+ }
15
+ },
16
+ parallel: false
17
17
  }