UNPKG

ginb

Version:

Write & Share all in GitHub

68 lines (67 loc) 1.62 kB
{ "name": "ginb", "version": "0.0.1", "description": "Write & Share all in GitHub", "main": "./readme.md", "scripts": { "build": "next build", "dev": "next dev", "prettier": "prettier --write --ignore-unknown .", "prettier:check": "prettier --check --ignore-unknown .", "start": "next start", "prepare": "husky" }, "lint-staged": { "./src/**/*.{js,jsx,ts,tsx}": [ "eslint --fix", "prettier --write" ] }, "repository": { "type": "git", "url": "git+https://github.com/chralpha/ginb.git" }, "keywords": [ "GitHub", "Issue", "Blog" ], "author": "ChrAlpha", "license": "MIT", "bugs": { "url": "https://github.com/chralpha/ginb/issues" }, "homepage": "https://github.com/chralpha/ginb#readme", "dependencies": { "@tailwindcss/typography": "^0.5.10", "autoprefixer": "10.4.15", "bcrypt": "^5.1.1", "feed": "^4.2.2", "github-slugger": "^2.0.0", "next": "^14.1.3", "octokit": "^3.1.2", "postcss": "8.4.31", "react": "18.2.0", "react-dom": "18.2.0", "react-markdown": "^9.0.1", "rehype-highlight": "^7.0.0", "rehype-katex": "^7.0.0", "rehype-raw": "^7.0.0", "remark-gfm": "^4.0.0", "remark-math": "^6.0.0", "tailwindcss": "3.3.3" }, "devDependencies": { "dotenv": "^16.4.5", "eslint": "^8.57.0", "eslint-config-next": "^14.1.3", "eslint-config-prettier": "9.0.0", "husky": "^9.0.11", "lint-staged": "^15.2.2", "prettier": "^3.2.5", "prettier-plugin-tailwindcss": "0.5.4" }, "engines": { "node": ">=18.17.0" } }