Foxnouns.NET/Foxnouns.Frontend/package.json

56 lines
1.5 KiB
JSON
Raw Normal View History

2024-06-08 21:02:12 +02:00
{
"name": "foxnouns.frontend",
"version": "0.0.1",
"type": "module",
2024-06-08 21:02:12 +02:00
"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",
"format": "prettier --write .",
"lint": "prettier --check . && eslint ."
2024-06-08 21:02:12 +02:00
},
"devDependencies": {
2025-04-07 16:18:03 +02:00
"@sveltejs/adapter-node": "^5.2.12",
"@sveltejs/kit": "^2.20.4",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
2025-02-24 21:32:20 +01:00
"@sveltestrap/sveltestrap": "^7.1.0",
2024-12-14 00:46:27 +01:00
"@types/eslint": "^9.6.1",
2025-04-07 16:18:03 +02:00
"@types/luxon": "^3.6.2",
"@types/markdown-it": "^14.1.2",
2025-04-07 16:18:03 +02:00
"@types/sanitize-html": "^2.15.0",
"bootstrap": "^5.3.5",
"dotenv": "^16.4.7",
2025-04-07 16:18:03 +02:00
"eslint": "^9.24.0",
"eslint-config-prettier": "^9.1.0",
2024-12-14 00:46:27 +01:00
"eslint-plugin-svelte": "^2.46.1",
2025-04-07 16:18:03 +02:00
"globals": "^16.0.0",
"prettier": "^3.5.3",
"prettier-plugin-svelte": "^3.3.3",
"sass": "^1.86.3",
"svelte": "^5.25.7",
"svelte-bootstrap-icons": "^3.1.2",
"svelte-check": "^4.1.5",
"svelte-easy-crop": "^4.0.1",
"sveltekit-i18n": "^2.4.2",
2025-04-07 16:18:03 +02:00
"typescript": "^5.8.3",
"typescript-eslint": "^8.29.0",
"vite": "^6.2.5"
2024-06-08 21:02:12 +02:00
},
"dependencies": {
2025-04-07 16:18:03 +02:00
"@fontsource/firago": "^5.2.5",
"@sentry/sveltekit": "^9.11.0",
2024-11-24 22:19:53 +01:00
"base64-arraybuffer": "^1.0.2",
"bootstrap-icons": "^1.11.3",
2025-04-07 16:18:03 +02:00
"luxon": "^3.6.1",
"markdown-it": "^14.1.0",
"minidenticons": "^4.2.1",
2024-11-24 22:19:53 +01:00
"pretty-bytes": "^6.1.1",
2025-04-07 16:18:03 +02:00
"sanitize-html": "^2.15.0",
"svelte-tippy": "^1.3.2",
"tippy.js": "^6.3.7",
"tslog": "^4.9.3"
}
2024-06-08 21:02:12 +02:00
}