{ "name": "qnote", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@chakra-ui/next-js": "^2.2.0", "@chakra-ui/pro-theme": "^0.10.0", "@chakra-ui/react": "^2.8.2", "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.0", "framer-motion": "^11.0.8", "next": "14.1.3", "quill": "^1.3.7", "react": "^18", "react-dom": "^18", "react-icons": "^5.0.1", "react-quill": "^2.0.0" }, "devDependencies": { "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "typescript": "^5" } }