Added dependencies. Updated readme.

This commit is contained in:
Lucid Kobold
2022-04-08 11:43:48 -05:00
parent dc8aa5cd20
commit 1969cb7161
314 changed files with 4103 additions and 2986 deletions

View File

@@ -1,33 +1,46 @@
{
"private": true,
"name": "lucid-creations-media-website",
"homepage": "https://github.com/LucidCreationsMedia/LucidCreationsWebsite",
"version": "0.1.0",
"name": "lucid-creations-media-potty-chart",
"homepage": "https://lucidcreations.media/introducing-code-name-potty-chart/",
"version": "v0.0.9.3-alpha",
"author": {
"name": "Lucid Creations Media",
"url": "https://lucidcreations.media",
"email": "social@lucidcreations.media"
},
"scripts": {
"dev": "next",
"dev": "next dev",
"build": "next build",
"start": "next start",
"type-check": "tsc",
"lint": "next lint"
"lint": "next lint",
"pretty": "prettier --write ."
},
"dependencies": {
"next": "^11.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"@chakra-ui/react": "^1.8.8",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@iconify/react": "^3.2.1",
"@types/react": "<=17.0.2",
"date-fns": "^2.28.0",
"formik": "^2.2.9",
"framer-motion": "^6.2.9",
"next": "12.1.4",
"react": "<=17.0.2",
"react-dom": "<=17.0.2",
"sharp": "^0.30.3"
},
"devDependencies": {
"@types/node": "^16.4.13",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"eslint": "^7.32.0",
"eslint-config-next": "^11.0.1",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"eslint": "^8.12.0",
"eslint-config-next": "^12.1.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "<=4.3.0",
"prettier": "^2.6.2",
"prisma": "^3.0.2",
"typescript": "4.3.5"
"typescript": "<4.6.0"
},
"license": "MIT"
"packageManager": "yarn@3.1.0"
}