generated from TheOtterlord/starlight-theme-template
-
-
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
963e9db
commit 5a7211b
Showing
3 changed files
with
53 additions
and
53 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,8 +1,8 @@ | ||
{ | ||
"trailingComma": "es5", | ||
"tabWidth": 2, | ||
"semi": true, | ||
"singleQuote": false, | ||
"endOfLine": "lf", | ||
"htmlWhitespaceSensitivity": "css" | ||
"trailingComma": "es5", | ||
"tabWidth": 2, | ||
"semi": true, | ||
"singleQuote": false, | ||
"endOfLine": "lf", | ||
"htmlWhitespaceSensitivity": "css" | ||
} |
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,23 +1,23 @@ | ||
{ | ||
"name": "docs", | ||
"version": "0.0.0", | ||
"private": true, | ||
"type": "module", | ||
"scripts": { | ||
"astro": "astro", | ||
"build": "astro check && astro build", | ||
"dev": "astro dev", | ||
"preview": "astro preview", | ||
"start": "astro dev" | ||
}, | ||
"dependencies": { | ||
"@astrojs/check": "catalog:", | ||
"@astrojs/starlight": "catalog:", | ||
"astro": "catalog:", | ||
"sharp": "catalog:", | ||
"starlight-minimalistic-theme": "workspace:*", | ||
"starlight-package-managers": "^0.8.0", | ||
"typescript": "catalog:" | ||
}, | ||
"packageManager": "[email protected]" | ||
"name": "docs", | ||
"version": "0.0.0", | ||
"private": true, | ||
"type": "module", | ||
"scripts": { | ||
"astro": "astro", | ||
"build": "astro check && astro build", | ||
"dev": "astro dev", | ||
"preview": "astro preview", | ||
"start": "astro dev" | ||
}, | ||
"dependencies": { | ||
"@astrojs/check": "catalog:", | ||
"@astrojs/starlight": "catalog:", | ||
"astro": "catalog:", | ||
"sharp": "catalog:", | ||
"starlight-minimalistic-theme": "workspace:*", | ||
"starlight-package-managers": "^0.8.0", | ||
"typescript": "catalog:" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
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,28 +1,28 @@ | ||
{ | ||
"name": "starlight-minimalistic-theme-monorepo", | ||
"version": "0.0.0", | ||
"private": true, | ||
"homepage": "https://github.com/trueberryless-org/starlight-minimalistic-theme", | ||
"bugs": { | ||
"url": "https://github.com/trueberryless-org/starlight-minimalistic-theme/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/trueberryless-org/starlight-minimalistic-theme.git" | ||
}, | ||
"license": "MIT", | ||
"author": "trueberryless <[email protected]> (https://trueberryless.org)", | ||
"scripts": { | ||
"build": "pnpm --filter docs build", | ||
"ci:publish": "pnpm publish -r", | ||
"ci:version": "pnpm changeset version", | ||
"dev": "pnpm --filter docs dev", | ||
"version": "pnpm changeset version && pnpm i --no-frozen-lockfile" | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "1.9.4", | ||
"@changesets/changelog-github": "^0.5.0", | ||
"@changesets/cli": "^2.27.11" | ||
}, | ||
"packageManager": "[email protected]" | ||
"name": "starlight-minimalistic-theme-monorepo", | ||
"version": "0.0.0", | ||
"private": true, | ||
"homepage": "https://github.com/trueberryless-org/starlight-minimalistic-theme", | ||
"bugs": { | ||
"url": "https://github.com/trueberryless-org/starlight-minimalistic-theme/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/trueberryless-org/starlight-minimalistic-theme.git" | ||
}, | ||
"license": "MIT", | ||
"author": "trueberryless <[email protected]> (https://trueberryless.org)", | ||
"scripts": { | ||
"build": "pnpm --filter docs build", | ||
"ci:publish": "pnpm publish -r", | ||
"ci:version": "pnpm changeset version", | ||
"dev": "pnpm --filter docs dev", | ||
"version": "pnpm changeset version && pnpm i --no-frozen-lockfile" | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "1.9.4", | ||
"@changesets/changelog-github": "^0.5.0", | ||
"@changesets/cli": "^2.27.11" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |