Files
nostr-how/package.json
dependabot[bot] 19a191e430 Bump @markdoc/next.js from 0.2.1 to 0.2.2 (#55)
Bumps [@markdoc/next.js](https://github.com/markdoc/next.js) from 0.2.1 to 0.2.2.
- [Release notes](https://github.com/markdoc/next.js/releases)
- [Commits](https://github.com/markdoc/next.js/compare/0.2.1...0.2.2)

---
updated-dependencies:
- dependency-name: "@markdoc/next.js"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-13 11:44:43 +01:00

44 lines
1.3 KiB
JSON

{
"name": "nostr-how",
"packageManager": "yarn@3.3.1",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"style:all": "yarn run style:lint && yarn run style:prettier",
"style:lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
"style:prettier": "prettier --check 'src/**/*.{js,jsx,ts,tsx}'",
"make-prettier": "prettier --write 'src/**/*.{js,jsx,ts,tsx}'",
"lint": "next lint"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@docsearch/react": "^3.3.3",
"@headlessui/react": "^1.7.10",
"@markdoc/markdoc": "0.2.2",
"@markdoc/next.js": "0.2.2",
"@sindresorhus/slugify": "^2.2.0",
"@tailwindcss/typography": "^0.5.7",
"@vercel/analytics": "^0.1.8",
"autoprefixer": "^10.4.12",
"clsx": "^1.2.1",
"focus-visible": "^5.2.0",
"js-yaml": "^4.1.0",
"next": "13.1.6",
"postcss": "^8.4.21",
"postcss-focus-visible": "^8.0.1",
"postcss-import": "^15.1.0",
"prism-react-renderer": "^1.3.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "^3.2.1"
},
"devDependencies": {
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.2"
}
}