{ "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start" }, "dependencies": { "@types/markdown-it": "^12.2.3", "@types/shell-quote": "^1.7.1", "ansi-colors": "^4.1.3", "ansi-escapes": "^5.0.0", "classnames": "^2.3.1", "getopts": "^2.3.0", "gray-matter": "^4.0.3", "markdown-it": "^13.0.0", "next": "^12.2.3", "next-seo": "^5.4.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-draggable": "^4.4.4", "react-icons": "^4.8.0", "react-iframe-click": "^2.0.2", "react-markdown": "^8.0.3", "remark": "^14.0.2", "remark-gfm": "^3.0.1", "remark-html": "^15.0.1", "shell-quote": "^1.7.3", "swr": "^1.3.0", "xterm": "^4.19.0", "xterm-addon-fit": "^0.5.0" }, "devDependencies": { "@tailwindcss/typography": "^0.5.2", "@types/node": "17.0.4", "@types/react": "17.0.38", "autoprefixer": "^10.4.0", "postcss": "^8.4.5", "prettier": "^2.5.1", "prettier-plugin-tailwindcss": "^0.1.1", "tailwindcss": "^3.0.7", "typescript": "4.5.4" } }