UNPKG

@anishpras/create-portfolio

Version:

🏗 Personal CLI to bootstrap new portfolio from the given templates.

32 lines (31 loc) 774 B
{ "name": "with-blog", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start" }, "dependencies": { "@chakra-ui/icons": "^1.0.3", "@chakra-ui/react": "^1.1.5", "@emotion/react": "^11.1.4", "@emotion/styled": "^11.0.0", "date-fns": "^2.16.1", "framer-motion": "^3.2.1", "next": "10.0.5", "next-google-fonts": "^1.2.1", "next-mdx-remote": "^2.1.3", "react": "16.13.1", "react-dom": "17.0.1", "reading-time": "^1.3.0", "gray-matter": "^4.0.2", "mdx-prism": "^0.3.1", "remark-autolink-headings": "^6.0.1", "remark-capitalize": "^1.1.0", "remark-code-titles": "^0.1.1", "remark-slug": "^6.0.0", "rehype": "^11.0.0" } }