mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-03-31 06:24:11 -04:00
Bumps [@inlang/cli](https://github.com/opral/inlang) from 3.1.6 to 3.1.7. - [Commits](https://github.com/opral/inlang/commits) --- updated-dependencies: - dependency-name: "@inlang/cli" dependency-version: 3.1.7 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
66 lines
1.9 KiB
JSON
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.4",
|
|
"@inlang/cli": "^3.1.7",
|
|
"@inlang/paraglide-js": "2.14.0",
|
|
"@sveltejs/adapter-static": "^3.0.10",
|
|
"@sveltejs/kit": "^2.55.0",
|
|
"@sveltejs/vite-plugin-svelte": "^5.1.1",
|
|
"daisyui": "^5.5.19",
|
|
"eslint": "^9.39.4",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-svelte": "^3.15.2",
|
|
"globals": "^16.5.0",
|
|
"husky": "^9.1.7",
|
|
"prettier": "^3.8.1",
|
|
"prettier-plugin-svelte": "^3.5.1",
|
|
"prettier-plugin-tailwindcss": "^0.7.2",
|
|
"svelte": "^5.53.10",
|
|
"svelte-check": "^4.4.5",
|
|
"tailwindcss": "^4.2.1",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.57.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.2.1",
|
|
"cron-parser": "^5.5.0",
|
|
"date-fns": "^4.1.0",
|
|
"pocketbase": "^0.26.8",
|
|
"postcss": "^8.5.8",
|
|
"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"
|
|
]
|
|
}
|
|
}
|