@momo-webplatform/mobase 0.2.2 → 0.2.3
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 +18 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@momo-webplatform/mobase",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
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
|
"author": "MoMo - Front-end dev",
|
|
6
6
|
"license": "MIT",
|
|
@@ -25,21 +25,7 @@
|
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
27
|
"sideEffects": false,
|
|
28
|
-
"scripts": {
|
|
29
|
-
"build:cjs": "tsup --format cjs --external react",
|
|
30
|
-
"build:esm": "tsup --format esm --external react",
|
|
31
|
-
"build": "concurrently \"npm run build:cjs\" \"npm run build:esm\"",
|
|
32
|
-
"build:watch:esm": "npm run build:esm -- --watch",
|
|
33
|
-
"build:watch:cjs": "npm run build:cjs -- --watch",
|
|
34
|
-
"build:watch": "concurrently \"npm:build:watch:*\"",
|
|
35
|
-
"dev": "npm run build:watch",
|
|
36
|
-
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
|
|
37
|
-
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
|
|
38
|
-
"lint:fix": "eslint 'src/**/*.{js,jsx,ts,tsx}' --fix"
|
|
39
|
-
},
|
|
40
28
|
"devDependencies": {
|
|
41
|
-
"@repo/eslint-config": "workspace:*",
|
|
42
|
-
"@repo/typescript-config": "workspace:*",
|
|
43
29
|
"@swc/core": "^1.4.0",
|
|
44
30
|
"@turbo/gen": "^1.12.4",
|
|
45
31
|
"@types/color": "^3.0.6",
|
|
@@ -53,7 +39,9 @@
|
|
|
53
39
|
"prettier-plugin-tailwindcss": "^0.5.11",
|
|
54
40
|
"react": "^18.2.0",
|
|
55
41
|
"tsup": "^8.0.2",
|
|
56
|
-
"typescript": "^5.3.3"
|
|
42
|
+
"typescript": "^5.3.3",
|
|
43
|
+
"@repo/typescript-config": "0.0.0",
|
|
44
|
+
"@repo/eslint-config": "0.0.0"
|
|
57
45
|
},
|
|
58
46
|
"dependencies": {
|
|
59
47
|
"@heroicons/react": "^2.1.1",
|
|
@@ -95,7 +83,7 @@
|
|
|
95
83
|
"color2k": "^2.0.3",
|
|
96
84
|
"cva": "1.0.0-beta.1",
|
|
97
85
|
"deepmerge": "^4.3.1",
|
|
98
|
-
"flat": "^
|
|
86
|
+
"flat": "^3.0.1",
|
|
99
87
|
"framer-motion": "^11.0.24",
|
|
100
88
|
"html-react-parser": "^5.1.10",
|
|
101
89
|
"lodash": "^4.17.21",
|
|
@@ -108,5 +96,17 @@
|
|
|
108
96
|
"swiper": "^8.4.4",
|
|
109
97
|
"tailwind-merge": "^2.2.1",
|
|
110
98
|
"tailwindcss": "*"
|
|
99
|
+
},
|
|
100
|
+
"scripts": {
|
|
101
|
+
"build:cjs": "tsup --format cjs --external react",
|
|
102
|
+
"build:esm": "tsup --format esm --external react",
|
|
103
|
+
"build": "concurrently \"npm run build:cjs\" \"npm run build:esm\"",
|
|
104
|
+
"build:watch:esm": "npm run build:esm -- --watch",
|
|
105
|
+
"build:watch:cjs": "npm run build:cjs -- --watch",
|
|
106
|
+
"build:watch": "concurrently \"npm:build:watch:*\"",
|
|
107
|
+
"dev": "npm run build:watch",
|
|
108
|
+
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
|
|
109
|
+
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
|
|
110
|
+
"lint:fix": "eslint 'src/**/*.{js,jsx,ts,tsx}' --fix"
|
|
111
111
|
}
|
|
112
|
-
}
|
|
112
|
+
}
|