Files
UpSnap/frontend/package.json
dependabot[bot] ed7afbead1 npm-dep: bump @inlang/cli from 3.1.2 to 3.1.3 in /frontend
Bumps [@inlang/cli](https://github.com/opral/inlang) from 3.1.2 to 3.1.3.
- [Commits](https://github.com/opral/inlang/commits)

---
updated-dependencies:
- dependency-name: "@inlang/cli"
  dependency-version: 3.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-15 09:35:37 +00:00

66 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.4.1",
"@eslint/js": "^9.39.2",
"@inlang/cli": "^3.1.3",
"@inlang/paraglide-js": "2.9.0",
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/kit": "^2.49.4",
"@sveltejs/vite-plugin-svelte": "^5.1.1",
"daisyui": "^5.5.14",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.14.0",
"globals": "^16.5.0",
"husky": "^9.1.7",
"prettier": "^3.8.0",
"prettier-plugin-svelte": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"svelte": "^5.46.3",
"svelte-check": "^4.3.5",
"tailwindcss": "^4.1.18",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.53.0",
"vite": "^6.4.1"
},
"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.1.18",
"cron-parser": "^5.4.0",
"date-fns": "^4.1.0",
"pocketbase": "^0.26.6",
"postcss": "^8.5.6",
"svelte-fa": "^4.0.4",
"svelte-french-toast": "github:seriousm4x/svelte-french-toast#fix-72-build",
"theme-change": "^2.5.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"@tailwindcss/oxide",
"esbuild",
"svelte-french-toast@2.0.0-alpha.0"
]
}
}