Files
2026-08-03 15:28:51 +09:00

34 lines
912 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",
"test": "vitest run",
"test:watch": "vitest"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^7.2.0",
"@testing-library/jest-dom": "^7.0.0",
"@testing-library/svelte": "^5.4.2",
"@tsconfig/svelte": "^5.0.4",
"@types/node": "^26.1.2",
"jsdom": "^29.1.1",
"svelte": "^5.56.8",
"svelte-check": "^4.3.3",
"typescript": "^5.9.3",
"vite": "^8.1.5",
"vitest": "^4.1.10"
},
"dependencies": {
"@ruffle-rs/ruffle": "^0.4.0-nightly.2026.7.7",
"dompurify": "^3.4.12"
}
}