mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-07-24 06:24:07 -04:00
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.0.17 to 4.1.0. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.0/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
64 lines
1.9 KiB
JSON
64 lines
1.9 KiB
JSON
{
|
|
"name": "upsnap-frontend",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"vite": "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": "eslint --fix --cache .",
|
|
"format": "prettier --write --cache --cache-strategy content --ignore-path ../.gitignore .",
|
|
"prepare": "svelte-kit sync && cd .. && husky frontend/.husky",
|
|
"machine-translate": "inlang machine translate --project project.inlang"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/compat": "^1.2.8",
|
|
"@eslint/js": "^9.23.0",
|
|
"@inlang/cli": "^3.0.9",
|
|
"@inlang/paraglide-js": "2.0.8",
|
|
"@sveltejs/adapter-static": "^3.0.8",
|
|
"@sveltejs/kit": "^2.20.2",
|
|
"@sveltejs/vite-plugin-svelte": "^5.0.3",
|
|
"daisyui": "^5.0.11",
|
|
"eslint": "^9.23.0",
|
|
"eslint-config-prettier": "^10.1.1",
|
|
"eslint-plugin-svelte": "^2.46.1",
|
|
"globals": "^15.15.0",
|
|
"husky": "^9.1.7",
|
|
"prettier": "^3.5.3",
|
|
"prettier-plugin-svelte": "^3.3.3",
|
|
"prettier-plugin-tailwindcss": "^0.6.11",
|
|
"svelte": "^5.25.6",
|
|
"svelte-check": "^4.1.5",
|
|
"tailwindcss": "^4.1.0",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "^5.8.2",
|
|
"typescript-eslint": "^8.29.0",
|
|
"vite": "^6.2.4"
|
|
},
|
|
"type": "module",
|
|
"lint-staged": {
|
|
"*.{js,svelte}": "eslint --fix --cache .",
|
|
"*.{js,css,md,svelte,scss}": "prettier --write --cache --cache-strategy content --ignore-path ../.gitignore ."
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/free-solid-svg-icons": "^6.7.2",
|
|
"@tailwindcss/postcss": "^4.0.17",
|
|
"cron-parser": "^4.9.0",
|
|
"date-fns": "^4.1.0",
|
|
"pocketbase": "^0.25.2",
|
|
"postcss": "^8.5.3",
|
|
"svelte-fa": "^4.0.3",
|
|
"svelte-french-toast": "https://github.com/seriousm4x/svelte-french-toast.git#fix-72-build",
|
|
"theme-change": "^2.5.0"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"esbuild"
|
|
]
|
|
}
|
|
}
|