mirror of
https://git.shipoclu.com/moon/plspace.git
synced 2026-08-13 02:42:30 +00:00
27 lines
673 B
JSON
27 lines
673 B
JSON
{
|
|
"name": "plspace",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"description": "A MySpace-flavored static frontend for Pleroma",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "svelte-check --tsconfig ./tsconfig.json && vite build",
|
|
"build:only": "vite build",
|
|
"preview": "vite preview",
|
|
"check": "svelte-check --tsconfig ./tsconfig.json"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/vite-plugin-svelte": "^7.2.0",
|
|
"@tsconfig/svelte": "^5.0.4",
|
|
"@types/node": "^26.1.2",
|
|
"svelte": "^5.56.8",
|
|
"svelte-check": "^4.3.3",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^8.1.5"
|
|
},
|
|
"dependencies": {
|
|
"dompurify": "^3.4.12"
|
|
}
|
|
}
|