@momo-webplatform/mobase 0.0.7 → 0.0.8
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 +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@momo-webplatform/mobase",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
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",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:lib:esm": "tsc -p tsconfig.lib.json --module esnext --declaration --outDir ./publish/esm",
|
|
12
12
|
"storybook": "storybook dev -p 6006",
|
|
13
13
|
"build-storybook": "storybook build",
|
|
14
|
+
"web-demo": "git pull && pnpm i && pnpm build && pnpm start",
|
|
14
15
|
"release": "standard-version -a"
|
|
15
16
|
},
|
|
16
17
|
"publishConfig": {
|
|
@@ -29,6 +30,7 @@
|
|
|
29
30
|
"@floating-ui/core": "^1.6.0",
|
|
30
31
|
"@floating-ui/react": "^0.26.2",
|
|
31
32
|
"@heroicons/react": "1.0.6",
|
|
33
|
+
"@momo-webplatform/mobase": "^0.0.7",
|
|
32
34
|
"@radix-ui/primitive": "^1.0.1",
|
|
33
35
|
"@radix-ui/react-accordion": "^1.1.2",
|
|
34
36
|
"@radix-ui/react-alert-dialog": "^1.0.5",
|
|
@@ -118,7 +120,6 @@
|
|
|
118
120
|
"eslint-plugin-storybook": "^0.6.15",
|
|
119
121
|
"jsdom": "^22.1.0",
|
|
120
122
|
"markdown-toc": "^1.2.0",
|
|
121
|
-
"next": "^14.0.1",
|
|
122
123
|
"postcss": "^8.4.31",
|
|
123
124
|
"prettier": "^3.0.3",
|
|
124
125
|
"prettier-plugin-organize-imports": "^3.2.3",
|