rk-web-core 0.11.28 → 0.11.31

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,65 +1,65 @@
1
- {
2
- "name": "rk-web-core",
3
- "description": "iep core utils",
4
- "version": "0.11.28",
5
- "author": "",
6
- "main": "rk-web-core.js",
7
- "scripts": {
8
- "dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
9
- "build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
10
- },
11
- "dependencies": {
12
- "@micro-zoe/micro-app": "^0.8.5",
13
- "axios": "^0.27.2",
14
- "crypto-js": "^4.1.1",
15
- "lodash": "^4.17.21",
16
- "nprogress": "^0.2.0",
17
- "resize-observer-polyfill": "^1.5.1",
18
- "store": "^2.0.12",
19
- "rk-web-map": "^0.3.88",
20
- "jsencrypt": "^3.0.1",
21
- "md5": "^2.3.0"
22
- },
23
- "devDependencies": {
24
- "vue": "^2.6.14",
25
- "vue-router": "^3.5.3",
26
- "vuex": "^3.4.0",
27
- "@babel/runtime": "^7.15.4",
28
- "babel-core": "^6.26.0",
29
- "babel-loader": "^7.1.5",
30
- "babel-plugin-dynamic-import-webpack": "^1.1.0",
31
- "babel-plugin-syntax-jsx": "^6.18.0",
32
- "babel-plugin-transform-class-properties": "^6.24.1",
33
- "babel-plugin-transform-object-assign": "^6.22.0",
34
- "babel-plugin-transform-object-rest-spread": "^6.26.0",
35
- "babel-plugin-transform-runtime": "^6.23.0",
36
- "babel-plugin-transform-vue-jsx": "^3.7.0",
37
- "babel-preset-env": "^1.7.0",
38
- "babel-preset-stage-3": "^6.24.1",
39
- "classnames": "^2.3.1",
40
- "cross-env": "^7.0.3",
41
- "css-loader": "^3.0.0",
42
- "extract-css-chunks-webpack-plugin": "^4.9.0",
43
- "extract-text-webpack-plugin": "^3.0.2",
44
- "file-loader": "^6.2.0",
45
- "html-loader": "^1.3.0",
46
- "html-webpack-plugin": "^4.4.1",
47
- "less": "^3.9.0",
48
- "less-loader": "^6.0.0",
49
- "mini-css-extract-plugin": "^0.11.0",
50
- "optimize-css-assets-webpack-plugin": "^6.0.1",
51
- "uglifyjs-webpack-plugin": "^2.2.0",
52
- "vue-loader": "^15.6.2",
53
- "vue-svg-loader": "^0.16.0",
54
- "vue-template-compiler": "^2.6.14",
55
- "webpack": "^4.44.1",
56
- "webpack-cli": "^3.3.12",
57
- "webpack-dev-server": "^3.11.0",
58
- "webpackbar": "^4.0.0"
59
- },
60
- "browserslist": [
61
- "> 1%",
62
- "last 2 versions",
63
- "not ie <= 8"
64
- ]
65
- }
1
+ {
2
+ "name": "rk-web-core",
3
+ "description": "iep core utils",
4
+ "version": "0.11.31",
5
+ "author": "",
6
+ "main": "rk-web-core.js",
7
+ "scripts": {
8
+ "dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
9
+ "build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
10
+ },
11
+ "dependencies": {
12
+ "@micro-zoe/micro-app": "^0.8.5",
13
+ "axios": "^0.27.2",
14
+ "crypto-js": "^4.1.1",
15
+ "lodash": "^4.17.21",
16
+ "nprogress": "^0.2.0",
17
+ "resize-observer-polyfill": "^1.5.1",
18
+ "store": "^2.0.12",
19
+ "rk-web-map": "^0.3.90",
20
+ "jsencrypt": "^3.0.1",
21
+ "md5": "^2.3.0"
22
+ },
23
+ "devDependencies": {
24
+ "vue": "^2.6.14",
25
+ "vue-router": "^3.5.3",
26
+ "vuex": "^3.4.0",
27
+ "@babel/runtime": "^7.15.4",
28
+ "babel-core": "^6.26.0",
29
+ "babel-loader": "^7.1.5",
30
+ "babel-plugin-dynamic-import-webpack": "^1.1.0",
31
+ "babel-plugin-syntax-jsx": "^6.18.0",
32
+ "babel-plugin-transform-class-properties": "^6.24.1",
33
+ "babel-plugin-transform-object-assign": "^6.22.0",
34
+ "babel-plugin-transform-object-rest-spread": "^6.26.0",
35
+ "babel-plugin-transform-runtime": "^6.23.0",
36
+ "babel-plugin-transform-vue-jsx": "^3.7.0",
37
+ "babel-preset-env": "^1.7.0",
38
+ "babel-preset-stage-3": "^6.24.1",
39
+ "classnames": "^2.3.1",
40
+ "cross-env": "^7.0.3",
41
+ "css-loader": "^3.0.0",
42
+ "extract-css-chunks-webpack-plugin": "^4.9.0",
43
+ "extract-text-webpack-plugin": "^3.0.2",
44
+ "file-loader": "^6.2.0",
45
+ "html-loader": "^1.3.0",
46
+ "html-webpack-plugin": "^4.4.1",
47
+ "less": "^3.9.0",
48
+ "less-loader": "^6.0.0",
49
+ "mini-css-extract-plugin": "^0.11.0",
50
+ "optimize-css-assets-webpack-plugin": "^6.0.1",
51
+ "uglifyjs-webpack-plugin": "^2.2.0",
52
+ "vue-loader": "^15.6.2",
53
+ "vue-svg-loader": "^0.16.0",
54
+ "vue-template-compiler": "^2.6.14",
55
+ "webpack": "^4.44.1",
56
+ "webpack-cli": "^3.3.12",
57
+ "webpack-dev-server": "^3.11.0",
58
+ "webpackbar": "^4.0.0"
59
+ },
60
+ "browserslist": [
61
+ "> 1%",
62
+ "last 2 versions",
63
+ "not ie <= 8"
64
+ ]
65
+ }
package/rk-web-core.css CHANGED
@@ -1108,7 +1108,7 @@ html {
1108
1108
 
1109
1109
  @font-face {
1110
1110
  font-family: "creative";
1111
- src: url([object Module]);
1111
+ src: url(./creative-icon.ttf);
1112
1112
  }
1113
1113
  .header-extend {
1114
1114
  width: 100%;