pegasus/frontend/package.json
2025-09-16 23:06:40 -05:00

25 lines
522 B
JSON

{
"name": "pegasus-frontend",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 5173"
},
"dependencies": {
"@picocss/pico": "^2.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tus-js-client": "^4.3.1"
},
"devDependencies": {
"@types/react": "^18.3.24",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react": "^5.0.2",
"typescript": "^5.9.2",
"vite": "^7.1.5"
}
}