omnidash/package.json
dependabot[bot] a209afa96e
chore(deps-dev): bump prettier-plugin-tailwindcss from 0.5.14 to 0.6.4
Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.5.14 to 0.6.4.
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.14...v0.6.4)

---
updated-dependencies:
- dependency-name: prettier-plugin-tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-13 04:43:00 +00:00

69 lines
1.8 KiB
JSON

{
"name": "omnidash",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"unlighthouse": "unlighthouse-ci"
},
"devDependencies": {
"@sveltejs/adapter-vercel": "^5.3.1",
"@sveltejs/kit": "^2.5.10",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@types/eslint": "8.56.10",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"autoprefixer": "^10.4.19",
"clsx": "^2.1.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.39.3",
"formsnap": "^1.0.0",
"lint-staged": "^15.2.6",
"postcss": "^8.4.38",
"postcss-load-config": "^5.1.0",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.6.4",
"svelte": "^4.2.18",
"svelte-check": "^3.8.0",
"sveltekit-superforms": "^2.15.1",
"tailwindcss": "^3.4.4",
"tslib": "^2.6.3",
"typescript": "^5.4.5",
"unlighthouse": "^0.13.0",
"vite": "^5.2.13",
"zod": "^3.23.8"
},
"type": "module",
"dependencies": {
"@internationalized/date": "^3.5.4",
"bits-ui": "^0.21.10",
"cmdk-sv": "^0.0.17",
"lucide-svelte": "^0.394.0",
"mode-watcher": "^0.3.0",
"pocketbase": "^0.21.3",
"svelte-headless-table": "^0.18.2",
"svelte-sonner": "^0.3.24",
"tailwind-merge": "^2.3.0",
"tailwind-variants": "^0.2.1"
},
"lint-staged": {
"*.{js,ts,svelte,html,css,scss,postcss,md,json}": [
"prettier --write --plugin-search-dir=.",
"prettier --check --plugin-search-dir=."
],
"*.{js,ts,svelte}": "eslint"
},
"pnpm": {
"overrides": {
"xml2js": "^0.5.0"
}
}
}