53 lines
1.6 KiB
JSON
53 lines
1.6 KiB
JSON
{
|
|
"name": "foxnouns.frontend",
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"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 ."
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/adapter-node": "^5.2.10",
|
|
"@sveltejs/kit": "^2.12.1",
|
|
"@sveltejs/vite-plugin-svelte": "^5.0.2",
|
|
"@sveltestrap/sveltestrap": "^6.2.7",
|
|
"@types/eslint": "^9.6.1",
|
|
"@types/luxon": "^3.4.2",
|
|
"@types/markdown-it": "^14.1.2",
|
|
"@types/sanitize-html": "^2.13.0",
|
|
"bootstrap": "^5.3.3",
|
|
"eslint": "^9.17.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-svelte": "^2.46.1",
|
|
"globals": "^15.13.0",
|
|
"prettier": "^3.4.2",
|
|
"prettier-plugin-svelte": "^3.3.2",
|
|
"sass": "^1.83.0",
|
|
"svelte": "^5.14.3",
|
|
"svelte-bootstrap-icons": "^3.1.1",
|
|
"svelte-check": "^4.1.1",
|
|
"sveltekit-i18n": "^2.4.2",
|
|
"typescript": "^5.7.2",
|
|
"typescript-eslint": "^8.18.1",
|
|
"vite": "^6.0.3"
|
|
},
|
|
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c",
|
|
"dependencies": {
|
|
"@fontsource/firago": "^5.1.0",
|
|
"base64-arraybuffer": "^1.0.2",
|
|
"bootstrap-icons": "^1.11.3",
|
|
"luxon": "^3.5.0",
|
|
"markdown-it": "^14.1.0",
|
|
"minidenticons": "^4.2.1",
|
|
"pretty-bytes": "^6.1.1",
|
|
"sanitize-html": "^2.13.1",
|
|
"svelte-tippy": "^1.3.2",
|
|
"tippy.js": "^6.3.7",
|
|
"tslog": "^4.9.3"
|
|
}
|
|
}
|