A self hosted solution for privately rating and reviewing different sorts of media
1{
2 "name": "medialog",
3 "version": "0.1.0",
4 "private": true,
5 "scripts": {
6 "dev": "next dev --hostname 127.0.0.1 -p 8080",
7 "build": "next build",
8 "start": "next start --hostname 127.0.0.1 -p 8080",
9 "lint": "next lint"
10 },
11 "dependencies": {
12 "@babel/core": "^7.20.12",
13 "@emotion/react": "^11.10.5",
14 "@emotion/styled": "^11.10.5",
15 "@mui/icons-material": "^5.11.0",
16 "@mui/material": "^5.11.1",
17 "@mui/material-next": "^6.0.0-alpha.68",
18 "@next/font": "13.1.0",
19 "@textea/json-viewer": "^2.12.2",
20 "@types/node": "18.11.17",
21 "@types/react": "18.0.26",
22 "@types/react-dom": "18.0.9",
23 "eslint": "8.30.0",
24 "eslint-config-next": "13.1.0",
25 "fs": "^0.0.1-security",
26 "next": "13.1.0",
27 "react": "18.2.0",
28 "react-dom": "18.2.0",
29 "typescript": "4.9.4"
30 }
31}