minor change

This commit is contained in:
daniel31x13
2023-12-08 11:01:47 -05:00
parent ab83d1d0c6
commit 8e49ccf723
6 changed files with 55 additions and 8 deletions
+5 -4
View File
@@ -8,8 +8,8 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"build": "next build",
"lint": "next lint"
},
"dependencies": {
@@ -26,7 +26,7 @@
"@stripe/stripe-js": "^1.54.1",
"@types/crypto-js": "^4.1.1",
"@types/formidable": "^3.4.5",
"@types/node": "20.4.4",
"@types/node": "^20.10.4",
"@types/nodemailer": "^6.4.8",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.7",
@@ -55,7 +55,6 @@
"react-select": "^5.7.4",
"sharp": "^0.32.1",
"stripe": "^12.13.0",
"typescript": "4.9.4",
"zustand": "^4.3.8"
},
"devDependencies": {
@@ -63,10 +62,12 @@
"@types/bcrypt": "^5.0.0",
"@types/dompurify": "^3.0.4",
"@types/jsdom": "^21.1.3",
"@types/shelljs": "^0.8.15",
"autoprefixer": "^10.4.14",
"daisyui": "^4.4.2",
"postcss": "^8.4.26",
"prisma": "^5.1.0",
"tailwindcss": "^3.3.3"
"tailwindcss": "^3.3.3",
"typescript": "4.9.4"
}
}