{ "name": "nexttime", "version": "0.1.0", "private": true, "scripts": { "build": "next build", "dev": "next dev", "lint": "next lint", "start": "next start" }, "dependencies": { "@chakra-ui/next-js": "^2.2.0", "@chakra-ui/react": "^2.8.2", "@editorjs/editorjs": "^2.27.2", "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", "@fortawesome/fontawesome-svg-core": "^6.4.0", "@fortawesome/free-regular-svg-icons": "^6.4.0", "@fortawesome/free-solid-svg-icons": "^6.4.0", "@fortawesome/react-fontawesome": "^0.2.0", "@vercel/analytics": "^0.1.11", "axios": "^1.6.8", "draft-js": "^0.11.7", "emojis-list": "^3.0.0", "emotion": "^11.0.0", "flatted": "^3.2.7", "framer-motion": "^11.0.28", "fuse.js": "^6.6.2", "gradient-path": "^2.3.0", "hex-to-rgba": "^2.0.1", "next": "14.2.1", "react": "^18", "react-click-away-listener": "^2.2.3", "react-contenteditable": "^3.3.7", "react-dom": "^18", "react-icons": "^4.10.1", "react-sticky": "^6.0.3", "react-sticky-el": "^2.1.0", "react-visibility-sensor": "^5.1.1", "rxjs": "^7.8.1", "tinygradient": "^1.1.5", "uuid": "^9.0.0" }, "devDependencies": { "@types/eslint": "^8.40.2", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "@typescript-eslint/parser": "^5.60.1", "eslint": "^8", "eslint-config-next": "14.2.1", "eslint-config-prettier": "^8.8.0", "eslint-loader": "^4.0.2", "eslint-plugin-chakra-ui": "^0.8.0", "eslint-plugin-hydrogen": "^0.12.3", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-simple-import-sort": "^10.0.0", "eslint-plugin-unused-imports": "^2.0.0", "postcss": "^8", "tailwindcss": "^3.4.1", "typescript": "^5" } }