vue-element-ui-x 0.1.1 → 0.1.3

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,7 +1,7 @@
1
1
  {
2
2
  "name": "vue-element-ui-x",
3
- "version": "0.1.1",
4
- "description": "基于Element UI的企业级AI聊天组件库",
3
+ "version": "0.1.3",
4
+ "description": "基于Vue 2 + Element UIAI聊天组件库",
5
5
  "main": "lib/index.common.js",
6
6
  "module": "lib/index.esm.js",
7
7
  "files": [
@@ -10,6 +10,22 @@
10
10
  "package.json",
11
11
  "README.md"
12
12
  ],
13
+ "author": "worryzyy",
14
+ "license": "MIT",
15
+ "homepage": "https://element-ui-x.com",
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "https://github.com/worryzyy/element-ui-x.git"
19
+ },
20
+ "keywords": [
21
+ "element-ui",
22
+ "vue",
23
+ "ai"
24
+ ],
25
+ "bugs": {
26
+ "url": "https://github.com/worryzyy/element-ui-x/issues"
27
+ },
28
+
13
29
  "scripts": {
14
30
  "build": "npm run build:common && npm run build:esm && npm run build:umd && npm run build:components",
15
31
  "build:common": "webpack --config build/webpack.common.conf.js",
@@ -24,9 +40,10 @@
24
40
  "devDependencies": {
25
41
  "babel-loader": "^8.2.3",
26
42
  "css-loader": "^5.2.7",
27
- "sass": "^1.32.13",
28
- "sass-loader": "^10.2.0",
43
+ "node-sass": "^6.0.1",
44
+ "sass-loader": "^10.0.0",
29
45
  "style-loader": "^2.0.0",
46
+ "terser-webpack-plugin": "^4.2.3",
30
47
  "vue-loader": "^15.9.8",
31
48
  "vue-template-compiler": "^2.6.14",
32
49
  "webpack": "^4.46.0",
File without changes