2021-12-11 14:04:05 +01:00
|
|
|
{
|
2022-12-17 16:48:36 +01:00
|
|
|
"name": "@freesewing/shared",
|
2023-01-09 20:46:04 +01:00
|
|
|
"version": "3.0.0-alpha.4",
|
2022-12-17 16:48:36 +01:00
|
|
|
"description": "Shared code and React components for different websites",
|
2022-11-12 09:21:23 +01:00
|
|
|
"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",
|
2023-01-04 13:03:44 +01:00
|
|
|
"@resvg/resvg-js": "2.2.0",
|
2023-01-18 04:02:46 +00:00
|
|
|
"@tailwindcss/typography": "0.5.9",
|
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",
|
2023-01-19 04:13:39 +00:00
|
|
|
"daisyui": "2.47.0",
|
2022-12-23 15:25:39 +01:00
|
|
|
"feed": "4.2.2",
|
|
|
|
"file-saver": "2.0.5",
|
|
|
|
"front-matter": "4.0.2",
|
2023-01-04 13:03:44 +01:00
|
|
|
"highlight.js": "11.7.0",
|
2022-12-23 15:25:39 +01:00
|
|
|
"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",
|
2023-01-20 05:14:45 +00:00
|
|
|
"react-markdown": "8.0.5",
|
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",
|
2023-01-18 04:05:27 +00:00
|
|
|
"react-zoom-pan-pinch": "2.2.0",
|
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-27 18:15:05 +01:00
|
|
|
"tlds": "1.236.0",
|
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
|
|
|
}
|