28 lines
710 B
JSON
28 lines
710 B
JSON
{
|
|
"name": "api-mediaplayer",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Web-first PWA media player that integrates with Hydrus",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,css,md}\""
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.0",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@mui/icons-material": "^5.14.0",
|
|
"@mui/material": "^5.14.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^4.0.0",
|
|
"prettier": "^2.8.8",
|
|
"typescript": "^5.3.0",
|
|
"vite": "^5.1.0"
|
|
}
|
|
}
|