sakapong / mobile-school-forum

MIT License
1 stars 1 forks source link

just update your package.json #3

Open DoctorNasa opened 2 months ago

DoctorNasa commented 2 months ago

{ "name": "frontend-forum-example", "version": "1.4.2", "author": "mobileschool", "license": "MIT", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "browser": { "fs": false, "path": false, "os": false }, "dependencies": { "@chakra-ui/react": "^2.6.0", "@emotion/react": "^11.11.0", "@emotion/styled": "^11.11.0", "@faker-js/faker": "^8.2.0", "@fortawesome/fontawesome-svg-core": "^6.4.1", "@fortawesome/free-solid-svg-icons": "^6.4.1", "@fortawesome/react-fontawesome": "^0.2.1", "@knocklabs/node": "^0.5.0", "@knocklabs/react-notification-feed": "^0.6.2", "@line/liff": "^2.21.0", "@popperjs/core": "^2.11.8", "@pusher/push-notifications-web": "^1.1.1", "@reach/dialog": "^0.18.1", "@reach/tabs": "^0.18.1", "@tinymce/tinymce-react": "^4.8.0", "@walletconnect/web3-provider": "^1.8.1", "axios": "^1.4.0", "bootstrap": "5.3.1", "bootstrap-switch-button-react": "^1.2.1", "classnames": "^2.4.0", "ethers": "^6.0.1", "formik": "^2.4.2", "framer-motion": "^10.0.0", "hero-slider": "^4.1.0", "js-cookie": "^3.0.5", "line-notify-nodejs": "^1.1.0", "lodash": "^4.17.23", "moment": "^2.29.4", "next": "^13.2.4", "next-auth": "^4.22.2", "next-transpile-modules": "^11.0.0", "nprogress": "^0.2.1", "popper.js": "^1.16.2", "query-string": "^8.1.0", "react": "^18.2.0", "react-bootstrap": "^2.8.0", "react-dom": "^18.2.0", "react-dropzone": "^14.3.1", "react-dropzone-uploader": "^2.12.0", "react-hot-toast": "^2.4.2", "react-icons": "^5.0.0", "react-markdown": "^7.1.1", "react-player": "^2.11.0", "react-redux": "^8.0.6", "react-social-login": "^3.7.1", "react-spinners": "^0.13.0", "react-syntax-highlighter": "^16.0.0", "react-toastify": "^9.1.2", "redux": "^4.2.1", "redux-saga": "^1.2.0", "rehype-raw": "^7.0.0", "remark": "^14.0.2", "remark-gfm": "^2.0.0", "slugify": "^2.3.0", "strip-markdown": "^5.0.0", "styled-components": "^6.0.0", "swr": "^2.0.1", "telegraf": "^4.12.4", "tinymce": "^6.6.0", "unified": "^11.0.1", "uuid": "^9.0.1", "web3modal": "^1.9.9", "yup": "^1.0.0" }, "devDependencies": { "eslint": "^8.38.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-next": "^13.2.4", "eslint-config-prettier": "^8.7.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-simple-import-sort": "^8.0.0", "postcss": "^8.4.21", "prettier": "^2.8.7", "redux-devtools-extension": "^2.13.9", "sass": "^1.63.6" } }

korrio commented 2 months ago

Depends.