{ "name": "im.dev", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev -p 4004", "build": "next build", "start": "next start", "test": "jest", "clean": "rm -rf .next", "analyze": "ANALYZE=true next build" }, "dependencies": { "@chakra-ui/icons": "^1.0.4", "@chakra-ui/props-docs": "1.0.13", "@chakra-ui/react": "1.2.1", "@chakra-ui/skip-nav": "^1.1.0", "@chakra-ui/theme-tools": "1.0.3", "@chakra-ui/utils": "1.1.0", "@docsearch/react": "^1.0.0-alpha.27", "@emotion/react": "^11.1.4", "@emotion/styled": "^11.0.0", "@octokit/rest": "^18.0.12", "@types/validator": "^13.1.3", "axios": "^0.19.2", "date-fns": "^2.16.1", "docsearch.js": "^2.6.3", "eventemitter3": "^4.0.4", "formik": "^2.2.6", "framer-motion": "^3.1.1", "highlight.js": "^9.16.2", "json-bigint": "^1.0.0", "lodash": "^4.17.21", "markdown-to-jsx": "^7.1.1", "moment": "^2.27.0", "next": "^10.0.4", "next-seo": "^4.17.0", "query-string": "^6.3.0", "react": "^17.0.1", "react-dom": "^17.0.1", "react-highlight-words": "^0.17.0", "react-icons": "^4.1.0", "short-number": "^1.0.7", "validator": "^13.5.2" }, "devDependencies": { "@next/bundle-analyzer": "^10.0.4", "@types/highlight.js": "^9.12.3", "@types/lodash": "^4.14.123", "@types/moment": "^2.13.0", "@types/node": "^14.14.19", "@types/react": "^17.0.0", "@types/react-dom": "^17.0.0", "next-compose-plugins": "^2.2.1", "typescript": "^4.1.3" } }