-
-
Notifications
You must be signed in to change notification settings - Fork 338
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: readme and pretty-quick (#839)
- Loading branch information
Showing
8 changed files
with
169 additions
and
68 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,44 +1,48 @@ | ||
{ | ||
"name": "shadcn-svelte", | ||
"version": "0.0.1", | ||
"description": "monorepo for shadcn-svelte", | ||
"author": { | ||
"name": "huntabyte", | ||
"url": "https://twitter.com/huntabyte" | ||
}, | ||
"private": true, | ||
"scripts": { | ||
"build": "pnpm build:registry && pnpm --filter www build", | ||
"build:cli": "pnpm --filter shadcn-svelte build", | ||
"build:registry": "pnpm --filter www build:registry", | ||
"dev": "pnpm build:registry && pnpm --filter www dev", | ||
"dev:cli": "pnpm --filter shadcn-svelte start:dev", | ||
"preview": "pnpm --filter www preview", | ||
"test": "pnpm --filter www test", | ||
"check": "pnpm --filter www check", | ||
"check:watch": "pnpm --filter www check:watch", | ||
"test:unit": "pnpm --filter www test:unit", | ||
"lint": "pnpm -r lint", | ||
"format:check": "pnpm -r format:check", | ||
"format": "pnpm -r format", | ||
"preinstall": "npx only-allow pnpm", | ||
"postinstall": "pnpm -r sync", | ||
"ci:publish": "changeset publish", | ||
"ci:build": "pnpm --filter shadcn-svelte build", | ||
"ci:release": "pnpm ci:build && pnpm ci:publish", | ||
"pub:beta": "cd packages/cli && pnpm pub:beta", | ||
"pub:release": "cd packages/cli && pnpm pub:release" | ||
}, | ||
"engines": { | ||
"pnpm": ">=8" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/huntabyte/shadcn-svelte.git" | ||
}, | ||
"license": "MIT", | ||
"type": "module", | ||
"devDependencies": { | ||
"@changesets/cli": "^2.26.2" | ||
} | ||
"name": "shadcn-svelte", | ||
"version": "0.0.1", | ||
"description": "monorepo for shadcn-svelte", | ||
"author": { | ||
"name": "huntabyte", | ||
"url": "https://twitter.com/huntabyte" | ||
}, | ||
"private": true, | ||
"scripts": { | ||
"build": "pnpm build:registry && pnpm --filter www build", | ||
"build:cli": "pnpm --filter shadcn-svelte build", | ||
"build:registry": "pnpm --filter www build:registry", | ||
"dev": "pnpm build:registry && pnpm --filter www dev", | ||
"dev:cli": "pnpm --filter shadcn-svelte start:dev", | ||
"preview": "pnpm --filter www preview", | ||
"test": "pnpm --filter www test", | ||
"check": "pnpm --filter www check", | ||
"check:watch": "pnpm --filter www check:watch", | ||
"test:unit": "pnpm --filter www test:unit", | ||
"lint": "pnpm -r lint", | ||
"format:check": "pnpm -r format:check", | ||
"format": "pnpm -r format", | ||
"preinstall": "npx only-allow pnpm", | ||
"postinstall": "pnpm -r sync", | ||
"ci:publish": "changeset publish", | ||
"ci:build": "pnpm --filter shadcn-svelte build", | ||
"ci:release": "pnpm ci:build && pnpm ci:publish", | ||
"pub:beta": "cd packages/cli && pnpm pub:beta", | ||
"pub:release": "cd packages/cli && pnpm pub:release" | ||
}, | ||
"engines": { | ||
"pnpm": ">=8" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/huntabyte/shadcn-svelte.git" | ||
}, | ||
"license": "MIT", | ||
"type": "module", | ||
"devDependencies": { | ||
"@changesets/cli": "^2.26.2", | ||
"simple-git-hooks": "^2.9.0" | ||
}, | ||
"simple-git-hooks": { | ||
"pre-commit": "pnpm -r format:staged --staged" | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
MIT License | ||
|
||
Copyright (c) 2023 Hunter Johnston <https://github.com/huntabyte> | ||
Copyright (c) 2023 CokaKoala <https://github.com/adriangonz97> | ||
Copyright (c) 2023 shadcn | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.