@momo-webplatform/mobase 0.2.100-lite.1 → 1.0.0

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.
Files changed (1) hide show
  1. package/package.json +17 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-webplatform/mobase",
3
- "version": "0.2.100-lite.1",
3
+ "version": "1.0.0",
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",
@@ -28,22 +28,8 @@
28
28
  "access": "public"
29
29
  },
30
30
  "sideEffects": false,
31
- "scripts": {
32
- "build:cjs": "tsup --format cjs --external react",
33
- "build:esm": "tsup --format esm --external react",
34
- "build": "concurrently \"npm run build:cjs\" \"npm run build:esm\"",
35
- "build:watch:esm": "npm run build:esm -- --watch",
36
- "build:watch:cjs": "npm run build:cjs -- --watch",
37
- "build:watch": "concurrently \"npm:build:watch:*\"",
38
- "dev": "npm run build:watch",
39
- "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
40
- "lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
41
- "lint:fix": "eslint 'src/**/*.{js,jsx,ts,tsx}' --fix"
42
- },
43
31
  "devDependencies": {
44
32
  "@hookform/resolvers": "3.9.0",
45
- "@repo/eslint-config": "workspace:*",
46
- "@repo/typescript-config": "workspace:*",
47
33
  "@swc/core": "^1.4.0",
48
34
  "@turbo/gen": "^1.12.4",
49
35
  "@types/color": "^3.0.6",
@@ -62,7 +48,9 @@
62
48
  "react-hook-form": "7.53.1",
63
49
  "tsup": "^8.0.2",
64
50
  "typescript": "^5.3.3",
65
- "zod": "3.23.8"
51
+ "zod": "3.23.8",
52
+ "@repo/typescript-config": "0.0.0",
53
+ "@repo/eslint-config": "0.0.0"
66
54
  },
67
55
  "peerDependencies": {
68
56
  "@hookform/resolvers": "3.9.0",
@@ -118,5 +106,17 @@
118
106
  "tailwindcss": "*",
119
107
  "ua-parser-js": "^1.0.38",
120
108
  "vaul": "^1.1.2"
109
+ },
110
+ "scripts": {
111
+ "build:cjs": "tsup --format cjs --external react",
112
+ "build:esm": "tsup --format esm --external react",
113
+ "build": "concurrently \"npm run build:cjs\" \"npm run build:esm\"",
114
+ "build:watch:esm": "npm run build:esm -- --watch",
115
+ "build:watch:cjs": "npm run build:cjs -- --watch",
116
+ "build:watch": "concurrently \"npm:build:watch:*\"",
117
+ "dev": "npm run build:watch",
118
+ "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
119
+ "lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
120
+ "lint:fix": "eslint 'src/**/*.{js,jsx,ts,tsx}' --fix"
121
121
  }
122
- }
122
+ }