zova-ui-empty 5.0.192 → 5.0.193
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/.npmrc +29 -0
- package/LICENSE +0 -0
- package/package.json +10 -10
- package/src/suite/a-demo/modules/a-demo/src/assets/css/module.scss +0 -0
- package/src/suite/a-home/modules/a-home/README.md +0 -0
- package/src/suite/a-home/modules/a-home/package.json +0 -0
- package/src/suite/a-home/modules/a-home/src/assets/css/module.scss +0 -0
- package/src/suite/a-home/modules/a-home/src/routes.ts +0 -0
- package/src/suite/a-home/modules/home-layout/src/assets/css/module.scss +0 -0
package/.npmrc
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# pnpm-related options
|
|
2
|
+
# shamefully-hoist=true
|
|
3
|
+
strict-peer-dependencies=false
|
|
4
|
+
# to get the latest compatible packages when creating the project https://github.com/pnpm/pnpm/issues/6463
|
|
5
|
+
resolution-mode=highest
|
|
6
|
+
# cabloy
|
|
7
|
+
hoist = true
|
|
8
|
+
hoist-workspace-packages = true
|
|
9
|
+
public-hoist-pattern[]=*terser*
|
|
10
|
+
public-hoist-pattern[]=*babel*
|
|
11
|
+
public-hoist-pattern[]=*@babel*
|
|
12
|
+
public-hoist-pattern[]=*eslint*
|
|
13
|
+
public-hoist-pattern[]=*prettier*
|
|
14
|
+
public-hoist-pattern[]=*types*
|
|
15
|
+
public-hoist-pattern[]=lerna
|
|
16
|
+
public-hoist-pattern[]=*cabloy*
|
|
17
|
+
public-hoist-pattern[]=*@cabloy*
|
|
18
|
+
public-hoist-pattern[]=*egg-born*
|
|
19
|
+
public-hoist-pattern[]=*zova*
|
|
20
|
+
public-hoist-pattern[]=*vue*
|
|
21
|
+
public-hoist-pattern[]=*@vue*
|
|
22
|
+
public-hoist-pattern[]=*vite*
|
|
23
|
+
public-hoist-pattern[]=*@vitejs*
|
|
24
|
+
public-hoist-pattern[]=*zod*
|
|
25
|
+
public-hoist-pattern[]=*pinia*
|
|
26
|
+
public-hoist-pattern[]=*typestyle*
|
|
27
|
+
public-hoist-pattern[]=*@tanstack*
|
|
28
|
+
link-workspace-packages = 'deep'
|
|
29
|
+
prefer-workspace-packages = true
|
package/LICENSE
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,19 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zova-ui-empty",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.193",
|
|
4
4
|
"description": "A vue3 empty framework with ioc",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
8
8
|
"author": "zhennann <zhen.nann@icloud.com>",
|
|
9
9
|
"type": "module",
|
|
10
|
-
"scripts": {
|
|
11
|
-
"dev": "vite",
|
|
12
|
-
"build": "vue-tsc --noEmit --project tsconfig.vue-tsc.json && vite build",
|
|
13
|
-
"preview": "vite preview",
|
|
14
|
-
"tsc": "vue-tsc --noEmit --project tsconfig.vue-tsc.json",
|
|
15
|
-
"lint": "eslint . --fix --ignore-path .gitignore"
|
|
16
|
-
},
|
|
17
10
|
"keywords": [
|
|
18
11
|
"nodejs",
|
|
19
12
|
"full-stack",
|
|
@@ -53,5 +46,12 @@
|
|
|
53
46
|
"zova-vite": "^1.0.131"
|
|
54
47
|
},
|
|
55
48
|
"license": "MIT",
|
|
56
|
-
"gitHead": "
|
|
57
|
-
|
|
49
|
+
"gitHead": "851a9ae2edbfde8118a6402b6fab94cff8787acc",
|
|
50
|
+
"scripts": {
|
|
51
|
+
"dev": "vite",
|
|
52
|
+
"build": "vue-tsc --noEmit --project tsconfig.vue-tsc.json && vite build",
|
|
53
|
+
"preview": "vite preview",
|
|
54
|
+
"tsc": "vue-tsc --noEmit --project tsconfig.vue-tsc.json",
|
|
55
|
+
"lint": "eslint . --fix --ignore-path .gitignore"
|
|
56
|
+
}
|
|
57
|
+
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|