@yeepay/fmc-material 0.0.8-beta.0 → 0.0.8-beta.2
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/dist/index.js +3018 -3287
- package/package.json +15 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yeepay/fmc-material",
|
|
3
|
-
"version": "0.0.8-beta.
|
|
3
|
+
"version": "0.0.8-beta.2",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"./dist/styles/*"
|
|
6
6
|
],
|
|
@@ -29,21 +29,6 @@
|
|
|
29
29
|
"dist",
|
|
30
30
|
"types"
|
|
31
31
|
],
|
|
32
|
-
"scripts": {
|
|
33
|
-
"dev": "vite",
|
|
34
|
-
"clean": "rimraf dist dist.zip",
|
|
35
|
-
"build": "nr clean && vite build --mode npm && nr build:cssfile",
|
|
36
|
-
"build:fed": "nr clean && vite build --config ./vite.config.fed.ts --mode fed",
|
|
37
|
-
"build:cssfile": "tsx ./scripts/build-cssfile.ts",
|
|
38
|
-
"build:entry": "tsx ./scripts/build-entry.ts",
|
|
39
|
-
"prepublishOnly": "nr build",
|
|
40
|
-
"postpublish": "nr sync",
|
|
41
|
-
"release": "tsx scripts/release.ts",
|
|
42
|
-
"release:fed": "tsx scripts/release-fed.ts",
|
|
43
|
-
"sync": "tsx scripts/cnpm-sync.ts",
|
|
44
|
-
"lint": "eslint .",
|
|
45
|
-
"lint:fix": "eslint . --fix"
|
|
46
|
-
},
|
|
47
32
|
"peerDependencies": {
|
|
48
33
|
"@vue/composition-api": ">= 1.4.9",
|
|
49
34
|
"@yeepay/antd-materials": "2.*",
|
|
@@ -53,6 +38,7 @@
|
|
|
53
38
|
"dependencies": {
|
|
54
39
|
"@yeepay/lowcode-shared": "2.*",
|
|
55
40
|
"ant-design-vue": "^1.7.8",
|
|
41
|
+
"dayjs": "^1.11.11",
|
|
56
42
|
"lodash-es": "^4.17.21",
|
|
57
43
|
"nanoid": "^5.0.9"
|
|
58
44
|
},
|
|
@@ -110,10 +96,17 @@
|
|
|
110
96
|
"publishConfig": {
|
|
111
97
|
"access": "public"
|
|
112
98
|
},
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
99
|
+
"scripts": {
|
|
100
|
+
"dev": "vite",
|
|
101
|
+
"clean": "rimraf dist dist.zip",
|
|
102
|
+
"build": "nr clean && vite build --mode npm && nr build:cssfile",
|
|
103
|
+
"build:fed": "nr clean && vite build --config ./vite.config.fed.ts --mode fed",
|
|
104
|
+
"build:cssfile": "tsx ./scripts/build-cssfile.ts",
|
|
105
|
+
"build:entry": "tsx ./scripts/build-entry.ts",
|
|
106
|
+
"release": "tsx scripts/release.ts",
|
|
107
|
+
"release:fed": "tsx scripts/release-fed.ts",
|
|
108
|
+
"sync": "tsx scripts/cnpm-sync.ts",
|
|
109
|
+
"lint": "eslint .",
|
|
110
|
+
"lint:fix": "eslint . --fix"
|
|
118
111
|
}
|
|
119
|
-
}
|
|
112
|
+
}
|