Foxnouns.NET/Foxnouns.Frontend/package.json

54 lines
1.6 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": {
2024-12-14 00:46:27 +01:00
"@sveltejs/adapter-node": "^5.2.10",
"@sveltejs/kit": "^2.12.1",
"@sveltejs/vite-plugin-svelte": "^5.0.2",
"@sveltestrap/sveltestrap": "^6.2.7",
2024-12-14 00:46:27 +01:00
"@types/eslint": "^9.6.1",
2024-11-24 17:36:02 +01:00
"@types/luxon": "^3.4.2",
"@types/markdown-it": "^14.1.2",
"@types/sanitize-html": "^2.13.0",
"bootstrap": "^5.3.3",
2024-12-14 00:46:27 +01:00
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
2024-12-14 00:46:27 +01:00
"eslint-plugin-svelte": "^2.46.1",
"globals": "^15.13.0",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"sass": "^1.83.0",
2024-12-18 02:31:09 +01:00
"svelte": "^5.14.3",
"svelte-bootstrap-icons": "^3.1.1",
2024-12-14 00:46:27 +01:00
"svelte-check": "^4.1.1",
"sveltekit-i18n": "^2.4.2",
2024-12-14 00:46:27 +01:00
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.1",
"vite": "^6.0.3"
2024-06-08 21:02:12 +02:00
},
2024-12-14 16:54:47 +01:00
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c",
"dependencies": {
"@fontsource/firago": "^5.1.0",
2024-11-24 22:19:53 +01:00
"base64-arraybuffer": "^1.0.2",
"bootstrap-icons": "^1.11.3",
2024-11-24 17:36:02 +01:00
"luxon": "^3.5.0",
"markdown-it": "^14.1.0",
"minidenticons": "^4.2.1",
2024-11-24 22:19:53 +01:00
"pretty-bytes": "^6.1.1",
"sanitize-html": "^2.13.1",
"svelte-tippy": "^1.3.2",
"tippy.js": "^6.3.7",
"tslog": "^4.9.3"
}
2024-06-08 21:02:12 +02:00
}