pegasus/frontend/package.json

25 lines
522 B
JSON
Raw Normal View History

2025-09-08 00:48:47 -05:00
{
"name": "pegasus-frontend",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 5173"
},
"dependencies": {
2025-09-16 23:06:40 -05:00
"@picocss/pico": "^2.1.1",
2025-09-08 00:48:47 -05:00
"react": "^18.3.1",
2025-09-15 12:09:02 -05:00
"react-dom": "^18.3.1",
"tus-js-client": "^4.3.1"
2025-09-08 00:48:47 -05:00
},
"devDependencies": {
2025-09-15 12:09:02 -05:00
"@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"
2025-09-08 00:48:47 -05:00
}
}