2022-03-19 17:22:07 +05:30
|
|
|
{
|
|
|
|
"name": "libremdb",
|
2024-12-15 15:04:10 +05:30
|
|
|
"version": "4.1.0",
|
2022-09-11 19:37:24 +05:30
|
|
|
"description": "a free & open source IMDb front-end",
|
|
|
|
"private": true,
|
|
|
|
"type": "module",
|
2022-03-19 17:22:07 +05:30
|
|
|
"author": "libremdb-contributors",
|
|
|
|
"license": "AGPL-3.0-or-later",
|
2023-01-28 22:05:21 +05:30
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/zyachel/libremdb/"
|
|
|
|
},
|
2022-09-11 19:37:24 +05:30
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
2022-03-19 17:22:07 +05:30
|
|
|
"dependencies": {
|
2025-01-20 02:01:16 +00:00
|
|
|
"axios": "^0.29.0",
|
2025-01-20 01:00:46 +00:00
|
|
|
"cheerio": "1.0.0",
|
2023-04-26 22:11:58 +05:30
|
|
|
"ioredis": "^5.3.2",
|
2022-09-11 19:37:24 +05:30
|
|
|
"next": "12.2.5",
|
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
2024-01-06 19:39:16 +05:30
|
|
|
"sharp": "^0.33.1"
|
2022-03-19 17:22:07 +05:30
|
|
|
},
|
|
|
|
"devDependencies": {
|
2025-01-20 02:00:53 +00:00
|
|
|
"@types/node": "18.19.71",
|
2022-09-11 19:37:24 +05:30
|
|
|
"@types/react": "18.0.17",
|
|
|
|
"@types/react-dom": "18.0.6",
|
2025-01-20 03:03:14 +00:00
|
|
|
"eslint": "9.18.0",
|
2022-09-11 19:37:24 +05:30
|
|
|
"eslint-config-next": "12.2.5",
|
2023-04-26 22:11:58 +05:30
|
|
|
"sass": "^1.62.1",
|
2022-09-11 19:37:24 +05:30
|
|
|
"typescript": "4.7.4"
|
2022-03-19 17:22:07 +05:30
|
|
|
},
|
2022-06-05 22:44:33 +05:30
|
|
|
"engines": {
|
2024-01-06 19:39:16 +05:30
|
|
|
"node": " ^18.17.0 || ^20.3.0 || >=21.0.0",
|
2023-04-26 22:11:58 +05:30
|
|
|
"pnpm": ">=8.0.0"
|
2022-03-19 17:22:07 +05:30
|
|
|
}
|
2023-04-15 21:48:38 +05:30
|
|
|
}
|