librarian-web/package.json

33 lines
806 B
JSON

{
"name": "librarian-web",
"version": "0.0.0",
"main": "index.js",
"repository": "https://git.csclub.uwaterloo.ca/o32patel/librarian-web.git",
"author": "Ohm Patel <ohm.patel@uwaterloo.ca>",
"license": "GPL-3.0-or-later",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"daisyui": "^4.7.2",
"next": "^14.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.11.19",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-config-next": "^14.1.0",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
}
}