2021-12-11 14:04:05 +01:00
|
|
|
{
|
2022-12-17 16:48:36 +01:00
|
|
|
"name": "@freesewing/shared",
|
2022-10-08 04:27:44 +02:00
|
|
|
"version": "3.0.0-alpha.2",
|
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-07-15 16:30:40 -04:00
|
|
|
"@headlessui/react": "^1.6.6",
|
2022-10-15 05:24:18 +02:00
|
|
|
"@resvg/resvg-js": "^2.1.0",
|
2021-12-18 15:41:37 +01:00
|
|
|
"@tailwindcss/typography": "^0.5.0",
|
2022-10-15 05:24:18 +02:00
|
|
|
"Buffer": "^0.0.0",
|
2022-02-25 08:30:03 +01:00
|
|
|
"d3-dispatch": "^3.0.1",
|
|
|
|
"d3-drag": "^3.0.0",
|
|
|
|
"d3-selection": "^3.0.0",
|
2022-12-17 16:48:36 +01:00
|
|
|
"daisyui": "2.45.0",
|
2022-06-10 11:03:25 +02:00
|
|
|
"feed": "^4.2.2",
|
2022-02-19 17:01:28 +01:00
|
|
|
"file-saver": "^2.0.5",
|
2022-05-29 13:19:02 +02:00
|
|
|
"front-matter": "^4.0.2",
|
2022-01-28 16:57:07 +01:00
|
|
|
"highlight.js": "^11.4.0",
|
2022-07-12 17:32:47 -05: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",
|
|
|
|
"react-markdown": "8.0.4",
|
2022-01-29 14:51:13 +01:00
|
|
|
"react-sizeme": "^3.0.2",
|
2022-12-17 16:48:36 +01:00
|
|
|
"react-timeago": "7.1.0",
|
2022-01-29 14:51:13 +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-02-05 17:45:23 +01:00
|
|
|
"remark-smartypants": "^2.0.0",
|
2022-10-15 05:24:18 +02:00
|
|
|
"sharp": "^0.31.1",
|
2022-12-19 12:02:05 -06:00
|
|
|
"svg-to-pdfkit": "https://github.com/eriese/SVG-to-PDFKit",
|
2021-12-11 18:19:20 +01:00
|
|
|
"to-vfile": "^7.2.2",
|
2022-08-21 10:26:35 +01:00
|
|
|
"unist-util-visit": "^4.1.0",
|
|
|
|
"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
|
|
|
}
|