40 lines
990 B
JSON
40 lines
990 B
JSON
{
|
|
"name": "SimplySyncedLLC_Website",
|
|
"version": "1.2.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^1.7.14",
|
|
"@sendgrid/mail": "^8.1.3",
|
|
"@types/node": "^20.1.0",
|
|
"@types/react": "^18.2.5",
|
|
"@types/react-dom": "^18.2.4",
|
|
"@types/react-google-recaptcha": "^2.1.5",
|
|
"aos": "^3.0.0-beta.6",
|
|
"axios": "^1.5.0",
|
|
"date-fns": "^2.30.0",
|
|
"next": "^14.2.5",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-google-recaptcha": "^3.1.0",
|
|
"react-hot-toast": "^2.4.1",
|
|
"sendgrid": "^5.2.3",
|
|
"sharp": "^0.32.5",
|
|
"supports-color": "^8.1.1",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"@types/aos": "^3.0.4",
|
|
"autoprefixer": "^10.4.14",
|
|
"postcss": "^8.4.23",
|
|
"tailwindcss": "^3.3.2"
|
|
}
|
|
}
|