BiblioReads/package.json

33 lines
747 B
JSON

{
"name": "biblioreads",
"version": "2.15.8",
"description": "An Alternative Goodreads Front-End",
"private": true,
"author": "Nesaku",
"license": "AGPL-3.0-or-later",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"babel-loader": "^9.1.0",
"cheerio": "^1.0.0-rc.12",
"dompurify": "^2.4.3",
"next": "12.3.1",
"next-pwa": "^5.6.0",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-paginate": "^8.1.4"
},
"devDependencies": {
"autoprefixer": "^10.4.12",
"eslint": "8.25.0",
"eslint-config-next": "12.3.1",
"postcss": "^8.4.20",
"tailwindcss": "^3.1.8"
}
}