36 lines
852 B
JSON
36 lines
852 B
JSON
{
|
||
"name": "medialoreweb",
|
||
"version": "1.0.0",
|
||
"description": "MediaLore – NAS media library web UI",
|
||
"scripts": {
|
||
"dev": "next dev",
|
||
"build": "next build",
|
||
"start": "next start",
|
||
"lint": "next lint"
|
||
},
|
||
"keywords": [],
|
||
"author": "",
|
||
"license": "ISC",
|
||
"dependencies": {
|
||
"better-sqlite3": "^12.8.0",
|
||
"fast-xml-parser": "^5.5.10",
|
||
"iron-session": "^8.0.4",
|
||
"next": "^15.5.14",
|
||
"react": "^19.2.4",
|
||
"react-dom": "^19.2.4",
|
||
"sharp": "^0.34.5"
|
||
},
|
||
"devDependencies": {
|
||
"@tailwindcss/postcss": "^4.2.2",
|
||
"@types/better-sqlite3": "^7.6.13",
|
||
"@types/node": "^25.5.0",
|
||
"@types/react": "^19.2.14",
|
||
"@types/react-dom": "^19.2.3",
|
||
"eslint": "^9.39.4",
|
||
"eslint-config-next": "^16.2.1",
|
||
"postcss": "^8.5.8",
|
||
"tailwindcss": "^4.2.2",
|
||
"typescript": "^5.9.3"
|
||
}
|
||
}
|