1
0
Fork 0
freesewing/sites/org/package.json
dependabot[bot] 271c9cb024
build(deps): bump @tailwindcss/typography from 0.5.9 to 0.5.10
Bumps [@tailwindcss/typography](https://github.com/tailwindcss/typography) from 0.5.9 to 0.5.10.
- [Release notes](https://github.com/tailwindcss/typography/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss-typography/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tailwindcss/typography/compare/v0.5.9...v0.5.10)

---
updated-dependencies:
- dependency-name: "@tailwindcss/typography"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-30 04:48:30 +00:00

82 lines
2.6 KiB
JSON

{
"name": "@freesewing/org",
"version": "3.0.0",
"description": "FreeSewing website",
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
"homepage": "https://freesewing.org/",
"repository": "github:freesewing/freesewing",
"license": "MIT",
"bugs": {
"url": "https://github.com/freesewing/freesewing/issues"
},
"funding": {
"type": "individual",
"url": "https://freesewing.org/patrons/join"
},
"scripts": {
"build": "next build",
"cibuild": "yarn build",
"clean": "rimraf prebuild/* && rimraf public/locales/*/* && rimraf public/feeds/* && rimraf ../shared/prebuild/data/*",
"dev": "next dev -p 8000",
"develop": "next dev -p 8000",
"i18n": "SITE=org node --conditions=internal ../shared/prebuild/i18n-only.mjs",
"lint": "next lint",
"prebuild": "node --conditions=internal --experimental-json-modules ./prebuild.mjs",
"start": "yarn prebuild && yarn dev",
"wbuild": "next build",
"prewbuild": "node --conditions=internal --experimental-json-modules ./prebuild.mjs"
},
"peerDependencies": {},
"dependencies": {
"@bugsnag/js": "7.21.0",
"@bugsnag/plugin-react": "7.19.0",
"@mdx-js/mdx": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@mdx-js/runtime": "2.0.0-next.9",
"@tailwindcss/typography": "0.5.10",
"algoliasearch": "4.20.0",
"react-copy-to-clipboard": "5.1.0",
"daisyui": "3.9.2",
"echarts": "5.4.2",
"echarts-for-react": "3.0.2",
"jotai": "2.5.1",
"jotai-location": "0.5.2",
"lodash.get": "4.4.2",
"lodash.orderby": "4.6.0",
"lodash.set": "4.3.2",
"luxon": "3.4.4",
"next": "13.5.4",
"ora": "7.0.1",
"react-dropzone": "14.2.3",
"react-hotkeys-hook": "4.4.1",
"react-instantsearch-dom": "6.40.4",
"react-swipeable": "7.0.1",
"react-timeago": "7.2.0",
"rehype-autolink-headings": "7.1.0",
"rehype-highlight": "7.0.0",
"rehype-sanitize": "6.0.0",
"rehype-slug": "6.0.0",
"rehype-stringify": "10.0.0",
"remark": "15.0.1",
"remark-copy-linked-files": "git+https://git@github.com/joostdecock/remark-copy-linked-files",
"remark-gfm": "4.0.0",
"remark-mdx-frontmatter": "4.0.0",
"strip-markdown": "6.0.0",
"use-persisted-state": "0.3.3",
"yaml-loader": "0.8.0"
},
"devDependencies": {
"autoprefixer": "10.4.16",
"js-yaml": "4.1.0",
"postcss": "8.4.31",
"remark-extract-frontmatter": "3.2.0",
"remark-mdx-frontmatter": "4.0.0",
"tailwindcss": "3.3.5",
"yaml-loader": "0.8.0"
},
"engines": {
"node": "18",
"npm": "9"
},
"private": true
}