{ "name": "@bugout/moonstock", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@chakra-ui/icons": "^1.0.14", "@chakra-ui/react": "^1.6.4", "@emotion/react": "^11.4.0", "@emotion/styled": "^11.3.0", "@stripe/stripe-js": "^1.16.0", "axios": "^0.21.1", "framer-motion": "^4.1.17", "mixpanel-browser": "^2.41.0", "moment": "^2.29.1", "next": "11.0.1", "react": "^17.0.2", "react-calendly": "^2.2.1", "react-copy-to-clipboard": "^5.0.2", "react-dom": "^17.0.2", "react-hook-form": "^6.9.2", "react-hubspot-form": "^1.3.7", "react-icons": "^4.2.0", "react-pro-sidebar": "^0.6.0", "react-query": "^3.18.1", "react-showdown": "^2.3.0", "react-split-pane": "^0.1.92", "showdown": "^1.9.1", "showdown-highlight": "^2.1.8", "uuid": "^8.3.2" }, "devDependencies": { "@babel/core": "^7.14.3", "@babel/eslint-parser": "^7.14.4", "@babel/eslint-plugin": "^7.13.16", "@babel/plugin-proposal-class-properties": "^7.13.0", "@testing-library/dom": "^7.31.2", "@types/react": "17.0.13", "axios-mock-adapter": "^1.19.0", "eslint": "7.29.0", "eslint-config-next": "11.0.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^3.4.0", "eslint-plugin-react": "^7.21.5", "eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-unused-imports": "^1.1.1", "prettier": "^2.2.1", "typescript": "4.3.5" } }