UNPKG

@adamsy/bhai-lang

Version:

<h1 align="center">Bhai Lang</h1> <p align="center"> <a href="https://lgtm.com/projects/g/DulLabs/bhai-lang/alerts/"><img alt="Total alerts" src="https://img.shields.io/lgtm/alerts/g/DulLabs/bhai-lang.svg?logo=lgtm&logoWidth=18"/></a> <a href="https://lgt

35 lines (34 loc) 842 B
{ "name": "bhai-lang-docs", "version": "0.0.1", "private": true, "scripts": { "dev": "TAILWIND_MODE=watch next dev", "build": "next build && next export", "start": "next start", "lint": "next lint" }, "dependencies": { "next": "^12.1.0", "posthog-js": "^1.0.0", "prismjs": "^1.27.0", "react": "17.0.2", "react-dom": "17.0.2", "react-simple-code-editor": "^0.11.0", "bhai-lang-interpreter": "*" }, "devDependencies": { "@tailwindcss/typography": "^0.5.1", "@types/prismjs": "^1.16.8", "@types/react": "17.0.37", "autoprefixer": "^10.4.2", "config": "*", "eslint": "7.32.0", "next-remove-imports": "^1.0.6", "next-transpile-modules": "9.0.0", "postcss": "^8.4.6", "tailwindcss": "^3.0.22", "tsconfig": "*", "typescript": "^4.5.3" } }