@bams-app/ui-dev-server 0.1.2 → 0.1.4
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 +33 -33
- package/src/main.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bams-app/ui-dev-server",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"serve": "node ./bin/ui-dev-server.js",
|
|
6
6
|
"build": "vue-cli-service build",
|
|
@@ -10,38 +10,38 @@
|
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@babel/core": "^7.12.16",
|
|
12
12
|
"@babel/eslint-parser": "^7.12.16",
|
|
13
|
-
"@bams-app/api-model": "
|
|
14
|
-
"@bams-app/app-layout": "
|
|
15
|
-
"@bams-app/assets": "
|
|
16
|
-
"@bams-app/base": "
|
|
17
|
-
"@bams-app/components": "
|
|
18
|
-
"@bams-app/composition-api": "
|
|
19
|
-
"@bams-app/config": "
|
|
20
|
-
"@bams-app/configs": "
|
|
21
|
-
"@bams-app/data-dict": "
|
|
22
|
-
"@bams-app/global-data": "
|
|
23
|
-
"@bams-app/i18n": "
|
|
24
|
-
"@bams-app/login": "
|
|
25
|
-
"@bams-app/message": "
|
|
26
|
-
"@bams-app/message-voice": "
|
|
27
|
-
"@bams-app/permission": "
|
|
28
|
-
"@bams-app/router": "
|
|
29
|
-
"@bams-app/service": "
|
|
30
|
-
"@bams-app/shared-env": "
|
|
31
|
-
"@bams-app/store": "
|
|
32
|
-
"@bams-app/theme": "
|
|
33
|
-
"@bams-app/ui-business-table": "
|
|
34
|
-
"@bams-app/ui-db-table": "
|
|
35
|
-
"@bams-app/ui-header-component": "
|
|
36
|
-
"@bams-app/ui-login-bxjc-component": "
|
|
37
|
-
"@bams-app/ui-login-component": "
|
|
38
|
-
"@bams-app/ui-page-component-body": "
|
|
39
|
-
"@bams-app/ui-page-component-header": "
|
|
40
|
-
"@bams-app/ui-portal-component": "
|
|
41
|
-
"@bams-app/ui-startr-layout-component": "
|
|
42
|
-
"@bams-app/utils": "
|
|
43
|
-
"@bams-app/version-check": "
|
|
44
|
-
"@bams-app/websocket": "
|
|
13
|
+
"@bams-app/api-model": "^0.1.3",
|
|
14
|
+
"@bams-app/app-layout": "^0.1.3",
|
|
15
|
+
"@bams-app/assets": "^0.1.3",
|
|
16
|
+
"@bams-app/base": "^0.1.3",
|
|
17
|
+
"@bams-app/components": "^0.1.3",
|
|
18
|
+
"@bams-app/composition-api": "^0.1.3",
|
|
19
|
+
"@bams-app/config": "^0.1.3",
|
|
20
|
+
"@bams-app/configs": "^0.1.3",
|
|
21
|
+
"@bams-app/data-dict": "^0.1.3",
|
|
22
|
+
"@bams-app/global-data": "^0.1.3",
|
|
23
|
+
"@bams-app/i18n": "^0.1.3",
|
|
24
|
+
"@bams-app/login": "^0.1.3",
|
|
25
|
+
"@bams-app/message": "^0.1.3",
|
|
26
|
+
"@bams-app/message-voice": "^0.1.3",
|
|
27
|
+
"@bams-app/permission": "^0.1.3",
|
|
28
|
+
"@bams-app/router": "^0.1.3",
|
|
29
|
+
"@bams-app/service": "^0.1.3",
|
|
30
|
+
"@bams-app/shared-env": "^0.1.3",
|
|
31
|
+
"@bams-app/store": "^0.1.3",
|
|
32
|
+
"@bams-app/theme": "^0.1.3",
|
|
33
|
+
"@bams-app/ui-business-table": "^0.1.3",
|
|
34
|
+
"@bams-app/ui-db-table": "^0.1.3",
|
|
35
|
+
"@bams-app/ui-header-component": "^0.1.3",
|
|
36
|
+
"@bams-app/ui-login-bxjc-component": "^0.1.3",
|
|
37
|
+
"@bams-app/ui-login-component": "^0.1.3",
|
|
38
|
+
"@bams-app/ui-page-component-body": "^0.1.3",
|
|
39
|
+
"@bams-app/ui-page-component-header": "^0.1.3",
|
|
40
|
+
"@bams-app/ui-portal-component": "^0.1.3",
|
|
41
|
+
"@bams-app/ui-startr-layout-component": "^0.1.3",
|
|
42
|
+
"@bams-app/utils": "^0.1.3",
|
|
43
|
+
"@bams-app/version-check": "^0.1.3",
|
|
44
|
+
"@bams-app/websocket": "^0.1.3",
|
|
45
45
|
"@ant-design/icons-vue": "^7.0.1",
|
|
46
46
|
"@vue/cli-plugin-babel": "~5.0.0",
|
|
47
47
|
"@vue/cli-service": "~5.0.0",
|