{ "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", "@xeger/quill-image-actions": "^0.7.2", "@xeger/quill-image-formats": "^0.7.2", "framer-motion": "^11.0.8", "next": "14.1.3", "quill": "^1.3.7", "quill-image-drop-module": "^1.0.3", "quill-image-edit-module": "^0.1.6", "quill-image-resize-module": "^3.0.0", "quill-image-resize-module-react": "^3.0.0", "quill-resize-module": "^1.2.4", "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" } }