2022-03-19 11:52:07 +00:00
|
|
|
{
|
|
|
|
"name": "libremdb",
|
2023-10-28 19:20:34 +00:00
|
|
|
"version": "3.2.0",
|
2022-09-11 14:07:24 +00:00
|
|
|
"description": "a free & open source IMDb front-end",
|
|
|
|
"private": true,
|
|
|
|
"type": "module",
|
2022-03-19 11:52:07 +00:00
|
|
|
"author": "libremdb-contributors",
|
|
|
|
"license": "AGPL-3.0-or-later",
|
2023-01-28 16:35:21 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/zyachel/libremdb/"
|
|
|
|
},
|
2022-09-11 14:07:24 +00:00
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
2022-03-19 11:52:07 +00:00
|
|
|
"dependencies": {
|
2022-06-05 17:14:33 +00:00
|
|
|
"axios": "^0.27.2",
|
2022-09-11 14:07:24 +00:00
|
|
|
"cheerio": "1.0.0-rc.12",
|
2023-04-26 16:41:58 +00:00
|
|
|
"ioredis": "^5.3.2",
|
2022-09-11 14:07:24 +00:00
|
|
|
"next": "12.2.5",
|
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
2023-04-26 16:41:58 +00:00
|
|
|
"sharp": "^0.31.3"
|
2022-03-19 11:52:07 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-09-11 14:07:24 +00:00
|
|
|
"@types/node": "18.7.3",
|
|
|
|
"@types/react": "18.0.17",
|
|
|
|
"@types/react-dom": "18.0.6",
|
|
|
|
"eslint": "8.22.0",
|
|
|
|
"eslint-config-next": "12.2.5",
|
2023-04-26 16:41:58 +00:00
|
|
|
"sass": "^1.62.1",
|
2022-09-11 14:07:24 +00:00
|
|
|
"typescript": "4.7.4"
|
2022-03-19 11:52:07 +00:00
|
|
|
},
|
2022-06-05 17:14:33 +00:00
|
|
|
"engines": {
|
2022-09-11 14:07:24 +00:00
|
|
|
"node": ">=16.5.0",
|
2023-04-26 16:41:58 +00:00
|
|
|
"pnpm": ">=8.0.0"
|
2022-03-19 11:52:07 +00:00
|
|
|
}
|
2023-04-15 16:18:38 +00:00
|
|
|
}
|