Skip to content

Commit

Permalink
added services page
Browse files Browse the repository at this point in the history
  • Loading branch information
preston176 committed May 28, 2024
1 parent efce91b commit 88db613
Show file tree
Hide file tree
Showing 6 changed files with 4,610 additions and 29 deletions.
47 changes: 24 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,35 +11,36 @@
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@heroicons/react": "^2.1.1",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@heroicons/react": "^2.1.3",
"@material-tailwind/react": "^2.1.9",
"@mui/icons-material": "^5.15.10",
"@mui/material": "^5.15.10",
"axios": "^1.6.7",
"@mui/icons-material": "^5.15.18",
"@mui/material": "^5.15.18",
"axios": "^1.7.2",
"camelcase-css": "^2.0.1",
"dotenv": "^16.4.5",
"openai": "^4.28.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"openai": "^4.47.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-loader-spinner": "^6.1.6",
"react-router-dom": "^6.22.1",
"react-router-dom": "^6.23.1",
"react-scroll": "^1.9.0",
"react-slideshow-image": "^4.3.0",
"react-social-icons": "^6.12.0",
"react-slideshow-image": "^4.3.1",
"react-social-icons": "^6.16.0",
"typewriter-effect": "^2.21.0"
},
"devDependencies": {
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"vite": "^5.1.0"
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"vite": "^5.2.12"
}
}
Loading

0 comments on commit 88db613

Please sign in to comment.