libremdb/package.json

37 lines
829 B
JSON
Raw Normal View History

2022-03-19 11:52:07 +00:00
{
"name": "libremdb",
2022-12-10 14:45:51 +00:00
"version": "2.2.2",
"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",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
2022-03-19 11:52:07 +00:00
"dependencies": {
"axios": "^0.27.2",
"cheerio": "1.0.0-rc.12",
"ioredis": "^5.2.3",
"next": "12.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"sharp": "^0.31.0"
2022-03-19 11:52:07 +00:00
},
"devDependencies": {
"@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",
"sass": "^1.54.4",
"typescript": "4.7.4"
2022-03-19 11:52:07 +00:00
},
"engines": {
"node": ">=16.5.0",
"pnpm": ">=7.0.0"
2022-03-19 11:52:07 +00:00
}
2022-11-13 06:41:18 +00:00
}