-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"name": "lite-ui-monorepo", | ||
"type": "module", | ||
"version": "0.0.1", | ||
"private": true, | ||
"packageManager": "[email protected]", | ||
"description": "A Vue3 based UnoCSS UI library.", | ||
|
@@ -29,7 +30,7 @@ | |
"dev": "pnpm build:utils && pnpm dev:theme && pnpm build:ui", | ||
"dev:theme": "pnpm run -C packages/theme stub", | ||
"build:docs": "pnpm dev && pnpm run -C docs build", | ||
"build": "pnpm build:utils && pnpm build:theme && pnpm -r --filter ./packages/components/** run build && pnpm build:ui", | ||
"build": "pnpm build:utils && pnpm build:theme && pnpm --filter ./packages/components/** build && pnpm build:ui", | ||
"build:ui": "pnpm run -C packages/lite-ui build", | ||
"build:utils": "pnpm run -C packages/utils build", | ||
"build:theme": "pnpm run -C packages/theme build", | ||
|
@@ -54,6 +55,5 @@ | |
"eslint": "^9.5.0", | ||
"esno": "^4.7.0", | ||
"typescript": "^5.2.2" | ||
}, | ||
"version": "0.0.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@lite-space/ui", | ||
"type": "module", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A Vue3 based UnoCSS UI library.", | ||
"author": "AntzyMo <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@lite-space/theme", | ||
"type": "module", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "unocss preset for lite-ui", | ||
"author": "AntzyMo <[email protected]>", | ||
"license": "MIT", | ||
|