Files
falah-os-ce/package.json
T

30 lines
679 B
JSON

{
"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"
}
}