mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-04-19 19:01:19 +00:00
27 lines
530 B
JSON
27 lines
530 B
JSON
{
|
|
"name": "plebdevs-new",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"next": "14.0.4",
|
|
"next-auth": "^4.24.5",
|
|
"primeicons": "^6.0.1",
|
|
"primereact": "^10.2.1",
|
|
"react": "^18",
|
|
"react-dom": "^18"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.0.1",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.0.4",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.3.0"
|
|
}
|
|
}
|