[READ-ONLY] Mirror of https://github.com/flo-bit/roomy-paint. flo-bit.dev/roomy-paint/
0

Configure Feed

Select the types of activity you want to include in your feed.

roomy-paint / package.json
1.5 kB 51 lines
1{ 2 "name": "roomy-paint2", 3 "private": true, 4 "version": "0.0.1", 5 "type": "module", 6 "scripts": { 7 "dev": "vite dev", 8 "build": "vite build", 9 "preview": "vite preview", 10 "prepare": "svelte-kit sync || echo ''", 11 "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", 12 "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", 13 "format": "prettier --write .", 14 "lint": "prettier --check . && eslint ." 15 }, 16 "devDependencies": { 17 "@eslint/compat": "^1.2.5", 18 "@eslint/js": "^9.18.0", 19 "@sveltejs/adapter-auto": "^4.0.0", 20 "@sveltejs/kit": "^2.16.0", 21 "@sveltejs/vite-plugin-svelte": "^5.0.0", 22 "@tailwindcss/forms": "^0.5.9", 23 "@tailwindcss/typography": "^0.5.15", 24 "@tailwindcss/vite": "^4.0.0", 25 "eslint": "^9.18.0", 26 "eslint-config-prettier": "^10.0.1", 27 "eslint-plugin-svelte": "^3.0.0", 28 "globals": "^16.0.0", 29 "prettier": "^3.4.2", 30 "prettier-plugin-svelte": "^3.3.3", 31 "prettier-plugin-tailwindcss": "^0.6.11", 32 "svelte": "^5.0.0", 33 "svelte-check": "^4.0.0", 34 "tailwindcss": "^4.0.0", 35 "typescript": "^5.0.0", 36 "typescript-eslint": "^8.20.0", 37 "vite": "^6.2.5" 38 }, 39 "dependencies": { 40 "@muni-town/leaf": "npm:@jsr/muni-town__leaf@^0.2.0-preview.15", 41 "@sveltejs/adapter-static": "^3.0.8", 42 "animejs": "^4.0.1", 43 "bits-ui": "^1.3.19", 44 "clsx": "^2.1.1", 45 "fuchs": "^0.0.28", 46 "tailwind-merge": "^3.2.0", 47 "tailwind-variants": "^1.0.0", 48 "vite-plugin-top-level-await": "^1.5.0", 49 "vite-plugin-wasm": "^3.4.1" 50 } 51}