27 lines
529 B
JSON
27 lines
529 B
JSON
{
|
|
"name": "mediathedownloader",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"start": "python3 app.py"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@vitejs/plugin-react": "^4.7.0",
|
|
"vite": "^5.4.19"
|
|
},
|
|
"dependencies": {
|
|
"primeflex": "^4.0.0",
|
|
"primeicons": "^7.0.0",
|
|
"primereact": "^10.9.7",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
}
|
|
}
|