unocss/example/package.json
tuhana f23e0d1c54
chore: better workspace (#180)
* chore: better workspace

* chore: refresh lockfile

* chore: use capital letter on typedoc config

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* chore: use better globs on eslint config

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* chore: unset package-name for release-please

Co-authored-by: Hammy <58985301+sgoudham@users.noreply.github.com>

* chore: link README from package to root, remove LICENCE file links

When `pnpm pack`ing, LICENCE file seems to be automatically included in the generated `tar.gz`.

* ci(release-please): fix release-please outputs

* chore(release-please): set `include-component-in-tag` to `false`

* chore: revert preview URLs

* chore: rename `website` to `example`

It was intended to be an example usage of the project in the first place, now that we serve it at unocss.catppuccin.com should not change its name.

* chore(deps): refresh lockfile

chore(deps): bump pnpm version

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Hammy <58985301+sgoudham@users.noreply.github.com>
2025-09-04 17:19:43 +03:00

17 lines
289 B
JSON

{
"name": "example",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"astro": "^5.13.5"
},
"devDependencies": {
"@catppuccin/palette": "2.0.0-beta.1",
"unocss": "^66.5.0"
}
}