1
0
Fork 0
freesewing/sites/shared/package.json

59 lines
1.6 KiB
JSON
Raw Normal View History

2021-12-11 14:04:05 +01:00
{
2022-12-17 16:48:36 +01:00
"name": "@freesewing/shared",
2022-12-30 18:16:40 +01:00
"version": "3.0.0-alpha.3",
2022-12-17 16:48:36 +01:00
"description": "Shared code and React components for different websites",
"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"
},
2022-12-17 16:48:36 +01:00
"scripts": {},
"peerDependencies": {},
2021-12-11 14:04:05 +01:00
"dependencies": {
2022-12-23 15:25:39 +01:00
"@headlessui/react": "1.7.7",
2022-12-30 17:22:35 +01:00
"@resvg/resvg-js": "2.1.0",
2022-12-30 18:16:40 +01:00
"@tailwindcss/typography": "0.5.0",
2022-12-23 15:25:39 +01:00
"Buffer": "0.0.0",
"d3-dispatch": "3.0.1",
"d3-drag": "3.0.0",
"d3-selection": "3.0.0",
"daisyui": "2.46.0",
"feed": "4.2.2",
"file-saver": "2.0.5",
"front-matter": "4.0.2",
"highlight.js": "11.4.0",
"lodash.clonedeep": "4.5.0",
2022-12-17 16:48:36 +01:00
"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": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "8.0.4",
2022-12-23 15:25:39 +01:00
"react-sizeme": "3.0.2",
2022-12-17 16:48:36 +01:00
"react-timeago": "7.1.0",
2022-12-23 15:25:39 +01:00
"react-zoom-pan-pinch": "2.1.3",
2022-12-17 16:48:36 +01:00
"rehype-autolink-headings": "6.1.1",
"rehype-highlight": "6.0.0",
2022-12-23 15:25:39 +01:00
"remark-smartypants": "2.0.0",
"sharp": "0.31.3",
2022-12-19 12:02:05 -06:00
"svg-to-pdfkit": "https://github.com/eriese/SVG-to-PDFKit",
2022-12-28 16:15:01 +01:00
"to-vfile": "7.2.3",
"unist-util-visit": "4.1.1",
2022-12-23 15:25:39 +01:00
"web-worker": "1.2.0"
2021-12-11 14:04:05 +01:00
},
2022-12-17 16:48:36 +01:00
"devDependencies": {},
"engines": {
"node": ">=16.0.0",
"npm": ">=8"
},
"private": true
2021-12-11 14:04:05 +01:00
}