This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
-
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
1 parent
4a00440
commit 93a654e
Showing
2 changed files
with
688 additions
and
554 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "duecss", | ||
"type": "module", | ||
"version": "0.31.3", | ||
"packageManager": "pnpm@8.11.0", | ||
"packageManager": "pnpm@8.12.1", | ||
"description": "Minimal CSS framework built upon & extended by UnoCSS", | ||
"author": "Johann Schopplich <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -44,19 +44,21 @@ | |
"dev": "unbuild --stub", | ||
"lint": "eslint .", | ||
"lint:fix": "eslint . --fix", | ||
"format": "prettier \"styles/**/*\" --write", | ||
"release": "bumpp --commit --push --tag" | ||
}, | ||
"peerDependencies": { | ||
"unocss": "*" | ||
}, | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^2.3.4", | ||
"@antfu/eslint-config": "^2.4.6", | ||
"@unocss/core": "^0.58.0", | ||
"@unocss/preset-mini": "^0.58.0", | ||
"@unocss/preset-wind": "^0.58.0", | ||
"bumpp": "^9.2.0", | ||
"eslint": "^8.55.0", | ||
"typescript": "^5.3.2", | ||
"bumpp": "^9.2.1", | ||
"eslint": "^8.56.0", | ||
"prettier": "^3.1.1", | ||
"typescript": "^5.3.3", | ||
"unbuild": "^2.0.0", | ||
"unocss": "^0.58.0" | ||
} | ||
|
Oops, something went wrong.