feat: integrate 5 charity modules + scrollable desktop + dock autohide
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "falah-app",
|
||||
"version": "1.3.0",
|
||||
"description": "Falah OS CE — Desktop UI",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev:ui": "vite",
|
||||
"build": "tsc -b && vite build",
|
||||
"preview": "vite preview",
|
||||
"start": "node server.cjs",
|
||||
"dev": "node server.cjs"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^4.18.2",
|
||||
"cors": "^2.8.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.3.5",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"@vitejs/plugin-react": "^4.3.1",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"postcss": "^8.4.47",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"tailwindcss": "^3.4.14",
|
||||
"typescript": "^5.5.3",
|
||||
"vite": "^5.4.8"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user