@momo-webplatform/mobase 0.0.20 → 0.0.21
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@momo-webplatform/mobase",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.21",
|
|
4
4
|
"description": "Mobase is the UI framework upon we build product experiences at MoMo.vn, base on Radix primitives, and Tailwind CSS.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"dev": "next dev",
|
|
@@ -27,8 +27,6 @@
|
|
|
27
27
|
"license": "MIT",
|
|
28
28
|
"homepage": "https://momo.vn/",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@floating-ui/core": "^1.6.0",
|
|
31
|
-
"@floating-ui/react": "^0.26.2",
|
|
32
30
|
"@heroicons/react": "^2.1.1",
|
|
33
31
|
"@momo-webplatform/mobase": "^0.0.7",
|
|
34
32
|
"@radix-ui/primitive": "^1.0.1",
|
|
@@ -72,6 +70,7 @@
|
|
|
72
70
|
"deepmerge": "^4.3.1",
|
|
73
71
|
"dlv": "^1.1.3",
|
|
74
72
|
"flat": "^3.0.1",
|
|
73
|
+
"flowbite-react": "^0.7.2",
|
|
75
74
|
"framer-motion": "^11.0.3",
|
|
76
75
|
"fs": "0.0.1-security",
|
|
77
76
|
"lodash": "^4.17.21",
|
|
@@ -147,11 +146,6 @@
|
|
|
147
146
|
"vite-tsconfig-paths": "^4.2.1",
|
|
148
147
|
"vitest": "^0.34.6"
|
|
149
148
|
},
|
|
150
|
-
"peerDependencies": {
|
|
151
|
-
"react": "^18",
|
|
152
|
-
"react-dom": "^18",
|
|
153
|
-
"tailwindcss": "^3"
|
|
154
|
-
},
|
|
155
149
|
"pnpm": {
|
|
156
150
|
"overrides": {
|
|
157
151
|
"react-docgen-typescript": "^2.2.2",
|