49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"private": true,
|
|
"name": "lucid-creations-media-potty-chart",
|
|
"homepage": "https://lucidcreations.media/introducing-code-name-potty-chart/",
|
|
"version": "v0.0.9.9-alpha",
|
|
"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": "^1.8.8",
|
|
"@emotion/react": "^11.9.0",
|
|
"@emotion/styled": "^11.8.1",
|
|
"@iconify/react": "^3.2.1",
|
|
"date-fns": "^2.28.0",
|
|
"formik": "^2.2.9",
|
|
"framer-motion": "^6.3.3",
|
|
"next": "12.1.6",
|
|
"react": "<=17.0.2",
|
|
"react-dom": "<=17.0.2",
|
|
"sharp": "^0.30.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^17.0.30",
|
|
"@types/react": "<18.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.21.0",
|
|
"eslint": "^8.16.0",
|
|
"eslint-config-next": "^12.1.5",
|
|
"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",
|
|
"typescript": "<4.6.0"
|
|
},
|
|
"resolutions": {
|
|
"@types/react": "^17.0.38"
|
|
},
|
|
"packageManager": "yarn@3.2.1"
|
|
}
|