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
2023-07-07 15:02:52 -04:00

53 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.17",
"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.7.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@iconify/react": "^4.1.1",
"@reduxjs/toolkit": "^1.9.5",
"date-fns": "^2.30.0",
"formik": "^2.4.2",
"framer-motion": "^10.12.18",
"next": "13.4.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.1.1",
"sharp": "^0.32.1"
},
"devDependencies": {
"@types/node": "^20.4.0",
"@types/react": "^18.2.14",
"@types/react-redux": "^7.1.25",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"eslint": "^8.44.0",
"eslint-config-next": "<13.4.9",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.0.0",
"typescript": "^5.1.6"
},
"resolutions": {
"@types/react": "^17.0.38"
},
"packageManager": "yarn@3.5.1"
}