@windrun-huaiin/third-ui 3.2.1 → 3.2.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/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@windrun-huaiin/third-ui",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.2",
|
|
4
4
|
"description": "Third-party integrated UI components for windrun-huaiin projects",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -46,18 +46,9 @@
|
|
|
46
46
|
"README.md",
|
|
47
47
|
"LICENSE"
|
|
48
48
|
],
|
|
49
|
-
"scripts": {
|
|
50
|
-
"build:css": "postcss src/styles/third-ui.css -o dist/third-ui.css",
|
|
51
|
-
"build": "tsup && pnpm build:css",
|
|
52
|
-
"build:prod": "tsup && pnpm build:css",
|
|
53
|
-
"dev": "tsup --watch",
|
|
54
|
-
"clean": "rm -rf dist",
|
|
55
|
-
"type-check": "tsc --noEmit"
|
|
56
|
-
},
|
|
57
49
|
"dependencies": {
|
|
58
50
|
"@clerk/localizations": "^3.16.0",
|
|
59
51
|
"@clerk/types": "^4.59.0",
|
|
60
|
-
"@windrun-huaiin/base-ui": "3.2.1",
|
|
61
52
|
"fumadocs-core": "15.3.3",
|
|
62
53
|
"fumadocs-mdx": "11.6.3",
|
|
63
54
|
"fumadocs-typescript": "4.0.4",
|
|
@@ -65,7 +56,8 @@
|
|
|
65
56
|
"mermaid": "^11.6.0",
|
|
66
57
|
"react-medium-image-zoom": "^5.2.14",
|
|
67
58
|
"@clerk/nextjs": "^6.19.4",
|
|
68
|
-
"zod": "^3.22.4"
|
|
59
|
+
"zod": "^3.22.4",
|
|
60
|
+
"@windrun-huaiin/base-ui": "^3.2.4"
|
|
69
61
|
},
|
|
70
62
|
"peerDependencies": {
|
|
71
63
|
"react": "^19.1.0",
|
|
@@ -101,5 +93,13 @@
|
|
|
101
93
|
"license": "MIT",
|
|
102
94
|
"publishConfig": {
|
|
103
95
|
"access": "public"
|
|
96
|
+
},
|
|
97
|
+
"scripts": {
|
|
98
|
+
"build:css": "postcss src/styles/third-ui.css -o dist/third-ui.css",
|
|
99
|
+
"build": "tsup && pnpm build:css",
|
|
100
|
+
"build:prod": "tsup && pnpm build:css",
|
|
101
|
+
"dev": "tsup --watch",
|
|
102
|
+
"clean": "rm -rf dist",
|
|
103
|
+
"type-check": "tsc --noEmit"
|
|
104
104
|
}
|
|
105
105
|
}
|