* initial commit federation * more federation * more federation * more federation * completes follow, accept, undo * add trail create activity * process trail create activity * more trail create activity * adds missing endpoints * adds update and delete activity * adds comment activities * adds activities back * adds summit logs activities * deletes follow counts table * fixes migrations * fixes migrations * fixes migrations * fixes migrations * adds remote profiles * ctd * ctd * we are getting closer... * adds public summit logs * fixes federated trails in lists * adds remote lists * adds list activites * fixes lists * adds notifications * adds iri redirect * fixes comments and summitlogs * fixes follows and profiles * adds asynchronous send * fixes list search * adds encryption key * bug fixes * fixes activity signing * removes custon activity object types * adds html editor * fixes html editor * fixes display issues on mastodon * adds federated sharing * finishes announcements * fixes small summit log issues * adds trail likes * finalizes likes * fixes images for komoot * add disable federation option * adds private profiles * updates docs * adds federated comments * adds trail and comments actvitiypub routes * adds mentions to editor * adds mentions to trails, comments, summit logs * updates theme * updates theme * update docs * update docs * updates docs * fixes various frontend problems * fixes activitypub follows api * updates docs * updates docs --------- Co-authored-by: Christian Beutel <>
82 lines
2.5 KiB
JSON
82 lines
2.5 KiB
JSON
{
|
|
"name": "wanderer",
|
|
"version": "0.17.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test": "npm run test:integration && npm run test:unit",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"test:integration": "playwright test",
|
|
"test:unit": "vitest"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.42.1",
|
|
"@sveltejs/adapter-auto": "^3.0.0",
|
|
"@sveltejs/kit": "^2.5.27",
|
|
"@sveltejs/vite-plugin-svelte": "^4.0.0",
|
|
"@tailwindcss/typography": "^0.5.15",
|
|
"@tailwindcss/vite": "^4.0.0",
|
|
"@types/canvas-confetti": "^1.9.0",
|
|
"@types/node": "^20.11.25",
|
|
"autoprefixer": "^10.4.17",
|
|
"postcss": "^8.4.33",
|
|
"svelte": "^5.0.0",
|
|
"svelte-check": "^4.0.0",
|
|
"tailwindcss": "^4.0.0",
|
|
"tslib": "^2.4.1",
|
|
"typescript": "^5.5.0",
|
|
"vite": "^5.4.4",
|
|
"vitest": "^1.2.0"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@felte/validator-zod": "^1.0.18",
|
|
"@fortawesome/fontawesome-free": "^6.5.1",
|
|
"@sveltejs/adapter-node": "^4.0.1",
|
|
"@threlte/core": "^8.0.0-next.41",
|
|
"@threlte/extras": "^9.0.0-next.55",
|
|
"@tiptap/core": "^2.14.0",
|
|
"@tiptap/extension-heading": "^2.14.0",
|
|
"@tiptap/extension-link": "^2.14.0",
|
|
"@tiptap/extension-mention": "^2.14.0",
|
|
"@tiptap/extension-placeholder": "^2.14.0",
|
|
"@tiptap/extension-underline": "^2.14.0",
|
|
"@tiptap/pm": "^2.14.0",
|
|
"@tiptap/starter-kit": "^2.14.0",
|
|
"@tiptap/suggestion": "^2.14.0",
|
|
"@turf/destination": "^7.1.0",
|
|
"@turf/distance": "^7.1.0",
|
|
"@types/chart.js": "^2.9.41",
|
|
"@types/three": "^0.161.2",
|
|
"@types/xmldom": "^0.1.34",
|
|
"activitypub-types": "^1.1.0",
|
|
"canvas-confetti": "^1.9.3",
|
|
"canvg": "^4.0.1",
|
|
"chart.js": "^4.4.6",
|
|
"chartjs-plugin-crosshair": "^2.0.0",
|
|
"chartjs-plugin-zoom": "^2.1.0",
|
|
"crypto-random-string": "^5.0.0",
|
|
"felte": "^1.3.0",
|
|
"heic2any": "^0.0.4",
|
|
"instead": "^1.0.3",
|
|
"isomorphic-xml2js": "^0.1.3",
|
|
"jspdf": "^2.5.1",
|
|
"jszip": "^3.10.1",
|
|
"maplibre-gl": "^4.7.1",
|
|
"meilisearch": "^0.37.0",
|
|
"ngeohash": "^0.6.3",
|
|
"nouislider": "^15.7.1",
|
|
"pdfkit": "^0.15.0",
|
|
"photoswipe": "^5.4.3",
|
|
"pocketbase": "^0.25.1",
|
|
"qrcode": "^1.4.4",
|
|
"svelte-i18n": "^4.0.0",
|
|
"three": "^0.161.0",
|
|
"xmldom": "^0.6.0",
|
|
"zod": "^3.24.1"
|
|
}
|
|
}
|