Added an about the project section and env files.

This commit is contained in:
Lucid Kobold
2024-03-16 18:14:46 -04:00
parent b425c6a226
commit 7de6e29086
7 changed files with 721 additions and 172 deletions

View File

@@ -17,7 +17,7 @@
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.3",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@fontsource/anonymous-pro": "^5.0.12",
"@fontsource/anybody": "^5.0.19",
@@ -26,29 +26,29 @@
"@fontsource/tilt-neon": "^5.0.4",
"@iconify/react": "^4.1.1",
"@reduxjs/toolkit": "^2.2.1",
"date-fns": "^3.3.1",
"date-fns": "^3.5.0",
"formik": "^2.4.5",
"framer-motion": "^11.0.6",
"next": "14.1.0",
"framer-motion": "^11.0.14",
"next": "14.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.1.0",
"sharp": "^0.33.2"
},
"devDependencies": {
"@types/node": "^20.11.20",
"@types/react": "^18.2.58",
"@types/node": "^20.11.28",
"@types/react": "^18.2.66",
"@types/react-redux": "^7.1.33",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.57.0",
"eslint-config-next": "<13.4.9",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"packageManager": "yarn@4.1.0"
}