friendship ended with social-app. php is my new best friend
at main 565 B view raw
1{ 2 "name": "smallbird-social", 3 "module": "index.ts", 4 "type": "module", 5 "private": true, 6 "scripts": { 7 "dev": "vite", 8 "build": "vite build", 9 "preview": "vite preview" 10 }, 11 "devDependencies": { 12 "@types/bun": "latest", 13 "vite-plugin-static-copy": "^3.1.3" 14 }, 15 "peerDependencies": { 16 "typescript": "^5" 17 }, 18 "dependencies": { 19 "sass-embedded": "^1.93.0", 20 "vite": "^7.1.6", 21 "vite-plugin-php": "^2.0.3", 22 "vite-plugin-pwa": "^1.0.3", 23 "vite-plugin-remove-console": "^2.2.0", 24 "vite-plugin-vanilla": "^2.1.1" 25 } 26}