![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [rehype-highlight](https://github.com/rehypejs/rehype-highlight) from 5.0.2 to 6.0.0. - [Release notes](https://github.com/rehypejs/rehype-highlight/releases) - [Commits](https://github.com/rehypejs/rehype-highlight/compare/5.0.2...6.0.0) --- updated-dependencies: - dependency-name: rehype-highlight dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
55 lines
1.6 KiB
JSON
55 lines
1.6 KiB
JSON
{
|
|
"name": "freesewing.shared",
|
|
"version": "3.0.0-alpha.2",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev -p 3002",
|
|
"develop": "next dev -p 3002",
|
|
"prebuild": "SITE=dev LANG=en node ../shared/prebuild/index.mjs",
|
|
"build": "next build",
|
|
"export": "next build && next export",
|
|
"start": "next start -p 3002",
|
|
"serve": "pm2 start npm --name 'freesewing.dev' -- run start",
|
|
"strapiqa": "node strapi/qa.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^1.6.6",
|
|
"@tailwindcss/typography": "^0.5.0",
|
|
"d3-dispatch": "^3.0.1",
|
|
"d3-drag": "^3.0.0",
|
|
"d3-selection": "^3.0.0",
|
|
"daisyui": "^2.0.6",
|
|
"feed": "^4.2.2",
|
|
"file-saver": "^2.0.5",
|
|
"front-matter": "^4.0.2",
|
|
"highlight.js": "^11.4.0",
|
|
"lodash.clonedeep": "^4.5.0",
|
|
"lodash.orderby": "^4.6.0",
|
|
"lodash.unset": "^4.5.2",
|
|
"mdast-util-toc": "^6.1.0",
|
|
"pdfkit": "^0.13.0",
|
|
"postcss-for": "^2.1.1",
|
|
"react-markdown": "^8.0.0",
|
|
"react-sizeme": "^3.0.2",
|
|
"react-timeago": "^7.1.0",
|
|
"react-zoom-pan-pinch": "^2.1.3",
|
|
"rehype-autolink-headings": "^6.1.1",
|
|
"rehype-highlight": "^6.0.0",
|
|
"remark-extract-frontmatter": "^3.2.0",
|
|
"remark-frontmatter": "^4.0.1",
|
|
"remark-smartypants": "^2.0.0",
|
|
"svg-to-pdfkit": "^0.1.8",
|
|
"to-vfile": "^7.2.2",
|
|
"unist-util-visit": "^4.1.0",
|
|
"web-worker": "^1.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.0",
|
|
"eslint": "^8.23.1",
|
|
"eslint-plugin-react": "^7.31.8",
|
|
"lodash.set": "^4.3.2",
|
|
"postcss": "^8.4.4",
|
|
"tailwindcss": "^3.0.1",
|
|
"tailwindcss-open-variant": "^1.0.0"
|
|
}
|
|
}
|