Created
January 15, 2023 19:25
-
-
Save Pagebakers/9492b9ab43dff6e1ae39f86627f1a2ea to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "saas-ui-pro-next-starter", | |
"version": "0.3.0", | |
"private": true, | |
"scripts": { | |
"dev": "next dev", | |
"build": "next build", | |
"start": "next start", | |
"lint": "next lint" | |
}, | |
"dependencies": { | |
"@chakra-ui/react": "^2.4.2", | |
"@emotion/react": "^11", | |
"@emotion/styled": "^11", | |
"@saas-ui/pro": "^0.13.0", | |
"@saas-ui/react": "^1.7.4", | |
"@saas-ui/sidebar": "^0.6.1", | |
"framer-motion": "^6.3.4", | |
"next": "^13.1.1", | |
"react": "^18.2.0", | |
"react-dom": "^18.2.0" | |
}, | |
"devDependencies": { | |
"@babel/core": "^7.18.2", | |
"@types/node": "^17.0.35", | |
"@types/react": "^18.0.14", | |
"@types/react-dom": "^18.0.5", | |
"eslint": "^8.16.0", | |
"eslint-config-next": "^12.1.6", | |
"typescript": "^4.7.2" | |
}, | |
"packageManager": "[email protected]", | |
"resolutions": { | |
"@chakra-ui/menu": "2.1.5" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment