@live-change/frontend-base 0.2.34 → 0.2.36
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 +21 -19
- package/vite-config.js +18 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@live-change/frontend-base",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.36",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"memDev": "lcli memDev --enableSessions --initScript ./init.js --templatePath ../../base-frontend/index.html",
|
|
6
6
|
"localDevInit": "rm tmp.db; lcli localDev --enableSessions --initScript ./init.js",
|
|
@@ -20,19 +20,21 @@
|
|
|
20
20
|
"debug": "node --inspect-brk server"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@live-change/cli": "0.7.
|
|
24
|
-
"@live-change/dao": "0.5.
|
|
25
|
-
"@live-change/dao-
|
|
26
|
-
"@live-change/dao-
|
|
27
|
-
"@live-change/
|
|
28
|
-
"@live-change/
|
|
29
|
-
"@live-change/
|
|
30
|
-
"@live-change/
|
|
31
|
-
"@live-change/
|
|
32
|
-
"@live-change/
|
|
33
|
-
"@live-change/
|
|
34
|
-
"@live-change/
|
|
35
|
-
"@live-change/
|
|
23
|
+
"@live-change/cli": "0.7.19",
|
|
24
|
+
"@live-change/dao": "0.5.15",
|
|
25
|
+
"@live-change/dao-message": "0.5.15",
|
|
26
|
+
"@live-change/dao-sockjs": "0.5.15",
|
|
27
|
+
"@live-change/dao-vue3": "0.5.15",
|
|
28
|
+
"@live-change/dao-websocket": "0.5.15",
|
|
29
|
+
"@live-change/email-service": "0.3.18",
|
|
30
|
+
"@live-change/password-authentication-service": "0.3.18",
|
|
31
|
+
"@live-change/secret-code-service": "0.3.18",
|
|
32
|
+
"@live-change/secret-link-service": "0.3.18",
|
|
33
|
+
"@live-change/security-frontend": "^0.2.36",
|
|
34
|
+
"@live-change/session-service": "0.3.18",
|
|
35
|
+
"@live-change/user-service": "0.3.18",
|
|
36
|
+
"@live-change/vue3-components": "0.2.24",
|
|
37
|
+
"@live-change/vue3-ssr": "0.2.24",
|
|
36
38
|
"@vitejs/plugin-vue": "^2.3.1",
|
|
37
39
|
"@vitejs/plugin-vue-jsx": "^1.3.10",
|
|
38
40
|
"@vue/compiler-sfc": "^3.2.37",
|
|
@@ -41,9 +43,9 @@
|
|
|
41
43
|
"compression": "^1.7.4",
|
|
42
44
|
"cross-env": "^7.0.3",
|
|
43
45
|
"get-port-sync": "1.0.1",
|
|
44
|
-
"primeflex": "^3.
|
|
46
|
+
"primeflex": "^3.3.0",
|
|
45
47
|
"primeicons": "^6.0.1",
|
|
46
|
-
"primevue": "^3.
|
|
48
|
+
"primevue": "^3.25.0",
|
|
47
49
|
"rollup-plugin-node-builtins": "^2.1.2",
|
|
48
50
|
"rollup-plugin-visualizer": "5.6.0",
|
|
49
51
|
"serialize-javascript": "^6.0.0",
|
|
@@ -55,10 +57,10 @@
|
|
|
55
57
|
"vue-meta": "^3.0.0-alpha.9",
|
|
56
58
|
"vue-router": "^4.1.3",
|
|
57
59
|
"vue3-lazyload": "0.2.5-beta",
|
|
58
|
-
"vue3-scroll-border": "0.1.
|
|
60
|
+
"vue3-scroll-border": "0.1.5"
|
|
59
61
|
},
|
|
60
62
|
"devDependencies": {
|
|
61
|
-
"@live-change/codeceptjs-helper": "0.7.
|
|
63
|
+
"@live-change/codeceptjs-helper": "0.7.19",
|
|
62
64
|
"@wdio/selenium-standalone-service": "^7.20.8",
|
|
63
65
|
"codeceptjs": "^3.3.4",
|
|
64
66
|
"generate-password": "1.7.0",
|
|
@@ -70,5 +72,5 @@
|
|
|
70
72
|
"author": "",
|
|
71
73
|
"license": "BSD-3-Clause",
|
|
72
74
|
"description": "",
|
|
73
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "46bcdce9557f6a5fb6bca978832ee9d9d48b9bc2"
|
|
74
76
|
}
|
package/vite-config.js
CHANGED
|
@@ -59,10 +59,17 @@ module.exports = async ({ command, mode }) => ({
|
|
|
59
59
|
include: [
|
|
60
60
|
/node_modules/,
|
|
61
61
|
/live-change-framework\/framework\//,
|
|
62
|
+
/live-change-framework\/relations-plugin\//,
|
|
62
63
|
/live-change-framework\/uid\//,
|
|
64
|
+
/live-change-db\/db-web\//,
|
|
65
|
+
/live-change-db\/db\//,
|
|
66
|
+
/live-change-db\/db-store-rbtree\//,
|
|
67
|
+
/live-change-db\/db-store-indexeddb\//,
|
|
68
|
+
/live-change-db\/db-store-localstorage\//,
|
|
63
69
|
/live-change-dao\/dao\//,
|
|
64
70
|
/live-change-dao\/dao-sockjs\//,
|
|
65
71
|
/live-change-dao\/dao-websocket\//,
|
|
72
|
+
/live-change-dao\/dao-message\//,
|
|
66
73
|
]
|
|
67
74
|
},
|
|
68
75
|
},
|
|
@@ -72,6 +79,11 @@ module.exports = async ({ command, mode }) => ({
|
|
|
72
79
|
'@live-change/uid',
|
|
73
80
|
'@live-change/framework',
|
|
74
81
|
'@live-change/framework/lib/utils/validators.js',
|
|
82
|
+
'@live-change/relations-plugin',
|
|
83
|
+
'@live-change/db-web',
|
|
84
|
+
'@live-change/db',
|
|
85
|
+
'@live-change/db-store-indexeddb',
|
|
86
|
+
'@live-change/db-store-rbtree',
|
|
75
87
|
'debug',
|
|
76
88
|
'vite',
|
|
77
89
|
'pica'
|
|
@@ -105,9 +117,15 @@ module.exports = async ({ command, mode }) => ({
|
|
|
105
117
|
'@live-change/dao',
|
|
106
118
|
'@live-change/dao-sockjs',
|
|
107
119
|
'@live-change/dao-websocket',
|
|
120
|
+
'@live-change/dao-message',
|
|
108
121
|
'@live-change/uid',
|
|
109
122
|
'@live-change/framework',
|
|
110
123
|
'@live-change/framework/lib/utils/validators.js',
|
|
124
|
+
'@live-change/relations-plugin',
|
|
125
|
+
'@live-change/db-web',
|
|
126
|
+
'@live-change/db',
|
|
127
|
+
'@live-change/db-store-indexeddb',
|
|
128
|
+
'@live-change/db-store-rbtree',
|
|
111
129
|
'debug',
|
|
112
130
|
'pica'
|
|
113
131
|
],
|