This repository has been archived on 2025-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
lcm-potty-chart/package.json
2022-09-09 20:11:40 -04:00

52 lines
1.4 KiB
JSON

{
"private": true,
"name": "lucid-creations-media-potty-chart",
"homepage": "https://lucidcreations.media/introducing-code-name-potty-chart/",
"version": "0.1.3",
"author": {
"name": "Lucid Creations Media",
"url": "https://lucidcreations.media",
"email": "social@lucidcreations.media"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"pretty": "prettier --write ."
},
"dependencies": {
"@chakra-ui/react": "^2.3.2",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@iconify/react": "^4.0.0",
"@reduxjs/toolkit": "^1.8.5",
"date-fns": "^2.29.2",
"formik": "^2.2.9",
"framer-motion": "^7.3.2",
"next": "12.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.2",
"sharp": "^0.31.0"
},
"devDependencies": {
"@types/node": "^18.7.16",
"@types/react": "^18.0.18",
"@types/react-redux": "^7.1.24",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"eslint": "^8.23.0",
"eslint-config-next": "^12.3.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.7.1",
"typescript": "^4.8.3"
},
"resolutions": {
"@types/react": "^17.0.38"
},
"packageManager": "yarn@3.2.2"
}