forked from 0x2E/fusion

* refactor: display feed_import error message on form instead of using a toast notification * chore: add `feed.import.manually.no_valid_feed_error` into i18n * chore: update deps * refactor: display feed meta info on item page
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "frontend",
|
|
"version": "0.0.1",
|
|
"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 ."
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/adapter-static": "^3.0.8",
|
|
"@sveltejs/kit": "^2.20.2",
|
|
"@sveltejs/vite-plugin-svelte": "^5.0.3",
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"@tailwindcss/vite": "^4.0.15",
|
|
"@types/eslint": "^9.6.1",
|
|
"@types/node": "^22.13.11",
|
|
"@typescript-eslint/eslint-plugin": "^8.27.0",
|
|
"@typescript-eslint/parser": "^8.27.0",
|
|
"clsx": "^2.1.1",
|
|
"eslint": "^9.23.0",
|
|
"eslint-config-prettier": "^10.1.1",
|
|
"eslint-plugin-svelte": "^3.3.3",
|
|
"lucide-svelte": "^0.475.0",
|
|
"prettier": "^3.5.3",
|
|
"prettier-plugin-svelte": "^3.3.3",
|
|
"prettier-plugin-tailwindcss": "^0.6.11",
|
|
"svelte": "^5.25.3",
|
|
"svelte-check": "^4.1.5",
|
|
"svelte-sonner": "^0.3.28",
|
|
"tailwind-merge": "^3.0.2",
|
|
"tailwindcss": "^4.0.15",
|
|
"typescript": "^5.8.2",
|
|
"typescript-eslint": "^8.27.0",
|
|
"vite": "^6.2.2"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"daisyui": "^5.0.9",
|
|
"dompurify": "^3.2.4",
|
|
"ky": "^1.7.5"
|
|
}
|
|
}
|