-
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
5367abd
commit df98862
Showing
2 changed files
with
55 additions
and
45 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
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,45 +1,45 @@ | ||
{ | ||
"name": "urban-ui", | ||
"description": "UI components powered by react-aria and vanilla-extract", | ||
"version": "0.0.0", | ||
"private": true, | ||
"license": "MIT", | ||
"author": "Matt Styles", | ||
"workspaces": [ | ||
"apps/*", | ||
"packages/*", | ||
"scripts/*", | ||
"packages/core/*", | ||
"packages/control/*", | ||
"packages/layout/*", | ||
"packages/typography/*", | ||
"packages/utility/*" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/mattstyles/urban-ui.git" | ||
}, | ||
"scripts": { | ||
"test": "CI=true turbo run test", | ||
"build:ci": "turbo run build --filter=\"./packages/**\"", | ||
"build:all": "turbo run build", | ||
"dev": "turbo run clean && turbo run dev --parallel", | ||
"lint": "turbo run lint", | ||
"type:check": "turbo run type:check", | ||
"format": "biome format --write {packages,scripts,apps}", | ||
"scaffold": "node packages/tmpl/dist/bin/tmpl.js", | ||
"gen": "turbo gen", | ||
"publish-packages": "CI=true turbo run build lint test && changeset version && changeset publish" | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "^1.6.3", | ||
"@changesets/cli": "^2.27.1", | ||
"@turbo/gen": "^1.13.0", | ||
"turbo": "^1.13.0", | ||
"typescript": "^5.4.3" | ||
}, | ||
"engines": { | ||
"node": ">=20.0.0" | ||
}, | ||
"packageManager": "bun@1.1.3" | ||
"name": "urban-ui", | ||
"description": "UI components powered by react-aria and vanilla-extract", | ||
"version": "0.0.0", | ||
"private": true, | ||
"license": "MIT", | ||
"author": "Matt Styles", | ||
"workspaces": [ | ||
"apps/*", | ||
"packages/*", | ||
"scripts/*", | ||
"packages/core/*", | ||
"packages/control/*", | ||
"packages/layout/*", | ||
"packages/typography/*", | ||
"packages/utility/*" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/mattstyles/urban-ui.git" | ||
}, | ||
"scripts": { | ||
"test": "CI=true turbo run test", | ||
"build:ci": "turbo run build --filter=\"./packages/**\"", | ||
"build:all": "turbo run build", | ||
"dev": "turbo run clean && turbo run dev --parallel", | ||
"lint": "turbo run lint", | ||
"type:check": "turbo run type:check", | ||
"format": "biome format --write {packages,scripts,apps}", | ||
"scaffold": "node packages/tmpl/dist/bin/tmpl.js", | ||
"gen": "turbo gen", | ||
"publish-packages": "CI=true turbo run build lint test && changeset version && changeset publish" | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "^1.7.2", | ||
"@changesets/cli": "^2.27.1", | ||
"@turbo/gen": "^1.13.0", | ||
"turbo": "^1.13.0", | ||
"typescript": "^5.4.3" | ||
}, | ||
"engines": { | ||
"node": ">=20.0.0" | ||
}, | ||
"packageManager": "bun@1.1.3" | ||
} |